2ea2f9e958
FLAC, uncompressed WAV, AIFF, MOD, S3M, XM, and IT files. For audio output, Audiere supports DirectSound or WinMM in Windows, OSS on Linux and Cygwin, and SGI AL on IRIX. Audiere is open source and licensed under the LGPL. This means that you may freely use Audiere in commercial products, as long as you do not modify the source code. If you do modify Audiere and release a product that uses your modifications, you must release your changes to the code under the LGPL as well. Audiere is portable. It is tested on Windows, Linux-i386, Cygwin, and IRIX with at least three major compilers. Most of Audiere is endian-independent, so I expect it would work with few modifications on other architectures. WWW: http://audiere.sourceforge.net/ PR: ports/124710 Approved by: miwi (mentor)
11 lines
452 B
C++
11 lines
452 B
C++
--- src/speexfile/speexfile.cpp.orig 2006-02-14 07:57:01.000000000 +0300
|
|
+++ src/speexfile/speexfile.cpp 2008-06-16 04:56:31.000000000 +0400
|
|
@@ -871,7 +871,7 @@
|
|
void *speexfile::header_to_decoder ( SpeexHeader *header, int enh_enabled, int *frame_size, int *rate, int *nframes, int forceMode, int *channels, SpeexStereoState *stereo )
|
|
{
|
|
void *st;
|
|
- SpeexMode *mode;
|
|
+ const SpeexMode *mode;
|
|
SpeexCallback callback;
|
|
int modeID;
|
|
|