Commit Graph

201 Commits

Author SHA1 Message Date
Alexandre Ratchov 6436780b57 fit in 80 columns, trailing spaces, tabs 2016-01-09 09:49:55 +01:00
Alexandre Ratchov 97bf660690 fit in 80 columns, trailing spaces, tabs 2016-01-09 09:35:54 +01:00
Alexandre Ratchov aa4fc43964 move sndiod manual to sec 8 2016-01-07 17:48:47 +01:00
Alexandre Ratchov 56540a0d18 unexpand $OpenBSD$ 2015-10-20 09:16:31 +02:00
Alexandre Ratchov 4d72d01c2c remove unnecessary macros from michael reed 2015-10-20 09:11:34 +02:00
Alexandre Ratchov d91596856b typo 2015-10-01 08:51:48 +02:00
Alexandre Ratchov 9ff8e621d0 typos in comments and strings 2015-08-26 10:27:22 +02:00
Alexandre Ratchov fd7c03518f use lseek to fill with silence 2015-08-23 17:03:02 +02:00
Alexandre Ratchov fc071998df call slot_stop() after draining 2015-05-16 21:23:07 +02:00
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 8dd18742f2 unbreak usage and macros in manpage, from jmc 2015-01-21 12:31:48 +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 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 fcc7acfe65 unused str() macro 2014-11-17 08:24:43 +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 4e01a1289d remove -z from usage 2014-11-17 07:55:50 +01:00
Alexandre Ratchov 68aeafc379 remove forgotten conf.h file 2014-11-17 07:49:16 +01:00
Alexandre Ratchov 850121fb2c set file bufsz to device bufsz 2014-11-17 07:46:09 +01:00
Alexandre Ratchov 0639edb852 set default device bufsz to 200ms 2014-11-17 07:43:38 +01:00
Alexandre Ratchov cc1c9a5c71 dont set block size 2014-11-17 07:38:00 +01:00
Alexandre Ratchov c075b80574 document -b, remove -z 2014-11-17 07:36:28 +01:00
Alexandre Ratchov 737ca22c4d bump copyright year 2014-11-15 13:56:12 +01:00
Alexandre Ratchov 7cbcc30319 - release constraints used to be required in server mode
- hardcode the processing chain (it used to be setup dynamically)
- merge simpler processing code from sndiod
- remove -M option, aucat is not a midi tool, sorry.
- remove -t flag (redundant with -q flag)
- remove -w flag (makes sense for server mode only)
- remove -C flag (necessary for full-duplex streams only)
- remove -x flag (xruns already handled by sndiod)
- make "-j off" the default (sndiod already does the job)
- don't limit the number of played/recorded files.
2014-11-15 13:51:02 +01:00
Alexandre Ratchov b20e28a66e merge from openbsd: typos, use of O_CLOEXEC, _sndio_debug fix 2014-08-19 16:05:29 +02:00
Alexandre Ratchov fc6a9ca274 more Va -> Cm fixes, from jan stary 2014-02-08 16:04:51 +01:00
Alexandre Ratchov f7d028191a Remove section about server capability which was removed
long time ago. Use .Cm instead of .Va for argument
parameters. From Jan Stary <hans at stare.cz>, thanks!
2014-01-28 07:28:20 +01:00
Alexandre Ratchov 16f44939b1 remove unused variables 2013-11-18 18:45:19 +01:00
Alexandre Ratchov b1c417ab04 add prototypes 2013-11-18 17:50:04 +01:00