[Osalp-dev] CVS Update
Status: Abandoned
Brought to you by:
daservis
|
From: Darrick S. <da...@dc...> - 2001-03-02 04:43:31
|
1) Updated osalp to check return status on opening /dev/audio 2) Made some changes to the Sox file module to not convert everything to 32 bit and back again. Not fully tested but enable by uncommenting the #define NO_CONVERT line in st.h 3) I'm working on trying to get rid of the need for the aflib_modules.list file. In aflibFile.cc I added code to recursively dlopen each file module in AFLIB_MODULES_DIR and get a handle to a query function (currently only in the Sox module) which adds it's entries to the support list. I wrote a query function for the other modules but wanted feedback before I updated them to the CVS. To test it out uncomment #define TEST_QUERY in aflibFile.cc. Also even if you don't configure to use the sox module you can cd into that directory and make;make install from there. - Darrick |