shithub: sox

RSS feed

3128d87f – cbagwell <cbagwell> authored on 2008/10/24 23:53
Add information on multiple effects chains.

f9bed986 – robs <robs> authored on 2008/10/24 16:58
fix delay for phase > linear

daf445fe – robs <robs> authored on 2008/10/24 13:53
revert error message

61785c92 – robs <robs> authored on 2008/10/24 02:25
Fix [2190767] 'norm' under-amplifying in some cases

edac8bf1 – robs <robs> authored on 2008/10/24 02:21
ChangeLog

27f834ac – cbagwell <cbagwell> authored on 2008/10/23 22:15
Renamed some internal routines back to lsx_ even though sox.c use them.

dd60a438 – cbagwell <cbagwell> authored on 2008/10/23 21:47
malloc effect chains on demand to save memory.

f20e48eb – cbagwell <cbagwell> authored on 2008/10/23 18:42
Adding ltmain.sh.

3d08e8fa – robs <robs> authored on 2008/10/22 17:27
doc/comment tweaks

57ec44a1 – robs <robs> authored on 2008/10/22 15:37
improve URL failure messages

8bf24b7f – cbagwell <cbagwell> authored on 2008/10/21 22:55
Update on aiff-c format.

d7b75b7c – cbagwell <cbagwell> authored on 2008/10/20 20:34
Add sample code on how SoX could be made interactive.

e51c625a – rrt <rrt> authored on 2008/10/20 11:32
Improve error message.

81fcaa2b – cbagwell <cbagwell> authored on 2008/10/19 20:39
Document cygwin static steps and update testing section slightly

58d6929d – robs <robs> authored on 2008/10/19 11:24
minor

59f265b0 – robs <robs> authored on 2008/10/19 02:38
Trimming out initial distortion.

3d300cf1 – cbagwell <cbagwell> authored on 2008/10/18 20:02
Trimming out initial distortion.

7710c2d7 – cbagwell <cbagwell> authored on 2008/10/18 19:52
Merge libsfx back into libsox until such time as someone wants to

8b7c2ffd – robs <robs> authored on 2008/10/18 17:08
doc/comment tweaks

433944e9 – cbagwell <cbagwell> authored on 2008/10/18 12:59
more libsfx symbol cleanup.

f0c438f6 – cbagwell <cbagwell> authored on 2008/10/18 12:42
More symbol name cleanup.

19079619 – robs <robs> authored on 2008/10/18 08:48
14.2 designators

f9dc9dd5 – robs <robs> authored on 2008/10/18 08:39
reprieve for stretch

9d11b22f – robs <robs> authored on 2008/10/18 08:33
tidy up bend effect

61a9fffb – robs <robs> authored on 2008/10/18 07:40
tidy up bend effect

515acca5 – robs <robs> authored on 2008/10/17 15:48
fix build

5b71e252 – cbagwell <cbagwell> authored on 2008/10/16 16:21
Changing encoding list to float since thats all it support right now.

4d841254 – cbagwell <cbagwell> authored on 2008/10/15 21:31
Initial Mac OSX CoreAudio driver. Playing works but recording is untested.

2e5330ec – robs <robs> authored on 2008/10/15 15:57
expand tempo range

154d8b86 – cbagwell <cbagwell> authored on 2008/10/12 20:55
Making an invalid option to return error code of 1 again.

06fea2e3 – cbagwell <cbagwell> authored on 2008/10/12 19:42
Treat special data chunk length of 0x7fff0000 to mean lenght is unknown and

9d65fe39 – robs <robs> authored on 2008/10/12 04:40
allow durations of an hour or more

b696cd58 – robs <robs> authored on 2008/10/12 04:13
remove dead code

b694f9b4 – cbagwell <cbagwell> authored on 2008/10/11 23:32
Add optional pseudo-effect restart so that same list of effects can be ran over and over when they end.

03cf73d0 – cbagwell <cbagwell> authored on 2008/10/11 13:30
rename functions users shouldn't use to lsx_.

1094247c – cbagwell <cbagwell> authored on 2008/10/11 13:16
Rename files not used by sox.c to be lsx_*.

5c88b8ad – cbagwell <cbagwell> authored on 2008/10/11 12:57
Fix typo that caused nothing to be defined.

f24b2b70 – cbagwell <cbagwell> authored on 2008/10/09 20:49
Need to clear out -lsamplerate when not found.

41190aa4 – cbagwell <cbagwell> authored on 2008/10/09 20:33
Autodetect when to install symlinks.

29647996 – cbagwell <cbagwell> authored on 2008/10/09 00:21
Move some utils used by sox.c into public sox.h interface.

60523b85 – cbagwell <cbagwell> authored on 2008/10/08 23:46
multiple output files is now based on "newfile" pseudo-effect. Initial

5c8fa508 – cbagwell <cbagwell> authored on 2008/10/08 17:54
Change sox_seek() to use 64-bit offsets to allow seeking beyond 2G.

1eb8cd19 – robs <robs> authored on 2008/10/07 15:45
return the compliment

061203c9 – cbagwell <cbagwell> authored on 2008/10/06 22:17
Attempting largefile work around for platforms with broken header files.

c2fdff84 – robs <robs> authored on 2008/10/01 03:51
patch from Alexis Ballier

1d3a39e1 – robs <robs> authored on 2008/10/01 03:49
merge in magic branch

bc9c3c01 – robs <robs> authored on 2008/09/29 02:46
couple of fixes

8f467feb – robs <robs> authored on 2008/09/29 02:32
fix sndfile inclusion

a57b598c – robs <robs> authored on 2008/09/29 02:08
fix rare crash

d198b749 – cbagwell <cbagwell> authored on 2008/09/28 22:15
Add new psuedo-effects ":" and "newfile" to allow running more then

064994fe – robs <robs> authored on 2008/09/27 11:00
minor