Commit Graph

666 Commits

Author SHA1 Message Date
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
Alexandre Ratchov 02e1cec786 default rate is 48000 2014-11-18 09:54:20 +01:00
Alexandre Ratchov 6649be2722 print caps on stdout 2014-11-18 09:50:49 +01:00
Alexandre Ratchov 8df61a19c9 fix err msg, nicer function names 2014-11-18 09:49:35 +01:00
Alexandre Ratchov ea3d3d22c0 remove sio_ prefix from non-sndio functions 2014-11-18 09:45:31 +01:00
Alexandre Ratchov 559493ae8c comments 2014-11-18 09:43:30 +01:00
Alexandre Ratchov 6c98ca1131 remove unused casts 2014-11-18 09:43:12 +01:00
Alexandre Ratchov 6982c0e823 remove unused casts 2014-11-18 09:35:21 +01:00
Alexandre Ratchov fcc7acfe65 unused str() macro 2014-11-17 08:24:43 +01:00
Alexandre Ratchov 22013bd23a use static functions 2014-11-17 08:23:42 +01:00
Alexandre Ratchov af4e943293 use sndiod's utils.c 2014-11-17 08:19:16 +01:00
Alexandre Ratchov c80a3fc1ff better error message 2014-11-17 08:18:36 +01:00
Alexandre Ratchov fab9d738ac all counters are signed ints 2014-11-17 08:08:10 +01:00
Alexandre Ratchov 4e01a1289d remove -z from usage 2014-11-17 07:55:50 +01:00