atomsRepositoryAdd('http://myscitools.sourceforge.net/5.4')
atomsInstall('sndfile')
Description:
Read & write sound files format wrapper on multiplatform C library sndfile
http://www.mega-nerd.com/libsndfile/
supported format (read & write):
Ogg Vorbis (Xiph Foundation)
FLAC 16 bit
AIFF (Apple/SGI 16 bit PCM)
AIFF (Apple/SGI 32 bit float)
AIFF (Apple/SGI 8 bit PCM)
AU (Sun/Next 16 bit PCM)
AU (Sun/Next 8-bit u-law)
CAF (Apple 16 bit PCM)
OKI Dialogic VOX ADPCM
WAV (Microsoft 16 bit PCM)
WAV (Microsoft 32 bit float)
WAV (Microsoft 4 bit IMA ADPCM)
WAV (Microsoft 4 bit MS ADPCM)
WAV (Microsoft 8 bit PCM)
functions supported:
sndfile (0.5)
- ticket #2: sndfile module did not manage UNICODE filename on windows
- update to use api_scilab
- tests use assert function
- move repository to sourceforge
- update code to .cpp
- rename module
- update sndfile library on Windows (libsndfile-1.0.26)
- License update to GPL v3 (please contact author for more information)
- fix some warnings 64 bit and Scilab 5.4 beta-1