opus/tools
2008-09-30 23:32:35 -04:00
..
alsa_device.c celtclient udp two-way streamer. Not enabled yet because it's still tricky 2008-02-19 10:24:12 +11:00
alsa_device.h celtclient udp two-way streamer. Not enabled yet because it's still tricky 2008-02-19 10:24:12 +11:00
celtclient.c API: Change celt_encode and celt_encode_float so that they take an optional synthesis parameter after the PCM input. If optional_synthesis is null the encoder will be able to save some computation. If optional_synthesis is non-null if will be used to write the encoder's expectation of the decoder's output. Synthesis may alias the input pcm, so calling the encoder with the same buffer twice will achieve the old behavior. Remove 'restrict' from the CTL prototype. 2008-09-30 23:32:35 -04:00
celtdec.c Automatically choosing the overlap based on the frame size. 2008-06-18 23:44:48 +10:00
celtenc.c API: Change celt_encode and celt_encode_float so that they take an optional synthesis parameter after the PCM input. If optional_synthesis is null the encoder will be able to save some computation. If optional_synthesis is non-null if will be used to write the encoder's expectation of the decoder's output. Synthesis may alias the input pcm, so calling the encoder with the same buffer twice will achieve the old behavior. Remove 'restrict' from the CTL prototype. 2008-09-30 23:32:35 -04:00
getopt.c Got the Ogg encoder and decoder to (barely) work. 2008-02-01 16:27:38 +11:00
getopt1.c Got the Ogg encoder and decoder to (barely) work. 2008-02-01 16:27:38 +11:00
getopt_win.h Got the Ogg encoder and decoder to (barely) work. 2008-02-01 16:27:38 +11:00
Makefile.am oops, forgot the makefile 2008-02-01 18:54:07 +11:00
skeleton.c Removed useless functions that caused warnings in skeleton.c 2008-03-16 21:39:05 +11:00
skeleton.h Fixed the default int32 type which was wrong on amd64 (and added testcase). 2008-01-31 23:43:10 +11:00
wav_io.c Fixed a typo and removed an old warning from speexenc. Also, using more useful 2008-02-02 20:15:51 +11:00
wav_io.h Fixed the default int32 type which was wrong on amd64 (and added testcase). 2008-01-31 23:43:10 +11:00
wave_out.c Got the Ogg encoder and decoder to (barely) work. 2008-02-01 16:27:38 +11:00
wave_out.h Got the Ogg encoder and decoder to (barely) work. 2008-02-01 16:27:38 +11:00