From: Chad A. <ae...@vr...> - 2002-10-12 07:31:37
|
I just released version 1.9.1 of my audio library, Audiere. You can download it at http://audiere.sf.net/ Here is the change log since 1.9.0: - added GetSupportedFileFormats for file format enumeration - added audiere-config script which provides version information and external library dependencies - finer synchronization granularity on DirectSound output streams for lower-latency OutputStream calls - increase priority of Audiere update thread on all platforms but Win9x, which deadlocks - MP3 support via splay's mpegsound (thanks to Chad Austin and Jacky Chong) - read 10 MP3 frames for smoother playback on corrupt (?) files - added ClassPtr convenience typedefs so people can use them instead of RefPtr<Class> - the configure script outputs the URLs for required libraries if it can't find them - FLAC support (thanks to Chad Austin and Jacky Chong) - added the SoundEffect convenience class for simple sound playback - added menu item to close wxPlayer so you can close child windows in wxGTK - added pitch shifting to the OutputStream interface - added square wave generation - added white noise generation - added pink noise generation - updated wxPlayer |