1
0
mirror of https://github.com/ericonr/sndio.git synced 2024-02-18 04:45:21 -06:00
Commit Graph

629 Commits

Author SHA1 Message Date
Alexandre Ratchov
04d8fe25dd Fix clipping bug in float to fixed point conversion, causing
audible glitches when samples smaller than the quantification
step are converted.
2015-05-04 14:53:28 +02:00
Alexandre Ratchov
8620da44d1 make default bufsz 7680 (was 7860) 2015-04-24 19:44:06 +02:00
Alexandre Ratchov
3069d5e560 remove unused vars 2015-03-16 17:31:45 +01:00
Alexandre Ratchov
5d0c71336c remove unused var 2015-03-16 17:30:27 +01:00
Alexandre Ratchov
6b0127334d use new master control name 2015-03-16 12:15:26 +01:00
Alexandre Ratchov
b3a8f99047 make the label use chan1 as parameter 2015-03-12 08:20:23 +01:00
Alexandre Ratchov
13a3a75dc7 make the label use chan1 as parameter 2015-03-12 08:20:14 +01:00
Alexandre Ratchov
a7f3f280be fix the way we move to next list entry 2015-03-06 17:39:20 +01:00
Alexandre Ratchov
40ef765533 fix chan0<->chan1 confusion 2015-03-06 16:13:03 +01:00
Alexandre Ratchov
a58ea0effe use better names for sndiod mixer controls 2015-03-06 10:42:04 +01:00
Alexandre Ratchov
0c4e64484d append _in _out to mic/spkr/hp/... only 2015-03-06 10:39:51 +01:00
Alexandre Ratchov
99ca91c6b3 suffix stream names with -in, -out, -rec 2015-03-06 08:53:40 +01:00
Alexandre Ratchov
905c319315 use strings rather than channel numbers 2015-03-05 10:12:34 +01:00
Alexandre Ratchov
dfa1d3dd8c add midicat 2015-02-25 08:38:04 +01:00
Alexandre Ratchov
4717cf976d include limits.h and unbreak build 2015-02-25 08:37:50 +01:00
Alexandre Ratchov
52e645e422 handle EINTR when reading /dev/urandom 2015-02-16 18:56:30 +01:00
Alexandre Ratchov
98027ba688 use SOCK_CLOEXEC 2015-02-16 11:52:36 +01:00
Alexandre Ratchov
8dd18742f2 unbreak usage and macros in manpage, from jmc 2015-01-21 12:31:48 +01:00
Alexandre Ratchov
d27e0e138f don't force poll to sleep at block boundaries 2015-01-19 18:22:42 +01:00
Alexandre Ratchov
b989e17c05 don't use openbsd-specific SOCK_CLOEXEC 2015-01-18 00:16:36 +01:00
Alexandre Ratchov
debf3b302c stop using param.h, from deraadt@ 2015-01-18 00:09:04 +01:00
Alexandre Ratchov
26400ac4de set default xrun mode 2015-01-17 21:08:11 +01:00
Alexandre Ratchov
85855e673a factor header read/write & param checking code 2015-01-08 14:25:46 +01:00
Alexandre Ratchov
76705e06c2 better error messages 2015-01-08 13:10:31 +01:00
Alexandre Ratchov
d0e975e33c style 2015-01-08 12:50:24 +01:00
Alexandre Ratchov
7d8a41e152 don't use bits for alaw/ulaw .aiffs 2015-01-07 19:54:25 +01:00
Alexandre Ratchov
e418f0cd40 round .aiff chuck size to 2 2015-01-07 18:37:35 +01:00
Alexandre Ratchov
6cb13736a2 better file format names 2015-01-07 15:54:14 +01:00
Alexandre Ratchov
7188d4fcc5 .au header comment is mandatory 2015-01-07 14:21:46 +01:00
Alexandre Ratchov
901675b4f2 fix .au start position 2015-01-07 13:56:38 +01:00
Alexandre Ratchov
d33d443b3a support for .au files 2015-01-07 12:07:37 +01:00
Alexandre Ratchov
56e9456e0e fix initial offset 2015-01-06 12:52:10 +01:00
Alexandre Ratchov
57d34508c5 support aifc files 2015-01-06 12:49:08 +01:00
Alexandre Ratchov
50ba55b32f tell about .aiff files in doc 2015-01-06 11:44:38 +01:00
Alexandre Ratchov
f2c235166b add support for aiff files 2015-01-06 11:41:24 +01:00
Alexandre Ratchov
2e1306cbeb s/afile_xxxmap/dec_xxxmap 2015-01-05 18:02:41 +01:00
Alexandre Ratchov
1341ff77a4 s/wav/afile/ 2015-01-05 18:01:29 +01:00
Alexandre Ratchov
7e4b5c54d9 merge alaw and mulaw code 2014-12-30 19:36:15 +01:00
Alexandre Ratchov
3871e138eb remove unused protos 2014-12-30 19:32:13 +01:00
Alexandre Ratchov
1602b19c78 move conversion code dsp.c 2014-12-30 19:17:32 +01:00
Alexandre Ratchov
f3ef9df7b4 add support for f32le in .wav files 2014-12-30 18:45:05 +01:00
Alexandre Ratchov
10149c9d0e s/wav_conv/wav_conv_map 2014-12-29 18:47:10 +01:00
Alexandre Ratchov
b8733bf001 replace 2 -> sizeof(adata_t), in .wav conversion code 2014-12-29 13:36:53 +01:00
Alexandre Ratchov
e36de0d10b fix bsd-compat related warnings on linux 2014-12-29 12:55:43 +01:00
Alexandre Ratchov
60fb4a32ae initialize dev_prime to zero in rec-only mode 2014-12-29 12:45:24 +01:00
Alexandre Ratchov
62d7597747 add macro for float handling 2014-12-28 14:48:57 +01:00
Alexandre Ratchov
e3cd03ec58 remove -DHAVE_LETOH 2014-12-25 11:13:32 +01:00
Alexandre Ratchov
7834cb2a56 drop support for ":" in device names 2014-11-18 10:31:18 +01:00
Alexandre Ratchov
6c83586b81 remove todo list (already done) 2014-11-18 10:26:45 +01:00
Alexandre Ratchov
31b3f1eb9d add comment to warn about function name collisions 2014-11-18 10:16:27 +01:00