audio playback control
iMic Control 1.5
Adds additional USB audio recording features. more>>
The software is free for iMic users. Currently the iMic control supports output treble, bass, volume, balance, and mute as well as input gain. Some functions such as audio input gain require that you hot plug the iMic before the new settings take effect.
Apple DVD Playback 4.6.1
Apple DVD Playback is a very flexible and effective tool which addresses a disc validation issue some users may encounter when attempting to play a disc for the first time with DVD Player 4.6. This update is recommended for all users of DVD Player 4.6. more>> Apple DVD Playback 4.6.1 is a very flexible and effective tool which addresses a disc validation issue some users may encounter when attempting to play a disc for the first time with DVD Player 4.6. This update is recommended for all users of DVD Player 4.6.
Requirements: G3, G4, or G5 processor (G5 required for HD playback), Mac OS X 10.4 or later.
AudioRack 2.7.6
AudioRack - Audio player for live-assist/automated radio more>>
AudioRack has extensive AppleScript support which allows it to run unattended. AudioRack is also a database front end for MySQL that may be used to manage, organize and find the audio files that it plays.
AudioRack requires access to MySQL in order to run -- HOWEVER you can play audio files that are not in the database library without the files being automatically added to the library (as iTunes does).
Finally, AudioRack has a separate audio playback engine (called arplayer) that does the grunt work of playing the files (any file that quicktime will play) using a 10 second long ring buffer and Apples core-audio system. Unless your computer is really hung up, it wont glitch - even with sluggish networked audio files.
As long as the network can maintain the encoded bit rate of the file over ten seconds, it wont glitch. This does NOT use QuickTimes built-in (yuck) player! Did I mention that it is also an open source program so you are free to add, improve, and customize it?
Enhancements:
- Added "event notification" support for input and output VU meters in support of a new client application.
- Fixed a bug where closing a recorder that is waiting for a timed start causes arserver to hang.
- Added support for dividing the audio mixing workload across multiple processors, if available, on a player by player basis using Apples Deferred Render AuadioUnit - previously, mixing would only make use one processor. This feature is only enabled if more than one processor is detected on the host computer.
- Added GUI for setting up the IAX telephone.
- Fixed a bug causing IAX telephone callers to only be in the left channel.
- Fixed a "double memory free" that _sometimes_ caused a folder pick to fail.
- Fixed the outnames and innames functions for getting audio device channel names if the device supports it. AudioRack now uses these names in the arserver input and output settings panel if an device makes them available.
- Fixed the problem where you had to wait a minute after shutting down for the control port to clear before that port could be reused by running arserver again.
AddRemoveButtons Control 1.0
AddRemoveButtons Control - Custom REALbasic control more>>
Griffin PowerWave Control 0.5
Griffin PowerWave Control - Enables several additional features to PowerWave more>>
This provides a workaround for a problem in OS 9 with the Apple USB audio drivers. Normally a USB audio input device would "register" itself as a Microphone Input so the PowerWave is compatible with more audio applications.
However in order to use the playthrough feature in the Sound control panel in Mac OS 9, the device type must be Line Input. This PowerWave Control allows this selection, in addition to other features.
Knob Control 1.0.2
Free Yahoo! volume widget for your Mac more>> Free Yahoo! volume widget for your Mac
Knob Control is a free Yahoo! widget that features an analog volume knob.
System requirements:
-
Enhancements
- Change marker position.
Casio Wrist Audio Player 1.0.2
Casio Wrist Audio Player is a useful tool that allows you to download MP3s to the watch. more>>
Casio Wrist Audio Player 1.0.2 is a useful tool that allows you to download MP3s to the watch.
This application is Macintosh version Link Soft for the CASIO Wrist Audio Player. Use of this application requires a separately available CASIO Wrist Audio Player. The Wrist Audio Player is a wristwatch type wearable audio player that can playback MP3 files you create on your computer or download from the Internet.
This application makes it possible for you to transfer such files from your computer to the Wrist Audio Player. The wristwatch configuration of the Wrist Audio Player makes it possible for you to take your favorite music along just about anywhere.
Adobe Premiere FireWire DV device control 1.3
Adobe Premiere FireWire DV device control - Take advantage of new Apple FireWire enablers more>>
NetLinx Diagnostic and Control 0.1.0
Control NetLinx interfaces. more>>

