[Osalp-dev] CVS Updates
Status: Abandoned
Brought to you by:
daservis
|
From: Darrick S. <da...@dc...> - 2002-02-24 23:48:13
|
o Changed format of Changelog putting most recent entries up top. o Renamed CHANGES to Changelog. o Renamed TASKS to TODO. o Fixed bug in aflibAudioFile constuctor that caused segfault if _file_return was NULL. o Fixed bug in aflibMemCache which caused position = -1 to be cached. o Updated aflibAudioSampleRateCvt to handle -1 position. Added isChannelsSupported function since class only handles up to two channels. o Fixed bug in aflibConvertor which caused too many samples to be processed if the requested number of samples was more then what was actually availible (i.e at the end of file). The fix is a guess at how many samples to process and more work will need to be done to make it more accurate. o Fixed bug in aflibAudio which caused _cvt to receive the wrong config if a _mix was also added internally. o Added virtual setPowerMeter and setAudioSpectrum functions to aflibAudioSpectum class so one may inherit this class and do what they want when these functions are called. This will allow more then one power meter and/or audio specturm per app. o In aflibAudio, getName() and compute_segment() no longer required to be implemented. o Changed aflibSoxFile module to link to external libst.a library. o Added aflibDebug class to consolidate calls to stderr and getenv. o Added file conversion test scripts to osalp directory. o Cleaned up osalp example to better explain how to use the library. |