RSS feed
f0724fe5
– rrt <rrt>
authored
on 2007/01/20 15:17
Add new formats via libsndfile
137952b2
– rrt <rrt>
authored
on 2007/01/20 12:46
Remove now-erroneous line.
b57465cd
– rrt <rrt>
authored
on 2007/01/20 12:39
Small simplification.
72bcef60
– cbagwell <cbagwell>
authored
on 2007/01/19 20:41
Fix compiles when build directory is different then source directory.
a1317163
– rrt <rrt>
authored
on 2007/01/19 19:01
Remove stray \n from usage.
b37ab4e0
– rrt <rrt>
authored
on 2007/01/19 15:43
Remove excessive documentation.
3f8133f5
– robs <robs>
authored
on 2007/01/19 14:43
bool -> st_bool
27a13d71
– cbagwell <cbagwell>
authored
on 2007/01/18 22:32
fix typo with voc.c
4606dc38
– cbagwell <cbagwell>
authored
on 2007/01/18 22:21
Don't install *.txt since they are redudent with mans. Just distribute.
e2483d56
– cbagwell <cbagwell>
authored
on 2007/01/18 21:58
Do not install stconfig.h since its not meant to be used
9c7ea86c
– cbagwell <cbagwell>
authored
on 2007/01/18 21:52
Install rec/play man pages in correct location
1c25000a
– rrt <rrt>
authored
on 2007/01/18 19:25
Try to work around va_list assignment problem.
34756e8f
– cbagwell <cbagwell>
authored
on 2007/01/18 12:25
Make txt/pdf generation more portable.
c56a78ab
– cbagwell <cbagwell>
authored
on 2007/01/18 05:57
Change ln to first delete like man pages do. Fixes cygwin issue.
15ebba4d
– cbagwell <cbagwell>
authored
on 2007/01/18 05:40
Get working on cygwin where sox != sox.exe
d9dd6b9d
– evilynux <evilynux>
authored
on 2007/01/18 03:59
Initial import of debian files.
b2f33916
– cbagwell <cbagwell>
authored
on 2007/01/17 22:41
Don't hardcode "ln -s" to match rest of Makefile
3ff20462
– cbagwell <cbagwell>
authored
on 2007/01/17 22:37
Make filename match target name.
58d6bc5e
– cbagwell <cbagwell>
authored
on 2007/01/17 22:32
Linking play/rec twice will cause failure on solaris.
7f3664a2
– cbagwell <cbagwell>
authored
on 2007/01/17 22:21
Get rid of easy compile warning.
5a4ab3d9
– cbagwell <cbagwell>
authored
on 2007/01/17 22:20
Make generated ststding.h match solaris defines to reduce compile warnings.
f8eca2da
– cbagwell <cbagwell>
authored
on 2007/01/17 18:34
cleanup libst's namespace some
e1e358ec
– robs <robs>
authored
on 2007/01/17 18:25
tidy-ups
3551f2a8
– cbagwell <cbagwell>
authored
on 2007/01/17 18:12
Remove mention of old alsa device access.
5aaf570d
– rrt <rrt>
authored
on 2007/01/17 10:25
Copyright and comment.
0c34af4b
– rrt <rrt>
authored
on 2007/01/17 10:16
Fix method names which were tweaked for debugging, and remove some
7060937f
– rrt <rrt>
authored
on 2007/01/17 10:12
Add pointer to libst(3) for expanding SoX
37f9f1e0
– rrt <rrt>
authored
on 2007/01/17 09:59
Copyright and comment the skeleton Lua effect.
42435658
– rrt <rrt>
authored
on 2007/01/17 09:56
Fix an off-by-one error in reading the output from the Lua script.
fbd851f5
– rrt <rrt>
authored
on 2007/01/17 08:08
Simplify the README a little and move some material more suited to the
3821a52d
– rrt <rrt>
authored
on 2007/01/17 08:00
Fix typo
b7cb7cf9
– rrt <rrt>
authored
on 2007/01/16 21:38
Add Lua skeleton files.
0e33735b
– rrt <rrt>
authored
on 2007/01/16 21:32
Something like a first working version of Lua formats
c826661c
– rrt <rrt>
authored
on 2007/01/16 21:29
Add comment explaining where Lua function comes from in drain.
c8f12b4b
– rrt <rrt>
authored
on 2007/01/16 21:26
Correct some Lua API programming errors.
dbb82f1e
– rrt <rrt>
authored
on 2007/01/16 21:26
Make static functions not have the skel_ prefix or skeleff_ prefix,
55d49435
– rrt <rrt>
authored
on 2007/01/16 19:57
Add basic documentation for how to write effects and formats in Lua.
07b47062
– robs <robs>
authored
on 2007/01/16 17:48
-- no good as null file indicator, changing back.
0dd7d2c2
– robs <robs>
authored
on 2007/01/16 17:22
Variable Q for low/high pass filters; made common 1,2 pole interface.
2fde5c7c
– rrt <rrt>
authored
on 2007/01/16 14:04
Add proper output of Lua effects.
11e06205
– rrt <rrt>
authored
on 2007/01/16 11:35
Deprecate use of 'words' and similar language.
20c688ed
– rrt <rrt>
authored
on 2007/01/15 20:29
Add soxlua.7
9f770b09
– rrt <rrt>
authored
on 2007/01/15 20:22
Add incomplete Lua documentation.
129458fd
– rrt <rrt>
authored
on 2007/01/15 20:22
Remove synopsis, this doesn't belong here.
fffe16e7
– rrt <rrt>
authored
on 2007/01/15 20:17
Add Lua documentation.
fed81e96
– rrt <rrt>
authored
on 2007/01/15 20:07
Remove nonsense TODO comment.
ecc6c0f1
– rrt <rrt>
authored
on 2007/01/15 20:02
Move static arrays from optimize_factors into poly_t.
f34afd74
– rrt <rrt>
authored
on 2007/01/15 19:53
Put static vars into private struct, to make thread-safe
8ed5cddb
– rrt <rrt>
authored
on 2007/01/15 19:51
Make st_sample_t arrays 1-based, like other Lua arrays (and the upcoming
cb917ee8
– rrt <rrt>
authored
on 2007/01/15 19:48
Punctuation fix to comment
e7181aa3
– rrt <rrt>
authored
on 2007/01/15 19:47
Put output precision adjustment back into mask
61a6f4ef
– rrt <rrt>
authored
on 2007/01/15 19:44
Make "building" of play/rec error-free.
7714a212
– rrt <rrt>
authored
on 2007/01/15 11:12
Clarify --lua-script help.
5a1e4974
– rrt <rrt>
authored
on 2007/01/15 11:06
Brag some more.
4334a6f4
– rrt <rrt>
authored
on 2007/01/15 10:46
Fix play/rec target
ef2fd838
– rrt <rrt>
authored
on 2007/01/15 09:31
First cut of working Lua file formats.
cbd2f99d
– rrt <rrt>
authored
on 2007/01/15 09:30
Fix play and rec in the build tree (thanks to robs for necessary info)
f7e3b7d8
– robs <robs>
authored
on 2007/01/14 13:04
tweaks