RSS feed
94bca881
– rrt <rrt>
authored
on 2006/12/06 15:48
Fix #ifdef...#endif mismatch
38e428b7
– rrt <rrt>
authored
on 2006/12/06 15:16
State that libst must be distributed under the GPL if optional GPLed
1593a449
– rrt <rrt>
authored
on 2006/12/06 15:15
Clarify, remove note about FFT.c which doesn't apply any more, and add
0cb1d63a
– rrt <rrt>
authored
on 2006/12/06 15:13
Streamline configuration, putting config tests for each optional bit
9f09e671
– robs <robs>
authored
on 2006/12/06 15:12
Removed some ancient & incorrect code that was causing resample to fail.
18eb92b9
– rrt <rrt>
authored
on 2006/12/06 14:24
Remove $Header RCS tokens, they only introduce unnecessary changes
51d22893
– robs <robs>
authored
on 2006/12/06 14:04
Improved the accuracy of integer and floating point PCM conversions.
af7e8d1b
– rrt <rrt>
authored
on 2006/12/06 13:08
Remove last bits of FAST code
177669ad
– rrt <rrt>
authored
on 2006/12/06 13:06
automake libgsm, for cleaner and more reliable src/Makefile.am.
e56d8bb3
– rrt <rrt>
authored
on 2006/12/06 12:35
Remove #ifdef STUPID_COMPILER, we will rely on finding intelligent
80461ca1
– rrt <rrt>
authored
on 2006/12/06 12:31
Remove traces of unused compile-time flags.
b2df9275
– rrt <rrt>
authored
on 2006/12/06 12:29
Remove unused code. For now, leave in the integer code (indeed, it
2d1f388b
– rrt <rrt>
authored
on 2006/12/06 12:24
Correct AC_FUNC_SEEKO use
f6e4e5d8
– rrt <rrt>
authored
on 2006/12/06 12:10
Simplify: always use prototypes, and don't #include <stdio.h>, because
119f9e12
– rrt <rrt>
authored
on 2006/12/06 12:09
Don't use FAST shortcut in libgsm.
37fcdf90
– rrt <rrt>
authored
on 2006/12/06 11:58
Autogenerated version.
89074413
– rrt <rrt>
authored
on 2006/12/06 11:50
Use automake. This arose out of trying to add LFS support: things
55c34056
– rrt <rrt>
authored
on 2006/12/06 11:20
Rename file to keep autotools happy
bcaddabf
– rrt <rrt>
authored
on 2006/12/06 11:19
Rename file to keep GNU tools happy
c0b06564
– robs <robs>
authored
on 2006/12/03 06:26
24-bit support for aiff.
d25171d7
– robs <robs>
authored
on 2006/12/02 12:11
Added -8 as alias for -d
e16ebfa2
– robs <robs>
authored
on 2006/12/02 11:00
Added command line options for specifying the output file comment.
b423e6ad
– robs <robs>
authored
on 2006/12/02 10:31
Added command line options for specifying the output file comment.
42bd9a0c
– robs <robs>
authored
on 2006/12/02 06:53
Rationalise use of strcasecmp.
174c5443
– robs <robs>
authored
on 2006/12/02 06:52
Create st_encoding_t.
c1fd7289
– robs <robs>
authored
on 2006/12/02 06:50
Clarify comment
d8942ea8
– robs <robs>
authored
on 2006/12/02 06:49
Use st_sample_t conversion macros where appropriate.
f0ecfdab
– robs <robs>
authored
on 2006/12/02 06:44
Create st_encoding_t.
63fc098e
– rrt <rrt>
authored
on 2006/12/01 19:17
Add patch from shashimoto to sox.1 for AIFF-C format
a8275aa2
– robs <robs>
authored
on 2006/11/30 16:30
Restored debug messages.
bd9a87f8
– robs <robs>
authored
on 2006/11/30 16:04
Fix parser, fix exp defaults, allow abbreviations.
8fa8463f
– robs <robs>
authored
on 2006/11/30 15:48
Added strncasecmp
19baa672
– robs <robs>
authored
on 2006/11/30 15:47
Fix for st_hcomwrite with unsigned len.
431f3bb9
– robs <robs>
authored
on 2006/11/30 15:04
Added more detail to synth doc + misc. minor cleanups
25e648fe
– rrt <rrt>
authored
on 2006/11/27 20:32
Make input buffer const in effects. This means that some effects have
02408dc1
– rrt <rrt>
authored
on 2006/11/27 16:12
Add datarootdir to Makefile.in's to stop configure complaining (even
90edefbf
– robs <robs>
authored
on 2006/11/27 15:25
Fix synth doc; I need to get some better speakers.
65918d2f
– robs <robs>
authored
on 2006/11/27 14:27
Fix VOX encoding setting/reporting.
36cf67cc
– robs <robs>
authored
on 2006/11/27 14:04
Documented the butterworth filter effects.
687cf020
– robs <robs>
authored
on 2006/11/27 14:01
Filled in the man-page entries for the butterworth filters
3956d17e
– rrt <rrt>
authored
on 2006/11/27 13:17
Remove C++ checks: it's easy enough to support C++ yourself if you
2d5ec408
– rrt <rrt>
authored
on 2006/11/27 12:41
Change lengths to st_size_t from st_ssize_t (apart from the sheer
210336f9
– robs <robs>
authored
on 2006/11/27 09:55
Improved synth usage (by introducing -n option) and improved synth
d9553684
– robs <robs>
authored
on 2006/11/27 09:48
Decommision endian detection functions in favour of stconfig macros.