AudioLobe 4.2
AudioLobe is designed to help you independently alter the playback speed and pitch rate of audio files. more>>
AudioLobe 4.2 is designed to help you independently alter the playback speed and pitch rate of audio files. If you are a musician or interested in audio this means you can slow down complex sequences of audio without the vocal or instruments sounding unintelligible. Great for learning difficult notes in a musical sequence.
For example, you could set a section of the audio to loop at whatever playback speed you want and easily follow what is happening, without having pitch changes. AudioLobe 3 allows files to be saved with altered play speeds and major update update to the interface.
Major Features:
- Alter playback speed and pitch independently.
- Save audio/video with altered playback speeds to new files.
- Drag and drop playlist.
- Easy to use and intuitive audio controls.
- Supports all the common audio and video formats.
- Major update to the graphical appearance.
- Displays detailed audio track data.
- Autosaves column width changes and positions, new preferences for color control.
- Separate window for audio indicators and audio power levels.
- Many minor improvements for list clearing, software updating, control sizes, help menu, etc.
- Full-featured demo version. Saving of altered-speed audio files available with $20 license.
- Play adjusted-rate audio/video files exported by AudioLobe in other free apps such as QuickTime, ReelBean, etc.
Enhancements:
- Info panel bug fix.
- Reduce track info size in bottom left of main window.
Requirements:
- Mac OS X 10.4 Tiger, 10.5 Leopard and 10.6 Snow Leopard
Nikon Camera Control Pro 2.5
Nikon Camera Control Pro is one of the most salutary programs that can enable simplified remote control of many Nikon digital SLR functions from a personal computer, and includes advanced features such as Viewer that provide substantial improvements in operation. more>> <<less
FMOD Ex Audio Classes 0.6b
FMOD Ex Audio Classes - hooks into the cross platform FMOD Ex audio library, supporting a wide range of audio formats more>>
First, a little background... The FMOD Ex API supports multiple concurrent "system" objects which may map to multiple audio devices installed on the same machine. Consequentially, all audio samples, channels, and effects are owned by a single system object and can not be shared. If a system object is destroyed, all sounds, channels, groups, and effects created under that system become invalidated and accessing them will generate errors (or worse).
To simplify this situation within the REALbasic environment, these classes do not allow for more than one system object to be active at any given time. Under normal circumstances this should not cause any grief - you call FMEx.StartUp when your application is launched, load your audio samples, create player objects, etc., then call FMEx.ShutDown when your application quits and all will be fine. If you have a need to restart FMOD Ex however, all existing FMExAudio, FMExStream, and FMExSubMixer instances will point to invalid audio handles. There is error checking in place to avoid crashes if this situation should arise, but it can still be annoying. In order to properly restart FMOD Ex you should follow the steps below...
Call the Stop method on all existing FMExAudioPlayer and FMExAudioPlayer3D instances. You do not have to dispose of these objects, but calling Stop ensures the internal channel reference is reset.
Dispose of all FMExAudio, FMExStream, and FMExSubMixer instances (i.e. set them to Nil). Be sure to also dispose of any FMExAudio instances that have been assigned to FMExAudioPlayer.DefaultAudio properties.
Call FMEx.ShutDown, followed by FMEx.StartUp, then reload/recreate all required FMExAudio, FMExStream, and FMExSubMixer objects and re-route any submixers.
ByRef methods are provided to allow you to reuse existing FMExAudio, FMExStream, and FMExSubMixer instances by replacing the required data/handles. This can be much easier than recreating them from scratch.
These classes couldve been simplified further by automatically reference counting audio objects and starting/stopping FMOD Ex behind your back, but that would preclude the ability to restart the audio engine at any time, and greatly impair the start up options interface.
- Virtual Channels
One of FMOD Exs most touted features is automatic channel virtualization. This allows you to play sounds on more channels than are physically available and let FMOD Ex decide which are more important based on priority settings and 3D positioning. One caveat with virtualization is that you must call FMEx.Update as frequently as possible for this to actually work (e.g. in games youd typically call FMEx.Update every frame). NOTE: If youre already calling FMEx.Update for 3D audio you do not need to call it twice.
- MIDI
MIDI playback currently only works on Windows, and only if the default system sound font is installed (/windows/system32/drivers/gm.dls). Broader MIDI support is on the would-like list but primary tests point to a broken implementation on Mac OS X (i.e. some FMOD Ex bugs need to be fixed before this can work).
- Other bugs...
Stereo sounds routed to submixers may "pollute" the wave data of other submixers. Everything else works as expected however and the audio output is correct, but submixers may return incorrect values when calling their Level methods. This appears to be a bug within FMOD Ex itself but more testing is required.
M-Audio Revolution 5.1 1.6
Drivers and control panel software for the M-Audio Revolution 5.1 audio card on your Mac more>> Drivers and control panel software for the M-Audio Revolution 5.1 audio card on your Mac
M-Audio Revolution 5.1 is an installer package containing Mac OS X control panel software and drivers for the M-Audio Revolution 5.1 six-channel 192 kHz/24-bit PCI audio card.
NOTE: Once you have completed installation, connect the device to a USB port on your computer. The use of USB hubs is not recommended when using M-Audio devices.
System requirements:
- M-Audio Revolution 5.1 audio card
Emagic Logic Audio Updater 6.4.3
Logic Platinum is the centerpiece of the worlds premier music composition and audio production system. more>>
Logic Platinum 5 offers countless creative options for MIDI and audio manipulation. It features extensive audio hardware support including TDM (Mac OS), OMF and OpenTL support, and is capable of 192 tracks of audio playback at up to 24Bit/96kHz rates, in a variety of audio formats. The audio functionality also incorporates a digital mixer with Surround Sound up to 7.1, over 50 high-quality audio effect plug-ins, and fully-automated, sample-accurate mixing facilities. The 32 Bit internal signal path ensures that audio quality remains pristine throughout, and the incorporated high-end POW-r dithering process provides master-quality results. Logic supports a virtually unlimited number of MIDI tracks with timing accuracy to 1/3,840 of a note. A wide range of synchronization options ensures that Logic Platinum connects easily to both the digital and analog worlds.
Most importantly for professionals working in music production, film scoring or post production facilities is Logics renowned stability and reliability. This unique combination of tools, an elegant user interface, flexible working methods, rock-solid performance and a comprehensive development schedule make Logic Platinum the perfect software environment around which to base your studio.
Enhancements:
- MIDI Hardware: Access to MIDI hardware is gained over the Mac OS X standard known as "Core MIDI". This means that OMS, MidiManager and MidiShare is no longer needed. For the Unitor8 MkII, AMT8 and MT4, a Core MIDI-Unitor-Family-Driver is already available for USB interfacing. Core MIDI drivers are also available from other manufacturers such as Edirol, Event Electronics, Evolution, M-Audio (Midiman), Motu, Roland and Tascam. If you own another MIDI interface, check the manufacturers web site for Mac OS X compatible driver installers.
- Audio Hardware: Access to audio hardware is handled using the Mac OS X standard known as "Core Audio". This means that there is no further need for proprietary standards like ASIO, EASI or Direct I/O. There are currently Core Audio drivers for the built-in Apple audio hardware and the EMI 2|6, aswell as Core Audio drivers from other audio hardware manufacturers such as MOTU, M-Audio, Edirol and RME. If you own another audio interface, check the manufacturers web site for Mac OS X compatible driver installers.
- Plug-Ins (Effects/Instruments): Access to 3rd party DSP plug-ins will be covered by the Mac OS X standard known as "Audio Units". For further details please read the section below called "Audio Units - the native Mac OS X standard format for DSP plug-ins".
- Current Limitations: Autolink with Sound Diver is not currently avail
RED player 1.0.2
RED player - Now you can listen your favorite alternative radio stations online. more>> MU.LAB is an alternative, state of the art music application for OSX and Windows, transforming your computer into a rich virtual music studio!
And it does not overwhelm you with a complex feature set, in which you can get lost.
At the contrary, MU.LAB is a user-friendly yet rock-solid musical tool designed to create, finetune and play Your Music!
MU.LABs core feature set:
- Audio Recording & Playback
- MIDI Recording & Playback
- Flexible Composition & Sequence Editing
- Supports Audio and MIDI VST Plugins
- Powerful Audio and MIDI Plugin Routing (up to 100% modular if you want)
- Integrated MuSynth: Powerful Modular Sound Engine
- Integrated MUX: Powerful Modular Audio/MIDI Effect Engine
- Integrated Audio Effects
- Audio Engine using 32 bit floats, all usable samplerates
- Sample Accurate Sequencing
- Multi Undo/Redo
- Available for OSX (Universal Binary) and Windows<<less