RSS feed
f2d58454
– cbagwell <cbagwell>
authored
on 2001/11/28 22:52
fixed confusion when input files were to short (currupt files).
49c707cb
– cbagwell <cbagwell>
authored
on 2001/11/28 22:38
Fix to get compiling under mingw again.
94d88fc3
– cbagwell <cbagwell>
authored
on 2001/11/28 21:24
Added ST_BUFSIZ. Bugfix trim more. Add install-lib for gsm. Rename nul.
10bfbe26
– cbagwell <cbagwell>
authored
on 2001/11/23 18:48
Removing invalid "ulong"'s. Flush out extra data before updating header in WVE files.
42cf3554
– cbagwell <cbagwell>
authored
on 2001/11/23 18:22
Adding 2-bit G723 codec.
13b765c1
– cbagwell <cbagwell>
authored
on 2001/11/22 22:42
Change LONG/ULONG to st_sample_t/st_size_t
1176b451
– cbagwell <cbagwell>
authored
on 2001/11/22 00:27
Updated raw effect to write in a generic fashion like it was reading.
3022c503
– cbagwell <cbagwell>
authored
on 2001/11/21 10:36
Adding errno.h to alsa driver.
f483e1a8
– cbagwell <cbagwell>
authored
on 2001/11/20 19:10
Reverting back to Sun's ulaw/alaw routines. Fixed Makefile bugs
5775a10f
– cbagwell <cbagwell>
authored
on 2001/11/14 22:33
Updates to configure script to allow more customize install prefixes.
030d310a
– cbagwell <cbagwell>
authored
on 2001/11/14 11:57
Added new GSM files
c14d8f1b
– cbagwell <cbagwell>
authored
on 2001/11/13 22:44
Bugfixes to internal GSM support.
e7c07cb4
– cbagwell <cbagwell>
authored
on 2001/11/13 22:31
Initial attempt at adding GSM internal to libst.
a8024fd6
– cbagwell <cbagwell>
authored
on 2001/11/10 12:01
Changed silence to use RMS values to smooth out noise.
12b9daba
– cbagwell <cbagwell>
authored
on 2001/11/06 16:54
Fixing u_int32_t typo and backing out use of vsnprintf since not
aebade97
– cbagwell <cbagwell>
authored
on 2001/11/05 22:54
Adding some checks for int*_t typedefs.
3965e4ac
– cbagwell <cbagwell>
authored
on 2001/11/05 12:20
Backing out one change to get compiling on Linux.
2930fcf4
– cbagwell <cbagwell>
authored
on 2001/11/05 12:16
Changes to get compiling on Solaris
834fda64
– cbagwell <cbagwell>
authored
on 2001/11/04 18:49
Continued improvements to silence effect. Change floats to a type of encoding
89f56e2c
– cbagwell <cbagwell>
authored
on 2001/10/31 09:12
Adding st_i.h... More 64-bit changes
b7c61db0
– cbagwell <cbagwell>
authored
on 2001/10/30 20:36
Moving to better 64-bit support.
34d83c1c
– cbagwell <cbagwell>
authored
on 2001/10/25 14:08
Fixed size and encoding problem when writing hdrs of 16-bit stereo files
b91c9d5d
– cbagwell <cbagwell>
authored
on 2001/10/04 21:33
Making adpcm and ima not define LONG and ULONG. Was breaking on alphas
ef1bdbce
– cbagwell <cbagwell>
authored
on 2001/10/02 21:38
Fixed bug were private data wasn't 8-byte aligned but some platforms
c728e263
– cbagwell <cbagwell>
authored
on 2001/09/30 18:28
Fixed trim bug were it was off by one. Fixed parsing of fade option.
3e72daf9
– cbagwell <cbagwell>
authored
on 2001/09/29 14:07
Trim effect wasn't accounting for channels. Added errno.h when needed.
ffa15e29
– cbagwell <cbagwell>
authored
on 2001/09/22 19:08
Adding missing include file
b5db60e8
– cbagwell <cbagwell>
authored
on 2001/09/22 16:29
Moving checks for channel and rate channel effect errors from
f6508ee2
– cbagwell <cbagwell>
authored
on 2001/09/17 22:51
More bugfixes to the trim effect.
75cdcfdf
– cbagwell <cbagwell>
authored
on 2001/09/15 23:02
Fixing bugs in SMP detection and endian code.
1c4b3fa8
– cbagwell <cbagwell>
authored
on 2001/09/14 13:40
Fixing usage string for soxmix
3bf0b367
– cbagwell <cbagwell>
authored
on 2001/09/10 09:55
Have sox stop reading in data if no effects and not writing.
9d742e28
– cbagwell <cbagwell>
authored
on 2001/09/10 09:47
Cosmetic cleanup of trim effect. Placed in order in array.
943431e4
– cbagwell <cbagwell>
authored
on 2001/09/06 22:06
Adding some comments to testcd.sh
e8ec2b7d
– cbagwell <cbagwell>
authored
on 2001/09/06 20:46
Fixed bugs recently introduced in computing the start time
c79cc0f7
– cbagwell <cbagwell>
authored
on 2001/09/05 23:10
Adding more error checking to command line parsing.
51beed31
– cbagwell <cbagwell>
authored
on 2001/09/05 12:06
Fixig solaris bugs. Adjusting soxmix.o rule to use vpath's.
430ffc96
– cbagwell <cbagwell>
authored
on 2001/09/03 21:58
Updating more docs with new effects and handlers.
c4ef72a9
– cbagwell <cbagwell>
authored
on 2001/09/02 22:20
Adding docs for silence effect
32736bb3
– cbagwell <cbagwell>
authored
on 2001/09/02 19:27
Finishing up first debugged version of silence effect.
09be3ef6
– cbagwell <cbagwell>
authored
on 2001/08/31 15:13
Adding some docs for new time parsing.
1790c203
– cbagwell <cbagwell>
authored
on 2001/08/31 14:36
Finished moving trim, fade, and synth effect to use new
987af8fb
– cbagwell <cbagwell>
authored
on 2001/08/29 14:16
Changed fade effect to use in parsesamples() function.
0cee7c93
– cbagwell <cbagwell>
authored
on 2001/08/27 13:59
Adding parsesamples function that will replace parsetime.
00246a9f
– cbagwell <cbagwell>
authored
on 2001/08/26 20:42
Clean up soxmix files.
2010240c
– cbagwell <cbagwell>
authored
on 2001/08/26 20:40
Fixed bug in reading to small data in st_readbuf.
f5832165
– cbagwell <cbagwell>
authored
on 2001/08/26 19:20
Removing mix.c file.
01dddda9
– cbagwell <cbagwell>
authored
on 2001/08/26 19:19
Made auto effect default input handler.
cc9a8199
– cbagwell <cbagwell>
authored
on 2001/08/23 23:16
Cleaning up init code so that its easier to handle multiple
2a5393e9
– cbagwell <cbagwell>
authored
on 2001/08/21 15:06
Adding some change log text.
edf59c1f
– cbagwell <cbagwell>
authored
on 2001/08/06 13:14
Commiting various bugfixes.
58cdd4b3
– cbagwell <cbagwell>
authored
on 2001/08/05 23:16
Can now trim off silence from back side of audio file. Now
c52b45fa
– cbagwell <cbagwell>
authored
on 2001/07/08 22:58
Few more updates to silence effect. Still not working.
3b89cf7f
– cbagwell <cbagwell>
authored
on 2001/06/01 22:49
Misc calculated buffer size when reaching EOF.
852e4978
– cbagwell <cbagwell>
authored
on 2001/05/29 09:22
Adding new dcshift effect. Adding silence effect into build
d31c2acc
– cbagwell <cbagwell>
authored
on 2001/05/24 22:17
Need to add srcdir path when refering to play.in.
249089c4
– cbagwell <cbagwell>
authored
on 2001/05/24 22:09
Adding work around for some playback cases in ALSA driver.
2908e46d
– cbagwell <cbagwell>
authored
on 2001/05/20 20:24
Updates from Jimen Ching for ALSA driver.
af261dcc
– cbagwell <cbagwell>
authored
on 2001/05/20 20:22
Adding support for Ogg Vorbis files.
a8635acb
– cbagwell <cbagwell>
authored
on 2001/05/20 19:49
Unified the raw read routines for all datatypes. This reduces
1636c7a4
– cbagwell <cbagwell>
authored
on 2001/05/20 14:22
Fixed overflow bug in polyphase.
0a599ea3
– cbagwell <cbagwell>
authored
on 2001/05/09 14:07
Detect invalid command lines better. Still need to work on detecting
6ed1e47d
– cbagwell <cbagwell>
authored
on 2001/05/04 11:09
Bug fix in au.c for ALAW sizes. Change AIFF to ignore unmatched
64ec5ace
– cbagwell <cbagwell>
authored
on 2001/04/23 10:27
It was mentioned that fade and trim and DOS ^M's in the file.
c54d5607
– cbagwell <cbagwell>
authored
on 2001/04/15 16:30
Fixing sample rates for tx16w files.
e07252d7
– cbagwell <cbagwell>
authored
on 2001/04/14 16:27
Removing support for 12bit data type. AIFF's read 12-bit data as if it were 16-bit
2b1a302e
– cbagwell <cbagwell>
authored
on 2001/04/13 17:13
Adding intial support for 12-bit audio data inside sox. AIFF files can
fc5263cf
– cbagwell <cbagwell>
authored
on 2001/04/12 15:52
Correct AU header lengths when comments were less then 4 bytes.
f0230901
– cbagwell <cbagwell>
authored
on 2001/04/12 15:21
Updates from Andreas Menke for speed effects and printf problems.
343be1a4
– cbagwell <cbagwell>
authored
on 2001/03/16 15:38
Adding in patch that somehow got lost.
56548b1a
– cbagwell <cbagwell>
authored
on 2001/03/11 23:29
Fixing cleanup code. Could access invalid pointer.
d413c73c
– cbagwell <cbagwell>
authored
on 2001/03/04 00:43
Cleaning up sox command parser to get ready for allowing multiple
3b1fd9df
– cbagwell <cbagwell>
authored
on 2001/03/03 15:31
Commiting minor updates to mix program.
5fd2e6c5
– cbagwell <cbagwell>
authored
on 2001/03/01 17:58
Commiting new nul file.
30c4f1c7
– cbagwell <cbagwell>
authored
on 2001/03/01 14:17
Minor util code cleanups.
560be6db
– cbagwell <cbagwell>
authored
on 2001/03/01 10:47
Fixed typo when defaulting channels to 1.
b9cb8289
– cbagwell <cbagwell>
authored
on 2001/02/28 16:05
Added new synth effect and nul file handler. Allows sounds to be
e1bb8ea3
– cbagwell <cbagwell>
authored
on 2001/02/21 15:57
Major updates to error checking code to use errno.
269fe345
– cbagwell <cbagwell>
authored
on 2001/01/31 12:20
Change OSS code to query driver for supported formats instead of guessing.
7cfe6fdb
– cbagwell <cbagwell>
authored
on 2001/01/26 08:57
Fixing typos in oss update
d75d78ae
– cbagwell <cbagwell>
authored
on 2001/01/25 17:45
Updating OSS driver to attempt to use multiple endian types if one fails.
2ac72452
– cbagwell <cbagwell>
authored
on 2001/01/21 12:28
Updated configure script to find sed. Use sed to replace path
f687e4a7
– cbagwell <cbagwell>
authored
on 2001/01/18 10:09
Bug fix to new avg effect.
a540717a
– cbagwell <cbagwell>
authored
on 2001/01/17 13:08
Fix for OSS driver to stop dropping data when under heavy loads.
2754a7c0
– cbagwell <cbagwell>
authored
on 2001/01/16 11:49
Removed broken support for compiling with non-ANSI compilers. Makefile
bba0bddc
– cbagwell <cbagwell>
authored
on 2001/01/13 14:16
Merged in NetBSD patches. Most a warning cleanups.
db958a4e
– cbagwell <cbagwell>
authored
on 2001/01/13 13:45
Ran autoconf on latest configure.in
696d929c
– cbagwell <cbagwell>
authored
on 2001/01/02 10:56
Adding support for detecting ALSA 0.4.x and 0.5.x API.
c1ac6fab
– cbagwell <cbagwell>
authored
on 2000/12/15 12:23
Added a set of patches from Geoff Kuenning. Includes a rewrite of
38edf321
– cbagwell <cbagwell>
authored
on 2000/11/18 18:21
Change version of libst to be binary encoded.
f723862e
– cbagwell <cbagwell>
authored
on 2000/11/18 18:12
Adding linux binary for sox 12.17.1
0a66e0fa
– cbagwell <cbagwell>
authored
on 2000/11/16 13:28
Adding a little extra docs on trim effect.
8c2ffe16
– cbagwell <cbagwell>
authored
on 2000/11/16 12:48
Fixed trim effect and man pages to use seconds to compute the location
18a98c11
– cbagwell <cbagwell>
authored
on 2000/11/10 12:07
Added new "earwax" effect.
e8e76b1a
– cbagwell <cbagwell>
authored
on 2000/11/09 12:56
Added partial support to handle AIFC files. Only uncompressed audio though.
876f2180
– cbagwell <cbagwell>
authored
on 2000/10/31 14:11
Removing reference to removed header files.
1a75b233
– cbagwell <cbagwell>
authored
on 2000/10/23 19:45
Added small patch to allow compiling under cygwin 95.2
9515edc9
– cbagwell <cbagwell>
authored
on 2000/10/17 10:47
Making GSM encoding force the size to bytes for output. Just makes
a48b568a
– cbagwell <cbagwell>
authored
on 2000/10/16 13:07
Fixing bug in rate code for input sphere files.
ab029955
– cbagwell <cbagwell>
authored
on 2000/10/08 16:32
Fixed bug were it was impossible to write ADPCM wav files.
Next