Main > Free Download Search >

Free powerful audio amp software for mac

powerful audio amp

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3384
MPEG Audio Player 1.74

MPEG Audio Player 1.74


MPEG Audio Player - MPEG audio files player more>>
MPEG Audio Player is a realtime MPEG audio files player for Power Macintosh
It can play mpeg file thanks to the MPEG Audio Layer I, II, and III Decoder.
Enhancements:
- Fixed bug with mono files.
- Fixed bug that could cause crash on quit.
<<less
Download (171KB)
Added: 2006-02-10 License: Freeware Price:
1367 downloads
OS X Audio 1.0

OS X Audio 1.0


OS X Audio - Now you can have the latest Apple updates concerning audio applications on your dashboard. more>> ImTOO Video Converter Platinum for Mac 5.0.62.1219 offers informative reports that are perfect to convert most videos, audios and pictures including ASF, MPEG1/2/4, 3GP, MP4, AVI, MP3, AAC, WMA, WAV, JPG, GIF, PNG, BMP and WMV, and extract audio or picture from video. The Mac software is so powerful and professional due to High-Definition video encoding and decoding support. To get desired segments by splitting file and directly converting a segment is also available in the Mac video converter.

ImTOO Software Studio is one of the pioneers in DVD, video and audio software development.We endeavor to develop most easy-to-use, steady and detail-focused software products.

Major Features:

  1. Join several files together and merge them into a single one for playing and watching smoothly and continuously.
  2. Clip function to cut off your unwanted segments like commercials and trailers, retain and output the desired segments respectively or as a complete one.
  3. Preview the video segment that is clipped.
  4. The Mac video converter enables you to preview the before and after of your video that fixed with effects next to each other in the preview window in real time.
  5. More basic and expertise parameters for both new and experienced users including: bit rate, sample rate, frame rate, channel, zoom mode, etc.
  6. Define the video or audio parameters for your own profile and save it as a new one for use next time.
  7. Split large file into small ones or directly enter start time and duration of the segment you want to convert.
  8. So considerate to classify all optimal profiles whose parameters are best predefined in advance by multimedia device for your quick access.
  9. One of after done actions: automatically shut down to release you from long time conversion waiting.
  10. Run the software in the background to possess less space.
WareSeeker Editor
<<less
Download (468KB)
Added: 2008-07-08 License: Freeware Price: FREE
196 downloads
MPEG Audio Realtime Player 1.74

MPEG Audio Realtime Player 1.74


MPEG Audio Realtime Player is an effective utility which is used for Layer I, II, III mpeg files. more>>

MPEG Audio Realtime Player 1.74 is considered as MPEG Audio Layer I, II, and III Decoder for Mac.

Enhancements: Bug fixes (mono files, crashes)

<<less
Download (166KB)
Added: 1999-05-23 License: Freeware Price:
11 downloads
MOTU Audio System (MAS) 2.4

MOTU Audio System (MAS) 2.4


MOTU Audio System (MAS) is a highly-efficient, high-quality DSP plug-in format that powers Digital Performer, Performer and AudioDesk. more>>

MOTU Audio System (MAS) 2.4 is a highly-efficient, high-quality DSP plug-in format that powers Digital Performer, Performer and AudioDesk. While ASIO drivers that work with MAS are included, this is really a minor issue.

<<less
Download (1.9MB)
Added: 2002-10-04 License: update/patch Price:
downloads
Phaser AU 1.1.3

Phaser AU 1.1.3


Phaser AU is released to be a powerful and easy to use fairly standard phaser effecting as an Apple Audio Unit plugin. more>>

Phaser AU 1.1.3 is released to offer quite standard phaser effects as an Apple Audio Unit plug-in.

Requirements: Mac (all)

<<less
Download (80.1KB)
Added: 2007-04-09 License: Freeware Price:
downloads
Audio Email 2.0

Audio Email 2.0


Audio email is an automator application that transforms your email message into an audio file more>>

iSkysoft MP4 Video Converter for Mac is a powerful Mac MP4 converter for Mac OS X users.iskysoft MP4 Video Converter for Mac can convert all sorts of regular video formats to MP4 for mobile MP4 video players such as iPhone, iPod, Apple TV and PSP. This professional Mac video to MP4 converter provides you with various features such as batch conversion, setting video brightness, contrast, saturation, video crop, video file trim, and joining multiple files into one file. Convert your videos to iPhone, iPod, Apple TV and PSP on Mac OS with iskysoft MP4 Video Converter for Mac!
Key Features:
1.It supports outputting MP4 videos for iPhone, iPod, Apple TV and PSP.
2.Support MPEG1, MPEG2, MP4, 3GP, 3G2, AVI, Mpeg TS/TP (for HD Video).
3.A professional program developed only for Mac OS X users.
4.Merge all added files and output one file.
5.Set movie video brightness, contrast, saturation, and choose to apply special video effects to your video files.
6.Crop your DVD video to remove black sides.
7.You can trim your video files to only convert a part of a video file.
8.Preview your video files before conversion to adjust the output quality.

System Requirements: 1.MAC OS X or above operating system 2.At least 512M physical RAM.

