Urgent help:JMF capture sound from sound card?

I am trying to capture what I was playing on my computer using Java code. It's apparently different from capturing sound input through microphones. How can I manage to do this? Actually, while I play a song or something like that on my computer(server), I wanna capture it and send them to other computers(client) in the LAN.
Thanks in advance!

lichen782 wrote:
I am trying to capture what I was playing on my computer using Java code. It's apparently different from capturing sound input through microphones. How can I manage to do this? Actually, while I play a song or something like that on my computer(server), I wanna capture it and send them to other computers(client) in the LAN.
Thanks in advance!Ummmmm, you'd probably need to set your recording device to be "System mixer" and then it would work just like capturing from the microphone.

Similar Messages

  • Can JMF capture audio from sound card?

    I want to know if JMF can capture sound/audio from the sound card. Until now we have been capturing audio from microphone. but is there any possibility of capturing audio from sound card using JMF.
    The audio captured from the sound card is to be streamed using JMF/RTP API.

    Dear seniors,
    i have tried to display my audio file as a graph as
    x axis being the Time and the y axis beeing the frequency/pitch.
    look at this post, i have mentioned all here...
    http://forum.java.sun.com/thread.jspa?messageID=3073027&#3073027
    is it possible to display as i desired?
    wht the audio stream has? is it frequency or pitch?...
    pls do give me some tips on that...
    thanx in advance
    -Munas.

  • New Help Pls! Sound Card Not Detected

    Hello,
    I decided to re-install windows 7 because it has been a long time since I had a "clean" install. I had my Creative Labs Sound Blaster X-FI Xtreme Gamer installed and it worked fine. But after I re-installed windows 7, the sound card would not be detected.
    Because this happened to me last time I installed windows 7, I wiped my system dri've (C) and re-installed windows. However, this did not fixed the issue because the card is still not detected and it shows yellow in the device manager.
    In my second install, I removed the card before installing windows because I thought it would detect it after the installation but it didn't.
    I have tried installing manually, but it says:
    Creative X-Fi Audio Processor (WMD) not found
    I am really running out of ideas here and I would appreciate it if someone could tell me how to fix this.

    I just tried to move the sound card to another PCI slot, I uninstalled the devices in the media manager, turned off the PC and switched the card. I made sure there was no dust.
    I also disabled onboard audio. When I turned the PC back on the computer tried to install drivers for new devices but failed. I still cannot install my drivers -.-
    If it helps, the card shows as "Multimedia Audio Controller" under "Other Devices"...

  • Capturing sound card audio

    Is it possible to capture audio being played through your computer's sound card? I used to do this all the time with Audition 2, but right now I've only got Soundbooth CS4 (at work) and CS5 (at home). Thanks!

    BSE,
    Yes, Video Editor is a full Audigy 2 ZS soundcard as well as a video capture device - there are two circuit boards in the box. You can capture stereo uncompressed audio into the Line In and SPDIF inputs just like any Audigy. The video portion has its own separate audio inputs.
    -Chris

  • Capturing video from added card in a camera?

    I'm currently weighting pros and cons on a SONY HDR-PJ430V handycam that has a 32GB internal memory but also an option to add a SDXC (class 10) card up to 64GB.
    I'd like to know for those of you who owns, either this cam, or any other AVCHD cam with such an option to add card : can you capture the shots directly from the add-on card, in FCPX, or do you first need to transfer to the internal memory ?
    (I was reading a post from someone in another forum stating that it was not possible to transfer from the card to computer - and I wonder if this is ''app-related'' or ''cam/brand'' related... Not being able to transfer directly from the card would sound to me totally stupid and enough to return the camera (assuming other models can do it). - I'm switching from a tape-based (mini DV) cam to save time, not to waste it another way... (For the time being, I experimented only with transfer from internal memory - with FCPX or with the provided SONY software - shots that I can afterward import into FCPX. (Adobe Premiere can't even see the cam yet for a reason I ignore...)
    Thanks,
    Rob

    You can import directly from the card, either from the camera or a card reader.
    it was not possible to transfer from the card to computer
    That's incorrect.

  • NEED ASAP HELP WITH TRANSFERRING PHOTOS FROM SMART CARD TO IPHOTO 09

    I have several SD's (512 mg - 2 gig) that have important photos which need to be transferred from the card to my MAC Pro. Problem is that I cannot find my usb cable that came with my camera so must take straight from card. When I tried to put the first card into the SD drive, the card got stuck and I had to spend hours getting it out with a pair of tweezers. I've never had so much trouble inserting a card into my computer and transferring the photos onto my computer. I need HELP QUICKLY!!! AM TRYING TO SELL BDRM FURNITURE ON CRAIGS LIST BEFORE NEXT FRIDAY & HAVE SOME NEAT PICS TO ACCOMPANY AD. THANKS SO MUCH!!! This has taken me ALL weekend!!!

    I suggest you get a card reader and use it to upload from the card to a folder on the desktop and then into iPhoto. I got mine at WalMart for $10.

  • Capture offline from p2 cards

    I still usually work with DV format, but today I received three p2 cards and as I am with little space in my hard disk,I was wondering if I can work offline with this media.Is it possible capture offline
    directly from p2 cards and later back to online? how????

    Depends. AVCIntra P2 or DVCPRO HD P2? AVCIntra can be transcoded to ProRes Proxy. DVCPRO HD cannot, it comes in native only.
    If I were you, I'd get another hard drive. They are cheap. The cost of doing business.
    Shane

  • Help me capture stills from mov files of kodak camera created in pal format

    I did not know the difference and saved movie files on my kodak digital camera as pal format - it was top of list - i need to capture some stills as single photos from those files. I have switched to NTSC format for future and will want to capture stills from movies in that format also
    does anyone know if quicktime pro 7 will di what i want or what i need to reach my goal?

    Even the free version of QT Player allows you to "copy" frames. These could be "pasted" into a new blank using any image editing software.
    What ever frame is showing when you stop playback will be the one copied. More control by using the right left arrow keys.
    The Pro upgrade can export a frame to many image formats. It doesn't matter that the format is PAL. NTSC and PAL are TV playback settings. Your computer doesn't care.

  • Urgent Help Regarding Using Sound Files

    Hello,
    Using Java is it possible to
    a) represent a .WAV file in WAVE FORM Format (Graph) output.i.e to represent a
    audio file pictorially.
    b) Spilit a .WAV file into n small pieces or portions.
    Please guide me in this regard.Its Urgent
    Thankz

    Hello,
    Using Java is it possible to
    a) represent a .WAV file in WAVE FORM Format (Graph)
    output.i.e to represent a
    audio file pictorially.Open the AudioInputStream, read the AudioFormat, then read the frames one at a time and plot the data.
    Here's some code that plays a wave file using the AudioInputStream. Java Sound, see reply 2. this shows how to open the file and get the format, it just plays it, but is able to plays it, but it does read frames. This should provide a start for you.
    b) Spilit a .WAV file into n small pieces or portions.Yes, see the classes in package javax.sound.sampled.
    >
    >
    Please guide me in this regard.Its UrgentDon't mark your posts as urgent, don't cross post.
    ThankzYou're welcome, hope this helps

  • Help please with Sound card problem in CS6

    I have just discovered that after installing AA CS 6...  that the ASIO driver I've had for several years for my Presonus Firebox seems to have disappeared!!!
    I have ASIO selected in  edit >preferences > audio hardware... but in WIN XP Pro "device manager" my FireBox shows up as a "1394 WDM device"  and the driver... although "working properly"... shows up as a WDM driver as well.
    Does CS6 replace the ASIO driver with WDM???
    If anyone can guide me on how to get back to ASIO I would appreciate.  Forgot to mention that ASIO always worked as it should when I was using AA 2.0 and AA CS 5.5
    Many thanks in advance for any help   :-)

    cyberman45 wrote:
    I have ASIO selected in  edit >preferences > audio hardware... but in WIN XP Pro "device manager" my FireBox shows up as a "1394 WDM device"  and the driver... although "working properly"... shows up as a WDM driver as well.
    Does CS6 replace the ASIO driver with WDM???
    As Bob says, Audition doesn't replace drivers. I'm not sure whether the OS actually recognises the presence of an ASIO driver though, because its primary purpose is to bypass as much of the OS as possible, and give software that does recognise it direct low-latency access to the device. So pretty obviously it has nothing to do with Microsoft!

  • Help retrieving my video from Memory card

    Hello, there!
    I need your help from some good professionals here,
    I got stock in past with this product for many different reasons,
    I have CS2 running under Windows XP Profesional,
    I just bought a SONY HD Camcorder Comsumer version,
    uses stick Memory to record video
    My primere Pro CS2 Has HD Presets for wide screen mode, that's ok
    the question I have is:
    My sony Camcorder came with its software to capture the video from camcorder " I guess " or maybe to edit video,
    but, looking at the Memory card from Windows, I can see the files in the card.
    question is:
    what's the best way to get the video HD from my Camcorder?
    to play back the video from my camcorder and capture it in Premiere Pro CS2 using HD Presets?
    or
    Can I import the video files from the memory card and import them into Premiere pro CS2 using HD Presets?
    or
    how would you do this?
    what software version is the best to work with video files from this Memory card?
    Please, explain
    I've been out dated
    from this video Package
    Thanks
    Freddy

    Unfortunately Premiere Pro 2 does not support video from from a memory card.
    You need to upgrade.

  • Urgent help on Oberthur cosmo v7 smart cards sdk

    Please every one, I have bought an Oberthur cosmo v7 smart cards but do not have the sdk to develop my application. This has made my development very difficult. I have very limited time to submit my project work. Please, is anyone conversant with the cosmo v7 cards and can someone help me to get the cosmo v7 sdk and download it? I believe in this forum. Thanks in advance.
    Edited by: joesmo on May 26, 2010 6:37 PM

    Hi,
    There are 3 workarounds:
    1. Put a copy of opencard.properties in the root of you Eclipse project
    2. Change the working directory in the Run COnfiguration for when you application runs to the build target directory (${workspace_loc:<project name>/<target directory>}
    3. Change the OCF code to also look in the classpath
    The code for 3 is as follows. Change opencard.opt.util.OpenCardPropertyFileLoader.loadProperties() to the following
    public void loadProperties () throws OpenCardPropertyLoadingException {
        if (! loadingDone) {
            String dotPropStr = OpenCardConstants.OPENCARD_DOTPROPERTIES;
            String propStr    = OpenCardConstants.OPENCARD_PROPERTIES;
            SystemAccess sys=SystemAccess.getSystemAccess();
            List<String> loc = new ArrayList<String>();
            String [] locations = {
                    sys.getProperty ("java.home","") + File.separator + "lib" + File.separator + propStr,
                sys.getProperty ("user.home","") + File.separator + dotPropStr,
                sys.getProperty ("user.dir","")  + File.separator + propStr,
                sys.getProperty ("user.dir","")  + File.separator + dotPropStr };
        loc.addAll(Arrays.asList(locations));
        // try to access from classpath
        try {
            File cpath = new File(ClassLoader.getSystemClassLoader().getResource(".").toURI());
            loc.add(new File(cpath, propStr).getPath());
            loc.add(new File(cpath, dotPropStr).getPath());
        } catch(URISyntaxException e) {
            // ignore, just don't add
        // iterate over all potential locations for 'opencard.properties' files starting
        // with the most general one and proceeding with the more specific ones in order
        // to be able to 'overwrite' more general properties
        for (String path : loc)  {
            //System.out.println("property file "+locations[index]);
            load (path);
        if (! loadingDone) {
            throw new OpenCardPropertyLoadingException ("property file not found");
    } // loadPropertiesI have not tried this (using OCF and RMI) but since it is how the RMI sample are coded it should work fine. This should at least get you connecting to CREF.
    Cheers,
    Shane

  • Please help me capturing data from HTML table

    Hello Everyone,
    Our Storage subsystem generates a html table containing all LUN allocation for printing. I am saving this html file on disk to collect all table infomation and to put it into a database.
    I am having problems extracting table information from the html file. I tried using regular expressions but still not going anywhere. Below is a sample few lines from the html file.
    Please your help is appreciated solving this problem how to collect this information from a HTML file or if Java has any class for this type of purpose.
    Please advice
    arsi
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <!-- saved from url=(0068)https://10.210.44.14/cgi/rsConfigPrintDisplay?200702121685061633,FS,2 -->
    <HTML><HEAD><TITLE>Volume Assignments</TITLE>
    <META http-equiv=Content-Type content="text/html; charset=windows-1252">
    <META content="MSHTML 6.00.2900.3020" name=GENERATOR></HEAD>
    <BODY><FONT face="Times New Roman,Times" size=2>
    <TABLE cellSpacing=1 cellPadding=3 border=2>
    <CAPTION>
    <H2>Volume Assignments</H2></CAPTION>
    <TBODY>
    <TR vAlign=top>
    <TH><FONT face="Times New Roman,Times" size=2>Volume</FONT></TH>
    <TH><FONT face="Times New Roman,Times" size=2>Location</FONT></TH>
    <TH><FONT face="Times New Roman,Times" size=2>LSS</FONT></TH>
    <TH><FONT face="Times New Roman,Times" size=2>Volume Type</FONT></TH>
    <TH><FONT face="Times New Roman,Times" size=2>Size</FONT></TH>
    <TH><FONT face="Times New Roman,Times" size=2>Storage Type</FONT></TH>
    <TH><FONT face="Times New Roman,Times" size=2>Host Port</FONT></TH>
    <TH><FONT face="Times New Roman,Times" size=2>Host Nicknames</FONT></TH></TR>
    <TR vAlign=top>
    <TD><FONT face="Times New Roman,Times" size=2>02A-25015</FONT></TD>
    <TD><FONT face="Times New Roman,Times" size=2>Device Adapter Pair 1</FONT>
    <BR><FONT face="Times New Roman,Times" size=2>Cluster 1, Loop A</FONT>
    <BR><FONT face="Times New Roman,Times" size=2>Array 2, Vol 042</FONT></TD>
    <TD><FONT face="Times New Roman,Times" size=2>0x10</FONT></TD>
    <TD><FONT face="Times New Roman,Times" size=2>Open System</FONT></TD>
    <TD><FONT face="Times New Roman,Times" size=2>000.9 GB</FONT></TD>
    <TD><FONT face="Times New Roman,Times" size=2>RAID-5 Array</FONT></TD>
    <TD><FONT face="Times New Roman,Times" size=2>Fibre Channel</FONT>
    <BR><FONT face="Times New Roman,Times" size=2>ID 00, LUN 502A</FONT></TD>
    <TD><FONT face="Times New Roman,Times" size=2>R1L01_0,</FONT> <BR><FONT
    face="Times New Roman,Times" size=2>R1L01_1,</FONT> <BR><FONT
    face="Times New Roman,Times" size=2>R2L08_1,</FONT> <BR><FONT
    face="Times New Roman,Times" size=2>R2L08_0,</FONT> <BR><FONT
    face="Times New Roman,Times" size=2>S3L06_0, S3L06_</FONT> <BR><FONT
    face="Times New Roman,Times" size=2>1, S4L06_0,</FONT> <BR><FONT
    face="Times New Roman,Times" size=2>S4L06_1</FONT></TD></TR>
    <TR vAlign=top>

    i wrote the programme for 2 stepper motor as attachment file below. they are run. but when the "start" button is ON then the "emergency stop" is not effects.
    for "emergency stop" functions, i used 4 limit contactors. if one of them is "on" then the programme will be stop.
    but in fact, when the system is running, i can not stop if one of the limit contacor is on.
    cuold you please help me to do with this problem.
    thanks
    Attachments:
    EMERGENCY STOP.vi ‏435 KB
    toolpaths-ut.vi ‏64 KB
    parallel program motor 1,2.vi ‏96 KB

  • Urgent help in reading data from oracle

    Hi All
    I was reading the data from an oracle database table through jdbc and storing them in an ArrayList, since there were around 1000 records and performing the action by iterating through the arrayList
    But now the record count has gone up to 200000, so i don't want to store them in the ArrayList rather process them one after the other so that i can save the memory of the ArrayList
    What are the best ways of achieving this, do i need to use some tools or anything, please let me know?
    Any help would be greatly appreciated.
    Thanks
    Diana

    Reading one record at a time from the database is very very very slow. I suggest keeping it in a large array. Memory is cheap. Read up on 'java -xmx' on how to increase the amount of memory available for java if you think you are running out of memory.
    Do you really need all fields in a record and all records?
    If still need to process all records, you can fetch a subset of records (say, 10000) and process them, then fetch another subset. Your sql may support fetching a subset but I dont recall the syntax.

  • Need Urgent help in passing items from one page to another

    Hi
    I have a page with item "X" holding a value. The page displays a report in which one of the fields "Devide name" is a link to Interface page. By clicking the link on "Device name" Im passing the value device name to another page and displayes all the interfaces under the device.
    But I need to access the variable "X" also in the second page i:e Interface page.
    Can somebody help me on this?
    ~rose

    The problem is is P29_IV_SERVERS is defined in page 29 and Im using
    UPDATE PROVISION_IV
                   SET PROVISION_STATE_ID = 2,SERVER_ID = :P29_IV_SERVERSin page 50. That was my initial issue. As suugested I used the '&' and its throwinf error..
    Here is my complete code.
    DECLARE
    LATEST_TASK_ID Number;
    TASK_NAME_IV varchar2(50);
    --TASK_NAME_ISM varchar2(50);
    SELECT_FLAG_IV Number:=1;
    --SELECT_FLAG_ISM Number:=1;
    DS_COUNT_IV Number;
    --DS_COUNT_ISM Number;
    DS_ID_IV Number;
    --SELECT_FLAG_IV:=1;
    --SELECT_FLAG_ISM:=1;
    BEGIN
    FOR i in 1..APEX_APPLICATION.G_F10.count
    LOOP
        UPDATE PROVISION_IV
                   SET "PROVISION_STATE_ID" = 2,"SERVER_ID" = :P29_IV_SERVERS
                   --SET "PROVISION_STATE_ID" = 2,"SERVER_ID" = 2
                    WHERE
                    TERMINATION_ID=APEX_APPLICATION.G_F10(i);
    SELECT DELIVERED_SERVICE_ID INTO DS_ID_IV FROM DELIVERED_SERVICE
    WHERE DELIVERED_SERVICE_NAME=APEX_APPLICATION.G_F11(i);
    SELECT COUNT(*) INTO DS_COUNT_IV FROM DELIVERED_SERVICE_MAPPING 
        WHERE TERMINATION_ID=APEX_APPLICATION.G_F10(i);
    IF DS_COUNT_IV=0 THEN
        INSERT INTO DELIVERED_SERVICE_MAPPING
        (ID,
        CUSTOMER_ID,
        EQUIPMENT_ID,
        TERMINATION_ID,
        DELIVERED_SERVICE_ID,
        LAST_MODIFIED_BY,
        LAST_MODIFIED_ON)
        VALUES
        (DELIVERED_SERVICE_SEQ.nextval,
        NULL,
        NULL,
        APEX_APPLICATION.G_F10(i),
        DS_ID_IV,
        :APP_USER,
        sysdate);
        SELECT_FLAG_IV:=0;
    ELSE
        UPDATE DELIVERED_SERVICE_MAPPING SET DELIVERED_SERVICE_ID = DS_ID_IV,
        LAST_MODIFIED_BY = :APP_USER,
        LAST_MODIFIED_ON = sysdate
        WHERE TERMINATION_ID = APEX_APPLICATION.G_F11(i);
        SELECT_FLAG_IV:=0;
    END IF;
    END LOOP;
    IF SELECT_FLAG_IV=0 THEN
        IF :P29_CHECK_TASK_NAME_IV=1 THEN
            IF :P29_TASK_NAME_IV is NULL THEN
                TASK_NAME_IV:=:APP_USER||'_INTERFACE PROVISIONING_'||SYSDATE;
                INSERT INTO TASKS
                (TASK_ID,
                TASK_NAME,
                CREATED_BY,
                CREATED_ON,
                TASK_ACTION,
                TASK_STATE_ID,
                SERVER_ID)
                VALUES
                (TASK_ID_SEQ.nextval,
                TASK_NAME_IV,
                :APP_USER,
                sysdate,
                5,
                1,
                2);
            ELSE
                INSERT INTO TASKS
                (TASK_ID,
                TASK_NAME,
                CREATED_BY,
                CREATED_ON,
                TASK_ACTION,
                TASK_STATE_ID,
                SERVER_ID)
                VALUES
                (TASK_ID_SEQ.nextval,
                :P29_P50_TASKNAME,
                :APP_USER,
                sysdate,
                5,
                1,
                2);
            END IF;
        SELECT max(TASK_ID) INTO  LATEST_TASK_ID from TASKS where CREATED_BY=:APP_USER;
        FOR i in 1..APEX_APPLICATION.G_F01.count
        LOOP
            INSERT INTO TASK_DETAILS
            (TASK_DETAILS_ID,
            EQUIPMENT_ID,
            TERMINATION_ID,
            TASK_ID)
            VALUES
            (task_detail_seq.nextval,
            :P29_TO_INTERFACEPAGE,
            APEX_APPLICATION.G_F10(i),
            LATEST_TASK_ID);
        END LOOP;
        END IF;
    END IF;
    END;I have the variables P29_CHECK_TASK_NAME_IV, P29_TASK_NAME_IV and P29_IV_SERVERS defined in page 29.
    But the above query is written in page 50, so I want to access the value of these variables as set in pahe 29.. :-(

Maybe you are looking for

  • HP Officejet Pro 8500 A910 printer/scanner/fax

    Dear Forum, I have experiencing problem to scan on this product but I can print my work from the computer. The message appear from my computer: The HP Officejet Pro 8500 A910 was not found. The message from the unit HP Officejet Pro 8500 A910 screen:

  • Constant reboot of Iphone 4 and NO restoring possible, tried everything

    Without being used at the time I discovered a couple of days ago that my new iphone 4 (running on iPhone 4.0.1 (already for a couple of days, 3 weeks old) was in a constant 30 sec reboot and was pretty warm. When connected to my Mac, iTunes didn't re

  • How-to remove java-stack

    Hi, is it possible to remove a java-stack from a central instance? For example a CRM installation, having both abap and java stack? The java-stack is not used. Toine.

  • Why in my iphone5 iTunes Store was not working?

    In my iphone my iTunes Store was not working. When I want to open that apps in my iphone that was open but only iTunes U and podcast display another thing not working how can I solve this problem?

  • BDOC query parameter

    Hi all, I have a Bdoc parameter syntax related question. I want to set a query bdoc parameter as below where TERRID is a parameter and i want to pass sql like ... ****SQL**** WHERE TABLE1.NTERRID LIKE 'TERRID%' ***BDOC QUERY*** WHERE TABLE1.NTERRID L