Recording Internal Audio?

Hi, sorry if this is a newbish question, but it is possible to record internal audio from the macbook air's speakers? (ex: the audio from a certain part of a video on youtube) I've tried Quicktime Pro and Audacity, but both use the external microphone, so I can hear myself cough, but not the audio from the computer. On windows there was an option in sound to switch to built in audio which would allow a program like camstudio to record the internal audio, is this possible on mac?

AudioHijackPro http://rogueamoeba.com/audiohijackpro/
Stefan

Similar Messages

  • Unable to record internal audio with RecordMyDesktop

    In order to record sound and video from my desktop, I installed RecordMyDesktop (https://wiki.archlinux.org/index.php/RecordMyDesktop) and followed the instructions from post #4 and #6 on a thread about "Recording internal audio with alsa and recordmydesktop" (https://bbs.archlinux.org/viewtopic.php … 3#p1359593). When I try to record with "recordmydesktop --device looprec", it will not start recording and closes with the following error:
    Initial recording window is set to:
    X:0 Y:0 Width:1920 Height:1080
    Adjusted recording window is set to:
    X:0 Y:4 Width:1920 Height:1072
    Your window manager appears to be i3
    Initializing...
    Buffer size adjusted to 4096 from 4096 frames.
    Opened PCM device looprec
    Couldn't set format.
    Error while opening/configuring soundcard looprec
    Try running with the --no-sound or specify a correct device.
    If this information would be helpful, I use alsamixer and "aplay -l" gives the following:
    **** List of PLAYBACK Hardware Devices ****
    card 0: PCH [HDA Intel PCH], device 0: ALC663 Analog [ALC663 Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: PCH [HDA Intel PCH], device 1: ALC663 Digital [ALC663 Digital]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: Loopback [Loopback], device 0: Loopback PCM [Loopback PCM]
    Subdevices: 7/8
    Subdevice #0: subdevice #0
    Subdevice #1: subdevice #1
    Subdevice #2: subdevice #2
    Subdevice #3: subdevice #3
    Subdevice #4: subdevice #4
    Subdevice #5: subdevice #5
    Subdevice #6: subdevice #6
    Subdevice #7: subdevice #7
    card 1: Loopback [Loopback], device 1: Loopback PCM [Loopback PCM]
    Subdevices: 8/8
    Subdevice #0: subdevice #0
    Subdevice #1: subdevice #1
    Subdevice #2: subdevice #2
    Subdevice #3: subdevice #3
    Subdevice #4: subdevice #4
    Subdevice #5: subdevice #5
    Subdevice #6: subdevice #6
    Subdevice #7: subdevice #7
    I can record from the microphone with with the command "recordmydesktop". I succeeded in recording the internal audio with audacity by choosing the device "looprec" for recordings. I'm not sure why RecordMyDesktop gives an error while Audacity does not. Below is my ~/.asoundrc, which I copied from the aforementioned thread. I am not knowledgeable, but I guess there is a mistake in it? Would you please assist me solving this error? Thank you for your time.
    pcm.!default {
    type asym
    playback.pcm "LoopAndReal"
    #capture.pcm "looprec"
    capture.pcm "hw:0,0"
    pcm.looprec {
    type hw
    card "Loopback"
    device 1
    subdevice 0
    pcm.LoopAndReal {
    type plug
    slave.pcm mdev
    route_policy "duplicate"
    pcm.mdev {
    type multi
    slaves.a.pcm pcm.MixReale
    slaves.a.channels 2
    slaves.b.pcm pcm.MixLoopback
    slaves.b.channels 2
    bindings.0.slave a
    bindings.0.channel 0
    bindings.1.slave a
    bindings.1.channel 1
    bindings.2.slave b
    bindings.2.channel 0
    bindings.3.slave b
    bindings.3.channel 1
    pcm.MixReale {
    type dmix
    ipc_key 1024
    slave {
    pcm "hw:0,0"
    rate 48000
    #rate 44100
    periods 128
    period_time 0
    period_size 1024 # must be power of 2
    buffer_size 8192
    pcm.MixLoopback {
    type dmix
    ipc_key 1025
    slave {
    pcm "hw:Loopback,0,0"
    rate 48000
    #rate 44100
    periods 128
    period_time 0
    period_size 1024 # must be power of 2
    buffer_size 8192
    Last edited by rayanamukami (2014-07-05 14:05:20)

    You might want to take a look here and here.

  • How do I record internal audio to garageband for ipad2? I want to record from a drum machine app to garageband.

    How do I record internal audio to garageband for ipad2? I want to record from a drum machine app to garageband.

    I dont believe you can do that directly. You would need to record the audio separately and then import

  • [Solved] Recording internal audio with alsa and recordmydesktop

    I record Let's Plays and wanted to record them with recordmydesktop.
    I first tried to record using ALSA but after reading much threads about that problem I decided to use pulseaudio because it seems to be easier.
    But I want ALSA back so I decided to ask here if anyone knows a solution for the ALSA sound server.
    Can anyone help me?
    Last edited by TheRatze94 (2012-08-31 19:25:42)

    modprobe snd-aloop
    should give you another virtual sound card with an input connected to an output.
    Then set up a /~.asoundrc that let you play the stream to the loopback interface and the real speakers too, i used this in the past and it worked:
    pcm.!default {
    type asym
    playback.pcm "LoopAndReal"
    #capture.pcm "looprec"
    capture.pcm "hw:0,0"
    pcm.looprec {
    type hw
    card "Loopback"
    device 1
    subdevice 0
    pcm.LoopAndReal {
    type plug
    slave.pcm mdev
    route_policy "duplicate"
    pcm.mdev {
    type multi
    slaves.a.pcm pcm.MixReale
    slaves.a.channels 2
    slaves.b.pcm pcm.MixLoopback
    slaves.b.channels 2
    bindings.0.slave a
    bindings.0.channel 0
    bindings.1.slave a
    bindings.1.channel 1
    bindings.2.slave b
    bindings.2.channel 0
    bindings.3.slave b
    bindings.3.channel 1
    pcm.MixReale {
    type dmix
    ipc_key 1024
    slave {
    pcm "hw:0,0"
    rate 48000
    #rate 44100
    periods 128
    period_time 0
    period_size 1024 # must be power of 2
    buffer_size 8192
    pcm.MixLoopback {
    type dmix
    ipc_key 1025
    slave {
    pcm "hw:Loopback,0,0"
    rate 48000
    #rate 44100
    periods 128
    period_time 0
    period_size 1024 # must be power of 2
    buffer_size 8192
    Last edited by kokoko3k (2012-08-31 20:00:00)

  • Internal audio recording

    How do I record internal audio from rpm and from browser
    Is this possible I've never used Mac before 2weeks ago

    Michael has it.
    Audacity is the recorder, Soundflower is the translator to get the audio stream into Audacity.
    Soundflower is not needed when recording from external sources (line in).

  • Internal audio recording software?

    Anyone know a software I can use to record internal audio?
    thanks.

    Michael has it.
    Audacity is the recorder, Soundflower is the translator to get the audio stream into Audacity.
    Soundflower is not needed when recording from external sources (line in).

  • Recording internal / onboard audio

    Hello all, Although I've found a lot of info here I just haven't found an answer that works for me. What I would like to do is record any type of internal audio that is playing. When I use SnapzPro X to capture a movie I will get the audio if iTunes is open and some music is playing like from an Internet radio station or from music stored on my harddrive or if some stored music is playing from just a Finder window. But if I try to capture some audio with Audacity(which will do this on my Windows machine), QTPro 7, Soundtrack, or Garageband I get nothing. If I try it with Garageband I can hear a popping sound during the capture but the popping sound doesn't record. So, is there anyway to capture some internal / onboard audio with any of the software I've listed above. I'm almost positive that I've done this in the past but I'm having no luck now. Other that OS upgrades the only thing that has changed lately is a new video card, ATI Radeon 9600 w/ 256MB Ram PC/Mac Edition.
    G4 Dual 1Ghz MDD   Mac OS X (10.4.5)   2GB Ram

    Just a quick follow-up. Today at work I was able to capture onboard audio with Audacity by using a male to male mini cable and looping from the audio out into the audio in port of my Powermac G5. I didn't spend a lot of time with it but basically I captured some Internet radio as a test. It sounded OK for what it was. So maybe that's not the best way but it will work in a pinch. I also sent in a purchase request for multiple seats of Audio Hijack Pro.
    TC
    G4 Dual 1Ghz MDD   Mac OS X (10.4.5)   2GB Ram, ATI Radeon 9600 PC/Mac, 23" Cinema HD

  • Using The Internal Audio

    Hello,
    I've been experiencing problems with a third party audio interface, namely Mbox, working smoothly with Logic. It was suggested to me that I should try using the internal audio for working with Logic. I was laboring under the false assumption that the internal sound was only 16bit. I would like some feedback from someone who uses the internal audio in a home studio situation. Namely 1. If possible, how to connect the internal output to an external monitor system. 2. How to connect a preamp for recording through the internal sound. Can this even be done and can I expect results equal to the Mbox?
    Thanks

    Actually, it doesn't make a difference if it's a TRS or an XLR. The difference is in the Apogee's inputs. With the One, you have either a instrument quarter-inch input or a Mic XLR input. Neither works with a balanced +4 line signal, which is the signal coming from the Grace. With the Duet, you can switch internally the XLR inputs from Mic to +4db line signal.
    Also, I know the Grace preamp is really good but another possibility is to stop using it and plugging your mic directly into the Apogee preamp. I know it can sound weird as a suggestion but you'd be surprised at how good the Apogee pres are. And if you only need one preamp, the One will work for you. One last thing: the Duet is Firewire, the One is USB. That means you should be able to have lower buffer settings with the Duet, hence less lantency.

  • How do I record an audio and send to a friend?

    Hi,
    I'm sure there is a much better forum on which to place this question, but is there a way I can record an audio on my iMac without a corded microphone and send it via email to someone or use it another way?
    A side note to that would be what might be an inexpensive corded mic to get?
    Thanks much,
    Lee
    P.S. I just began using Skype and will be wanting to purcahse a headset/mic
    to make calls: if anyone knows what might work good with a Mac that would
    be neat. Lots of questions. Total non-tech person here! Or... where would
    I post a question like this "PS" here on a support forum?

    Use GarageBand. I have made some sound files on just the internal mic of the MacBook Pro and the iMac has a similar one.
    Make a new project using the voice selection (delete the extra track -- it starts with male and female) and, once you get close to the mic input (test this to see how near you want to be), press the red record button.
    When you have finished, use the Share menu and send the file to disk. Once there you can attach the file to email easily. When exporting, select the mp3 format as that is universal.
    As to a microphone, if you use one that goes into the mic port, you will probably need an amplifier. A USB mic is going to be more expensive, but of good quality. It depends what you are going to need it for.

  • Will recording mic audio in mp3 codec be supported by FMS in the future

    I am newbb to flash. I am developping a mobile app for video chat using FL3. Then I realized that FL3.x only support mp3 streaming for now. So I turn to the server side and found that FMS3.5.1 doesn't support record or live mic audio in mp3. This causes a quite difficult situation. I am wondring if there's a solution/workaround for this? And mostly importantly, I am wondering if recording mic audio in mp3 is ever going to be supported. If anyone can answer this.

    Hi Bob,
    Regarding "when will flashplayer support mp3 encoding" ...
    Jay's lowdown is 100% correct.  And definitely don't hold your breath waiting  ;-)
    My sense is that internally Adobe fiercely guards against bloat in the size of the Flash Player installers.  Fiercely.
    But now they have AIR too.  And Acrobat.  (Both of which now include Flash Player in their current versions.)
    Personally, I would settle for MP3 encoding in AIR as a first step.  Plus, VP6 and H.264 in AIR.
    My sense is that the hurdle against bloat in the AIR installer size is dramatically lower.  And we definitely need these additional encoding capabilities built-in to some runtime.
    So, whenever you have a chance to lobby Adobe engineers or submit requests to their wishlist, just keep asking.
    g

  • How can I record streaming audio???

    HP HDX 18T laptop
    Windows 7
    NCH Wavepad sound editor
    Hi, I desperately need help with this issue:
    Is there anyway I can turn "OFF" the speakers so sound does not come from them, but STILL have audio levels active internally so I record streaming audio with my NCH software Wavepad program?
    I've been trying everything .. in the Control Panel setup, I am trying to "capture" streaming audio with my Wavepad program, but I can only attenuate the "mic" levels that the actual laptop picks up .. for example, if there's background noise in the room, it picks that up - I DON'T WANT THAT! - I only want the streaming audio from a recording - not the background sounds in the room.
    Folks at NCH Software keep telling me to check with laptop of Windows advice.
    Wavepad used to do this easily and cleanly before (well, on other computers and other Windows versions)
    If I go into Windows Mixer, and turn down Speakers, it also forces to turn down System Sounds - I do not want system sounds down; only speakers.
    Summary:
    I want to record streaming audio into my audio capture software.
    I want to independantly cancel laptop speaker output, while maintaining audio levels for streaming capture.
    I DO NOT want extraneous sounds in the room's background picked up by the laptop's mic, which then interferes with the recording.
    (or is there a Windows program that will do this for me? I spent $$$ on the deluxe Wavepad software ,, but it's not doing what it used to do)
    Any help, or advice will be GREEEEEEatly appreciated!!!
    Thanks, Michael

    Fixed (I think ....?)
    Turns out there's no "Stereo Mix" option in my Control Panel sound boxes .. apparantly no one else has it either in Windows 7??? depending on sound card ...
    Well, a work-around is to connect a male mini-plug "Y" into [one of] the laptop's headphone outs; then run a mini-plug cord (male-to-male) from it to the laptop mic "in" ... that leaves one unused female mini-plug on the "Y" .. which you can then run your headphones (or speakers ) off of.
    Found that solution online .. got the parts; it works now.
    Still baffled why there's no "Stereo Mix" in Windows 7 ....?

  • Internal audio problem

    my internal audio is not working. whenever i record voice through youcam or any recording. Only my External audio and bluetooth headset is in the list of my audio devices. please help me with this.. Thanks..

    If you have one internal drive, it is the system drive. Partitioning does not change that fact. Indeed, all it does is make the drive work harder as the heads have to cover a wider path than if there was only one partition.
    The external drive should be the media capture drive and if it is not perfoming adequately it is probably because you are using a Canon and it does not play well with other devices on the same bus.
    Two suggestions:
    1. get a PCI firewire card for your computer to create a second bus and hang the camera off of it.
    2. get a copy of VolumeWorks. It will allow you to change your partitions on the fly without reformatting the main system drive - remember, the partition is NOT another drive even though the icon makes it look like one on the desktop.
    Once you have a clean capture path, I'll wager dollars to donuts many of your playback issues will be resolved as well.
    good luck.
    x

  • Quicktime screen record no audio

    i love the new quicktime where you screen record but how do you have it record the audo thats playing through the sytstem? thre is o preference for system and the mic is not where i want to record the audio from screen record
    thanks

    Hi --
    Have just tried both methods, and am pleased to report that both worked on my MacBook (once I clued in to the fact you need to leave the volume slider OFF in the little QuickTime X Screen Recording window!)
    As a footnote, with Soundflower, I found it was best to set both its Input and Output volumes in Sys Prefs at maximum. (Switching either the Input or Output pref back to one of the other options returns the volume setting to wherever you left it for that option.)
    One question though:
    Is there a way -- using the Soundflower method -- to also hear the sound AS you're doing the screen recording, instead of only when you play the QT X file afterwards?
    I was able to use a 1/8" splitter from the headphone jack, with one side looping back to the Line In as described, and the other feeding some actual headphones for me to listen in on. But for situations where those cables don't happen to be handy, I'm curious to know if there's any way to listen in while doing a screen recording using the all-internal Soundflower solution. Has anyone managed that?
    John Bertram
    Toronto

  • Unable to record just audio with Mac Mini - no isight

    I am trying to use Podcast Capture on a mac mini connected to a generic monitor (no isight) and it is unable to initialize the audio subsystem. I am assuming this has to do with it needing a video camera, but surely that isn't required to record an audio only podcast. I have a microphone plugged into the line in and it works successfully in Garageband. Please help!

    Take a look at Soundflower, which will allow you to record audio from any source:
    http://soundflower.en.softonic.com/mac
    http://www.macworld.com/article/1159440/soundflower_capture.html

  • How can I record an audio sound and convert it to a ringtone?

    How can I record an audio sound and convert it to a ringtone?

    Record your voice using iPhone (for ringtone only 35 secs or under are valid), sync iPhone with iTunes.
    In iTunes the recorded voice is listed under Music as some_numbers.m4a.
    Right click on the item and choose Create AAC version.
    Drag the converted voice onto the desktop.
    Delete the voice copy in iTunes. (important step)
    On desktop, rename the some_number.m4a to something_more_intelligent.m4r
    Drag it back to iTunes and you will find it under Tones.
    Now select it (for sync) and connect your iPhone, do a sync.
    If everything works out, it will be in Settings > Sounds > Ringtone.
    Now choose a contact you want to assign this ringtone, tap Edit and add the ringtone.
    Hope this helps.

Maybe you are looking for

  • Forms & reports 6i installation problem On linux

    Following is the error i got while installing the product in Oracle home. The Oracle HOme already has Oracle Server 8.1.6. I am just installing Developer6i along with Oracle Server 8.1.6. The Installer Analyzes the dependencies and then gives this er

  • Why will my iphone 5c not show up as a device on my itunes?

    why will my iphone 5c not show up as a device on my itunes? this is the first time it has ever happened ?

  • How do I get a Badge Counter in UITableViewCell on iPhone

    Hi folks, So mail has a grey oval counter with white text next to my inbox on the iPhone to show number of unread messages and various other third party apps implement the same thing. But how do they do it. It isn't built in, it isn't a label and as

  • Internet Explorer 4.72 and applet menu

    Hi! I've got an applet that displays a menu that redirects to other URLs when selecting a menu item. The applet only uses AWT and Menu, MenuItem and PopupMenu are used to create the menu. My problem is that together with some other sites this menu st

  • Windows 7 64bit ultimate and x-fi

    !Hi! Can somebody help me. I recently installed win 7 ultimate 64bit and found my driver CD is not compatibile. I went to Creative sites but by the images there's no my audio card. On my installation CD there is sign "Xtreme Fidelity", but I didn't f