System Requirements: 1. Added mute function. 2. Fixed some minor bugs.

<<less
Download (562KB)
Added: 2008-06-03 License: Freeware Price: FREE
180 downloads
FMOD Ex Audio Classes 0.6b

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>>
FMOD is a cross platform audio library that supports a wide range of audio formats and playback options, including a physically correct 3D audio engine. The FMOD Ex Audio Classes leverage FMOD to create a simple but powerful audio interface for REALbasic. Note however, that these classes do not expose all of FMOD Exs functionality, nor are they wrappers to access the FMOD Ex API directly.
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.
<<less
Download (1.3MB)
Added: 2007-07-04 License: Freeware Price:
843 downloads
Text to Audio File 1.1

Text to Audio File 1.1


This app creates small AIFF files out of the text you give it. It uses Leopard’s new realistic human-like voice to create rich, uninterrupted audio files. more>> <<less
Download (39K)
Added: 2008-06-27 License: Freeware Price:
29 downloads
Emagic Logic Audio Updater 6.4.3

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 is the centerpiece of the worlds premier music composition and audio production system. The most powerful product in the Logic Series, Logic Platinum is renowned for its technical excellence, and is used by more professionals than any other software of its kind.
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
<<less
Download (22.5MB)
Added: 2004-12-06 License: Freeware Price:
1782 downloads
USB Audio ASIO Driver 2.09f6

USB Audio ASIO Driver 2.09f6


Digital audio music effects box driver. more>>
USB Audio ASIO Driver allows you to use a laptop as a synthesizer or digital effect-box.

It enables buffersizes down to 32 samples (0.73 ms) and does an ultra highspeed USB audio connection, bypassing the operating systems audio.

This does not only give you low latencies but better sound quality also.
<<less
Download (338KB)
Added: 2004-05-14 License: Freeware Price:
1405 downloads
LAME Audio Encoder 3.97

LAME Audio Encoder 3.97


The LAME encoder is a free, open source product from http://www.mp3dev.org/, packaged by Thalictrum for your convenience more>>

LAME Audio Encoder 3.97 offers you a convenient and useful application which is packaged by Thalictrum for your convenience. Thalictrum is not the author of this software, but simply provides a pre-built binary for Mac OS X.

<<less
Download (669.8KB)
Added: 2008-12-31 License: Freeware Price:
77 downloads
M-Audio Darbuka 01

M-Audio Darbuka 01


Logic version 6.x and 7.x compatibility updater for your Wizoo products more>>

iKey is an essential utility and incredibly powerful tool for OS X that can eliminate repetitive actions. iKey allows creation of shortcuts that perform an action or sequence of actions each of which can be launched by key combinations or menu or event. This easy to use macro/automation utility can save time, typing and hundreds of clicks everyday. Avoid carpal tunnel, get more accomplished and have fun with iKey. An excellent manual written by Adam Engst is included.

Requirements: Mac OS X 10.2 or higher

Whats new in this version: Improvements: - improved support of X-keys devices (USB hardware with multiple keys from xkeys.com) - improved the "Check for update" feature (now using Sparkle. http://andymatuschak.org/pages/sparkle) Bug fixes: - corrected a problem where buttons of USB devices cant run a launcher when they are released - corrected a problem that can crash iKey after quitting the Editor when USB devices are connected

<<less
Download (181KB)
Added: 2009-02-06 License: Freeware Price: FREE
182 downloads
Audio In 1.0.3

Audio In 1.0.3


Audio In is an innovative and versatile recording program with an oscilloscope view of the audio input, volume operated recording (VOX recording) and scheduled recording. more>>

Audio In 1.0.3 is an innovative and versatile recording program with an oscilloscope view of the audio input, volume operated recording ('VOX' recording) and scheduled recording. Audio In can record from any CoreAudio compatible audio input device.

<<less
Download (355.5KB)
Added: 2003-04-21 License: Freeware Price:
downloads
MOTU PCI-424 Audio Driver 1.2.2

MOTU PCI-424 Audio Driver 1.2.2


Contains drivers for PCI-424 audio systems more>> Contains drivers for PCI-424 audio systems

Adds PCIe-424 compatibility for the Intel Mac Pro. Installer contains drivers for PCI-424 audio systems under Mac OSX. It also adds support for MOTU PCI-424 PCIe cards.
Cuemix provides now control surface support, listenback and talkback capabilities, and I/O port naming.

System requirements:
- MOTU PCI Audio hardware.

<<less
Download (13.8MB)
Added: 2008-12-30 License: Freeware Price: FREE
181 downloads
M-Audio JamLab 1.7 Build 2

M-Audio JamLab 1.7 Build 2


Installs the latest audio drivers for the M-Audio JamLab device on your Mac more>> Installs the latest audio drivers for the M-Audio JamLab device on your Mac

M-Audio JamLab is a free and easy to use driver installer package for the M-Audio JamLab audio device.

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 JamLab device

Enhancements
- Optimized code to improve performance.
- Added support for Mac OS X version 10.5.

<<less
Download (705KB)
Added: 2009-01-27 License: Freeware Price: FREE
197 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5