Recording audio directly form sound card

Hello,
I am new to flex but my first app is a little bit more pro than you would expect form a rookie. I would like to record sound that is currently played on the local computer. I saw some codes that use the microphone, but this is undesired. The client machine may not have a microphone hardware or may play the sound on headphones. I think this must be possible but may be not a common task so that's why I can't find the solution? Can any one help?
PS: I am sorry if this is the wrong forum to post - if it is, please direct me to a proper forum.

Here Recording Audio from a Microphone
https://msdn.microsoft.com/en-us/library/ff827802.aspx
chanmm
chanmm

Similar Messages

  • Recording audio with both sound card and mic

    how i can develop a program to record audio file from mic and sound card at the same time?? 
    Muhammad Shoaib Software Engineer Shamim & Co. (Pepsi Cola Bottlers) Multan, Pakistan +923136140304

    Here Recording Audio from a Microphone
    https://msdn.microsoft.com/en-us/library/ff827802.aspx
    chanmm
    chanmm

  • ALSA is not detecting my M-Audio Delta 1010 sound card (x86-64)

    Hi
    I've been searching Arch forums and googling for my problem but I can't find a suitable answer.
    I installed my M-Audio Delta 1010 sound card on this PC but ALSA doesn't get it to work.
    Chipset envy24 / ice1712
    On dmesg I find:
    $ dmesg | grep -i ice1712
    [ 8.135832] snd_ice1712: probe of 0000:05:06.0 failed with error -5
    However, it is listed on lsmod:
    $ lsmod | grep '^snd' | column -t
    snd_hda_codec_hdmi 24529 4
    snd_ice1712 59590 0
    snd_cs8427 6970 1 snd_ice1712
    snd_i2c 4107 2 snd_ice1712,snd_cs8427
    snd_ice17xx_ak4xxx 2437 1 snd_ice1712
    snd_ak4xxx_adda 8070 2 snd_ice1712,snd_ice17xx_ak4xxx
    snd_hda_codec_realtek 61420 1
    snd_ac97_codec 113344 1 snd_ice1712
    snd_mpu401_uart 5980 1 snd_ice1712
    snd_hda_intel 26181 5
    snd_hda_codec 98034 3 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_intel
    snd_hwdep 6429 1 snd_hda_codec
    snd_rawmidi 18800 1 snd_mpu401_uart
    snd_seq_device 5269 1 snd_rawmidi
    snd_pcm 75735 5 snd_ice1712,snd_ac97_codec,snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
    snd_page_alloc 7218 2 snd_pcm,snd_hda_intel
    snd_timer 18935 1 snd_pcm
    snd 60189 25 snd_ice1712,snd_hda_codec_realtek,snd_ac97_codec,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_i2c,snd_pcm,snd_rawmidi,snd_hda_codec,snd_ak4xxx_adda,snd_hda_intel,snd_mpu401_uart,snd_seq_device,snd_cs8427
    I followed some instruction and created a alsa-base.conf file with:
    $ cat /etc/modprobe.d/alsa-base.conf
    options snd slots=snd_ice1712,snd_hda_intel
    options snd_ice1712 index=0
    options snd_hda_intel index=1
    aplay -l returns:
    $ aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 1: SB [HDA ATI SB], device 0: ALC889 Analog [ALC889 Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: SB [HDA ATI SB], device 1: ALC889 Digital [ALC889 Digital]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 2: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 2: NVidia [HDA NVidia], device 7: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 2: NVidia [HDA NVidia], device 8: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 2: NVidia [HDA NVidia], device 9: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    Seems card 0 is reserved for the m-audio card but is not being detected by ALSA
    envy24control also exits with:
    $ envy24control
    No ICE1712 cards found
    Finally, my /dev/snd
    $ ls -l /dev/snd
    total 0
    drwxr-xr-x 2 root root 80 Dec 7 20:25 by-path
    crw-rw----+ 1 root audio 116, 7 Dec 7 20:25 controlC1
    crw-rw----+ 1 root audio 116, 16 Dec 7 20:25 controlC2
    crw-rw----+ 1 root audio 116, 6 Dec 7 20:25 hwC1D0
    crw-rw----+ 1 root audio 116, 15 Dec 7 20:25 hwC2D0
    crw-rw----+ 1 root audio 116, 14 Dec 7 20:25 hwC2D1
    crw-rw----+ 1 root audio 116, 13 Dec 7 20:25 hwC2D2
    crw-rw----+ 1 root audio 116, 12 Dec 7 20:25 hwC2D3
    crw-rw----+ 1 root audio 116, 5 Dec 7 20:26 pcmC1D0c
    crw-rw----+ 1 root audio 116, 4 Dec 7 20:26 pcmC1D0p
    crw-rw----+ 1 root audio 116, 3 Dec 7 20:26 pcmC1D1p
    crw-rw----+ 1 root audio 116, 2 Dec 7 20:25 pcmC1D2c
    crw-rw----+ 1 root audio 116, 11 Dec 7 20:27 pcmC2D3p
    crw-rw----+ 1 root audio 116, 10 Dec 7 20:26 pcmC2D7p
    crw-rw----+ 1 root audio 116, 9 Dec 7 20:26 pcmC2D8p
    crw-rw----+ 1 root audio 116, 8 Dec 7 20:26 pcmC2D9p
    crw-rw---- 1 root audio 116, 1 Dec 7 20:25 seq
    crw-rw----+ 1 root audio 116, 33 Dec 7 20:25 timer
    $ ls -l /dev/snd
    total 0
    drwxr-xr-x 2 root root 80 Dec 7 20:25 by-path
    crw-rw----+ 1 root audio 116, 7 Dec 7 20:25 controlC1
    crw-rw----+ 1 root audio 116, 16 Dec 7 20:25 controlC2
    crw-rw----+ 1 root audio 116, 6 Dec 7 20:25 hwC1D0
    crw-rw----+ 1 root audio 116, 15 Dec 7 20:25 hwC2D0
    crw-rw----+ 1 root audio 116, 14 Dec 7 20:25 hwC2D1
    crw-rw----+ 1 root audio 116, 13 Dec 7 20:25 hwC2D2
    crw-rw----+ 1 root audio 116, 12 Dec 7 20:25 hwC2D3
    crw-rw----+ 1 root audio 116, 5 Dec 7 20:26 pcmC1D0c
    crw-rw----+ 1 root audio 116, 4 Dec 7 20:26 pcmC1D0p
    crw-rw----+ 1 root audio 116, 3 Dec 7 20:26 pcmC1D1p
    crw-rw----+ 1 root audio 116, 2 Dec 7 20:25 pcmC1D2c
    crw-rw----+ 1 root audio 116, 11 Dec 7 20:27 pcmC2D3p
    crw-rw----+ 1 root audio 116, 10 Dec 7 20:26 pcmC2D7p
    crw-rw----+ 1 root audio 116, 9 Dec 7 20:26 pcmC2D8p
    crw-rw----+ 1 root audio 116, 8 Dec 7 20:26 pcmC2D9p
    crw-rw---- 1 root audio 116, 1 Dec 7 20:25 seq
    crw-rw----+ 1 root audio 116, 33 Dec 7 20:25 timer
    controlC0 and pcmC0 is not present!
    So, what might be causing the probe error -5?
    I really need to get this card working! :S
    I have Arch up to date!
    Hardware specs:
    CPU: AMD FX6100
    Board: Gigabyte (can't recall the model) with NVidia chipset
    Thank you,

    I have an m-audio delta 1010lt as well, it's a great card but it sits in my closet now because I "upgraded" to a motherboard that doesn't have legacy PCI slots. However, I'm pretty sure I remember the card working for me and being "plug and play" under arch with kernel 3.3 or newer. So some things I would consider:
    Try checking IRQs, make sure nothing is overlapping.
    Try using the LTS kernel, to see if it is kernel related, since ice1712 module should ship with almost any kernel => 2.6.26.
    How many watts is the power supply? Sometimes insufficient wattage can result in drivers failing to load.
    What other sound cards do you have installed? Have you tried blacklisting all of the other cards in your system using alsa-base.conf? This is a bit extreme, but might be a useful troubleshooting measure, as some people have had issues in the past with alsa indexing mutiple cards to the same slot number

  • I am getting no signal to my dj mixer using m-audio firewire audiophile sound card connected to my mac book pro using Traktor Dj software can anyone help?

    I am getting no signal to my dj mixer using m-audio firewire audiophile sound card connected to my mac book pro using Traktor Dj software can anyone help?
    The firewire port reads the dj software and I can hear music playing through the sound card when I plug my headphones into it but there is no signal to the hardware (my dj mixer).
    I have reset the firewire by turning off my mac book pro for a few hours and can see the sound card device in the fire wire section after clicking on the apple icon on the top left corner of my mac.
    My dj mixer works on another mac computer with the same soundcard and different firewire cable.
    Hope someone can help
    Thanks
    Wayne

    kmiddlet88,
    yes, it could be due to nearly anything listed in your kernel extensions, startup items, launch daemons, launch agents, or user items above. Please check all of your installed third-party software to make sure that the versions which are installed on your MacBook Pro are compatible with Mavericks; uninstall every software package which isn’t Mavericks-compatible. After you’ve done that, boot into Safe mode, and see if you still get the beach ball of doom there. If it doesn’t appear there, restart normally and see if it appears then.

  • CUPC - "Phone Error. Could not place call because you have no audio device or sound card."

    Periodically throughout the day, CUPC will not make or receive calls, but instead presents a dialog box with the message "Phone Error. Could not place call because you have no audio device or sound card."  See attachment.
    Signing out of and back into CUPC resolves the issue temporarily.
    I have version 8.6.2 installed and I'm using a USB headset.
    Does anyone know what might be causing this?

    Hi Steve,
    I have users reporting this as well with Jabra GN 2000 headsets. They claim using a different headset resolves it which I'm waiting to confirm but I was wondering if you were able to figure this out.
    Thanks
    Erik

  • Will FCP X and QT will output audio thru any sound card that the Mac recognizes?

    I watch FCP X video on my Mac Pro video monitor.
    I want to output the audio thru a sound card to my audio monitor controller. My new digital audio monitor controller connects USB to the Mac, and USB is not an output option with FCP X. So, I need another audio path.
    I have previously used a Pro Tools HD Native card for sending FCP X audio out, and this works fine.
    I assume that any other sound card that works in the Mac (i.e., compatible and selectible in Mac Pro Sound Preferences) would work with FCP X, but I am just checking to be sure this is right before I buy something.
    I am aware of potential sync issues, so I would use only a low latency sound card. The Pro Tools card, for instance, had very low latency and worked fine.

    OK, forget it.
    I can just use the Mac Pro optical digital out.  Doh.
    Some days the brain just won't lock into gear. 

  • Front audio with PCI sound card?

    Well, the front audio on my Antec P160W worked perfectly with the integrated sound, but I changed to my SoundBlaster Audigy Player because of the HORRIBLE audio quality. Now the front audio ports don't work. What do I need to do to make it work again? I'm not going back to the integrated.
    At first I thought that I had to put the connectors for the front audio on the sound card, but the manual of it doesn't show any of those features.

    I was wondering that myself. The only thing I think you could possibly do is have both the onboard and the pci sound card enabled and use the onboard sound just for the headphones. I have no tried this yet as I do have the cables connected to the mobo but I have the onboard sound disabled.

  • Recording Audio From A Sound Board

    I was originally planning on buying a Samson Zoom H2, H4N, or ProTrack Stereo Recorder to begin recording audio at concerts I attend using the house sound board, but began wondering if the iPod Touch had the same capability, perhaps by adding an app of some kind. It would also be useful to record audio from weddings I videotape. I know there are voice recorders such as the Belkin that you can attach, but I was thinking more of connecting the iPod directly, by using a 1/4" to mini cable adapter. Is this possible? If so, what app would enable me to do this?

    The issue I see with iTalk and similar iPod apps is that the iPod has no line-level input, so you'd have to use one of the earbud/microphone combinations or an external microphone like this one which will be limited as to quality. There are some other options here. But if you want pro quality, and particularly want to tap straight off of a mixing console, a device like the Alesis is going to be necessary, though there may be something less expensive that I can't find.
    If a microphone works for you, then iTalk might be fine. There's a freeware version of iTalk, iTalk Lite, you can try, to see if it will do the job. It doesn't have the advanced playback controls and has a limit of 2MB per recording, but it should allow you to test it out. Voxie is another possibility.
    Regards.

  • M-Audio Delta 192 Sound Card With Adobe Audition

    I have a m-audio sound card and a mackie pro fx8 mixer, I am running windows7 64-bit. I was wondering how I need to set my preferences in Adobe Audition? When hitting record I am not recording my audio

    Make sure that you have the M-Audio ASIO drivers installed. Then under Audition's Preferences/Audio Hardware select ASIO for Device Class and M-Audio ASIO for Device. Under Audio Channel Mapping select appropriate M-Audio inputs and outputs. If you are trying to record in the Mutitrack window make sure you select the correct input for each track. It will probably say Default Stereo Input but you can click on that and select any of the inputs that are available from the Delta 192.

  • Improving SNR on Mic recording to built-in sound-card's mic jack

    Hi all,
    I've been doing my recordings from the built-in mic jack in my laptop (sound card is the basic Intel HDA). From the 'headphones' jack of my Korg, this is not a problem, as the volume level is plenty loud enough for my input volume in alsamixer to be set to about 13% or something like that, which basically means minimal/negligable noise.
    However, I just purchased a Shure SM57 mic for vocal/guitar recordings. It's an XLR mic, so I use an XLR cable, an Audio-Technica transformer to convert it to quarter-inch, and then a quarter-inch to headphone-jack converter.
    My problem is that the volume levels, as you may imagine, are really low on such a setup, such that I have to turn alsamixer input volume up near to 100%, AND activate some mic boost as well. This means that I get heaps of noise, which is obviously non-ideal.
    How can I improve the SNR ratio? Some other sort of converting transformers? Do I need a pre-amp? Are there good noise-removal plugins in Ardour that you could recommend?

    If your profile is correct you are running Lion so you don't have a DVD you use the recovery partition.
    As long as you do an overwrite install and not a clean install (were you wipe the HD before installing) your files will remain only the system files will be written.
    Having said that even though it is safe to do whenever you're doing something like this you should have a good current working backup just in case.
    See OS X: About OS X Recovery - Support - Apple for information about using the recovert partition.

  • (help) front audio panel cords-- sound card??

    Dear all....
    I have an ancient SB Li've! 24 bit SB 040.
    Can anybody help me how to connect front audio header (casing) onto the card (ceati've proprietary connector)?
    There are 0 pin connector on the card while the casing itself has only 7 pin.
    Regards,

    I was wondering that myself. The only thing I think you could possibly do is have both the onboard and the pci sound card enabled and use the onboard sound just for the headphones. I have no tried this yet as I do have the cables connected to the mobo but I have the onboard sound disabled.

  • Audio Science ASI5111 Sound Card not working with Aud. 3 Multi-track

    I am using an Audio Science ASI 5111 Sound Card.  I also used Audi
    tion 3.0.1 on Windows 7.
    The program suddenly freezes when using the ASI driver (not Audition driver) in Multi-track mode.
    At times I get the R6025 error

    Audio Science is aware of the issue.  It has been solved by going back to an older driver.  3.12.07

  • Recording audio level in Sound control panel resets after each slide

    This has been a HUGE problem for me ever since I went from Windows XP to Windows 7 and Captivate 5.5.  Basically, the sound was not recording loudly enough no matter what I did.  So, I checked the Sound Control Panel and the Level was down to 12.  Of course, I adjusted it to 100.  It would stay at 100 for just one recording.  As soon as I hit the red recording button a second time, Captivate readjusts it back down to 12. 
    Now, you might think that this has something to do with my hardware device.  Think again.  I tried numerous hardware devices -- it did not matter which device I used -- the problem remained the same.  You might also think that it is not a Captivate problem, but how do you explain that the problem does not exist when I record audio in any other program -- Lectora, Articulate, Windows Audio recorder?  It ONLY occurs with Captivate.
    So, I finally got an Adobe Support person on the phone ...  somewhere way down in TIMBUCKTOO -- of course!  And of course, he could not help me or explain why this is happening and tried to blame it on anything except Captivate.  This has added 6-7 keystrokes to every slide I have to record....  and drastically impacted productivity.
    Is anybody listening out there?  Because I'm pulling my hair out and ready to dump Captivate!

    I'm posting specs on my machine.  If there are any settings I left out, please let me know where to go to find further information.  I'm assuming my audio/sound devices may be of interest here:

  • Beats Audio vs external sound card

    Ill be using my logitech Z623 Speaker System 2.1 THX certified speakers for gaming, movies etc with my laptop (HP DV7). Will the internal beats audio be up to scratch or should I use a dedicated USB sound card?

    <font face="Calibri" size="2" color="#333333">jollen,
    Welcome to Creative Forums. Soon enough you'll find that you're far from being alone. Enjoy!
    Click here

  • Recording from mic, not sound card

    Hi there. Relatively new to Audition so trying to get my head around it!
    I'm using Adobe Audition 3.0 and i'm mucking about with it basically to get some experience for my uni project. I'm trying to compile and edit together a collection of audio clips from a number of web streams. I've done it before for a while on a different computer and it worked fine but i'm having trouble doing it right on this occasion.
    Basically, it's recording from my microphone rather than what's being played on the computer. I have no idea how to change this. Any help guys?

    I bet you've moved to a Vista or Windows 7 machine.
    Under pressure from the record companies, the ability to record the Stereo Mix output of you computer has been disabled or removed from many new computers.
    You may be lucky and find it's only been disabled on your machine.  If so, then do the following:
    To enable:
    ->> go to Control Panel
    ->> Hardware and Sound
    ->> Manage Audio devices
    ->> in the Recording tab window right click in the white area away from any devices and from the menu enable "Show Disabled Devices" and "Show disconnected devices"
    ->> right click on Stereo Mix to get the properties window and in Device usage "Use this device (enable)"
    However, there have been many reports in here (you can do a search) that some computer manufacturers are actually removing this ability entirely, again under pressure from the record companies.
    This being the case, you might try some software called Virtual Audio Cable:  http://software.muzychenko.net/eng/vac.htm
    You have to pay for it but at least there's a trial version so you can see if it works for you before laying out your money.
    Bob

Maybe you are looking for

  • Is there a way to get all the lengends in individual lines

    Hi, This is the first time am using JFreechart. If we have multiple line grpahs then each will have individual grpahs and corresponding legends. These lengends depeneding on their string length are displayed one after other in same line or in the nex

  • How to display a photoGallery ?

    Hi Friends, i am creating a view-based application in that i am parsing XML file to collect the images in it. I am storing those images into an array. Now i need to display these images like a photo gallery. Can i use UITableView display the images o

  • Is core audio overload error a ram issue or a processor issue?

    I have a macbook 2ghz with 2gb of ram, external 250 gig 7200 rpm lacie hard drive. I am running ivory pianos, superior drummer 2.0 and waves plugins. I get the core audio overload a lot. Its really annoying. I have disabled airport and shut down all

  • How can you segment an audio signal according to the pitch periods?

    hello i was wondering if someone could give me some pointers as to how can i segment a sound signal according to the pitch periods present in the signal.i have already estimated the pitch periods and i want now to segment the signal according to thos

  • BO and SQL Programming question

    Post Author: Khorace CA Forum: Olap Hello,          I am a new BO developer and I have a sql/ BO/ question. Why is it that my sql code can return the currect result set (from the database) but from the universe my data does not reflect the same? Any