Slashdot Mirror


Record Audio From Any Mac OS X Application

MrFreak writes "Have you ever wanted to grab a sound from DVD Player or record a RealMedia stream to AIFF? It's previously been impossible to do this digitally, but the folks at Rogue Amoeba have released a piece of software called Audio Hijack that allows you to record audio from any OS X application. Additionally, it can apply live audio effects to any application, so you can add an equalizer to MAME or play Quake 3 with a live echo or flanger effect."

11 of 54 comments (clear)

  1. Windows Option by bradshaw-ka · · Score: 3, Informative

    Total Recorder from High Criteria does this on Windows as well.

  2. I've been doing it by Apreche · · Score: 4, Informative

    I don't know about you, but I've been able to do this with my Sound Blaster Live! Value, always. Even with the newest version of the the Creative AudioHQ. All you do is set the recording device to Wav/Direct Sound and record with your favorite recording software. You can use the EAX or the Advanced EQ if you want.
    There is also "What U Hear". Which allows you to record everything that comes out of your speakers. So I can record my Line in, a playing mp3, and my friend on the microphone simultaneously.
    The ability to do this on the mac may be a new thing. And it's obviously a nice way around some DRM. But it's been around for a long time. At least 3 years.

    --
    The GeekNights podcast is going strong. Listen!
  3. Re:Why? by Anonymous Coward · · Score: 3, Interesting

    Because as the site says, it frees you from proprietary audio formats. So now, you can record a real stream or file into AIFF, convert to MP3, and take it on your ipod.

  4. vsound accomplishes the same thing under Linux by displague · · Score: 5, Informative

    We already have this in Linux (*BSD, etc.). It allows you to rip RealAudio streams, et. al.

    ~/> dpkg -p vsound
    Package: vsound
    ...
    Description: Virtual loopback sound recorder and real audio converter
    This program allows you to record the output of any standard OSS
    program (one that uses /dev/dsp for sound) without having to modify or
    recompile the program. It uses sox to convert and save the raw data
    into the desired file format and can help to convert real audio files
    to some other non-proprietary format.

    The website for vsound is here.

    --
    Marques Johansson
  5. Phew! by grantsellis · · Score: 5, Funny

    The anti DRM capabilities seem to be its most lauded application. Fortunately, naming it "Audio Hijack" will calm the RIAA's fears. :)

  6. Wait a second... by PythonOrRuby · · Score: 5, Funny

    Weren't we just talking about how this kind of tweaking and hacking is supposed to be impossible with Mac OS X?

    1. Re:Wait a second... by Anonymous Coward · · Score: 3, Insightful
      I haven't tried the application but if it works like the description says, then Apple will most likely sue them to stop releasing it (this is not flamebait). I work writing an audio app for OS X and I can tell you that whenever someone asks how to monitor output to audio devices, an Apple employee says both that it cannot currently be done and that they would have to deal with DRM issues. It's been implied that the latter issue would restrict Apple from ever providing an API for it. Even though this app probably doesn't work directly on the output streams this application runs into the same DRM issues, especially since it can effect DVD and Real streams.

      Although I *am* generally bad mouthing Apple (I love parts of the OS but I've been hating the company's actions w.r.t to consumers for the past year) in this case I can see the legitimate reason why they would make this application be pulled from the market. Apple has managed to show no support for DRM protections and get away with it because the OS also isn't known for having things like DeCSS or apps which can capture all audio in a lossless way. Assuming this really does something like what it claims, applications like this one could put Apple in a bad light that's been hinted at with the iPod, which has been mentioned at congressional hearings on DRM IIRC. Then Apple may be compelled to put in more DRM restrictions than simply disallowing apps like this one and we, the consumers, would be worse off for this app to have ever seen the light of day. I'm obviously getting a bit ahead of the current situation but given just how fascist the RIAA is, I believe the situation is almost inevitable.

  7. Re:Web site is unclear on DSP fx by stew77 · · Score: 4, Informative

    You are mistaken. There are VST effects in OS X, you will find a directory /Library/Audio/Plug-Ins/VST on any MacOS X installation.

    Audio Units are the native plugin format on OS X, like DirectX has a plugins on Windows. VST is a cross-platform plugin API written by Steinberg (and actually supported on OS X by applications like Ableton Live). Emagic is not using VST any more in it's OS X sequencer Logic, but that's probably because Emagic's owner Apple wants to push Audio Units and Emagic is a direct competitor to Steinberg.

  8. Re:Shhh... don't tell the RIAA/MPAA/DRM crowd by stew77 · · Score: 3, Informative

    /dev/audio doesn't exist on OS X. CoreAudio is taking a different route than the "everything is a file" Unix approach.

  9. Which is why Secure Audio Path exists by metalpet · · Score: 3, Insightful
    As summarized here.

    Unless macOS comes up with a similar mechanism, Apple might have a hard time convincing the usual crowd to package streams for their OS at some point in the future.

    Then again, you could point out VMWARE makes Secure Audio Path an exercise in futility.
    It's an arm race, and I'm not sure how the DRM side can win it.

  10. Re:UI vs inner workings by usr122122121 · · Score: 3, Informative
    The core issue is Apple hiding APIs to hinder customization of their OS. The fact that Audio Hijack can exist proves that low-level APIs that Apple doesn't want people seeing(at least not yet) are still accessible to adventurous hackers.
    1. The APIs are not hidden. Take a look: /System/Library/PrivateFrameworks/
    2. The article the other day was primarily about how Aqua was being kept locked up... Not the OS on the whole.
    3. Apple doesn't mind people seeing the Frameworks. They're available in the PrivateFrameworks folder. The issue, however, is that since they are private they are undocumented. Chances are that Apple just wants them to mature a bit before opening them up for everybody's use. This will prevent a bunch of developers from having their programs break when Apple modifies the framework. IMHO, some other parts of the system, like the entirety of Aqua and the private section of Quartz, will ALWAYS stay private.
    --

    -braxton