Commit Graph

20 Commits

Author SHA1 Message Date
Alexandre Ratchov b20e28a66e merge from openbsd: typos, use of O_CLOEXEC, _sndio_debug fix 2014-08-19 16:05:29 +02:00
Alexandre Ratchov b1c417ab04 add prototypes 2013-11-18 17:50:04 +01:00
Alexandre Ratchov 37de53fd9b remove legacy server bits 2013-11-12 07:51:02 +01:00
Alexandre Ratchov ebdfbab96a insert recorded files on the wav list 2012-11-07 09:10:03 +01:00
Alexandre Ratchov ad00f359cc Dont insert twice recorded wav files (-o) on the list of recorded
files; with help from Remco <remco at d-compu.dyndns.org>
2012-11-02 12:19:02 +01:00
Alexandre Ratchov 3f1b2007ce initialize wav structure enough, for wav_close() to work 2012-11-02 12:05:56 +01:00
Alexandre Ratchov aadea2d0d1 unbreak compilation with no DEBUG defined 2012-04-19 09:06:10 +02:00
Alexandre Ratchov 1247c187a7 s/unsigned/unsigned int/g, requested by deraadt 2012-04-11 09:21:29 +02:00
Alexandre Ratchov a3955999b1 don't add .wav headers to .syx files 2011-12-02 11:37:57 +01:00
Alexandre Ratchov 37baea58d8 move mmc/mtc and volume control bits from struct aproc to struct dev 2011-11-21 09:06:25 +01:00
Alexandre Ratchov 6e0d4f312e s/tr/mmc 2011-10-05 14:51:05 +02:00
Alexandre Ratchov 48c6dc6585 better dprintfs 2011-10-05 14:14:20 +02:00
Alexandre Ratchov 71980f4d34 Cleanup:
- stream definitions (-ios) now must follow devices definitions they
  are attached to (-fMn).
- the -n option is now a special "loopback" device and is thus used
  like -f, eg it must precede streams
- channel numbers (-Cc options) correspond always to channel numbers
  of the hardware.
- removed -u option (not needed anymore)
2011-10-05 13:21:01 +02:00
Alexandre Ratchov 1fd5b878fb allow seeking while recording, filling the file with zeros 2011-09-06 08:40:59 +02:00
Alexandre Ratchov fc036bc26e Reorganize the way command line options are parsed and stored.
No behaviour change.
2011-06-03 12:05:47 +02:00
Alexandre Ratchov 306282cb7f initialize wav->pstate 2011-05-06 19:50:19 +02:00
Alexandre Ratchov 4e93a1717e clean up cases of ;;
from deraadt@
2011-03-17 08:47:47 +01:00
Alexandre Ratchov afe1d1a6c5 Convert ulaw/alaw to native format (ie using ADATA_XXX defines) rather
than s16 (using hardcoded constants). Currently s16 is the native format,
so no behavior change.
2010-11-05 16:29:04 +01:00
Alexandre Ratchov 1c76bd2b01 add forgotten ``return NULL'' 2010-09-18 10:37:26 +02:00
Alexandre Ratchov f268454989 import from OpenBSD 2010-08-19 22:38:45 +02:00