The osx writer seems to be kind of a zombie: osx_write.c came back
through a mistake in a merge commit, see commit
7d9e3454 (remove
osx_write.c, this time for real) from last year. But we also missed
to remove the osx subcommand from the write_cmd lopsub suite.
arg_info = required_arg
arg_type = string
default_val = /dev/dsp
-[subcommand osx]
- purpose = output plugin for Mac OS coreaudio
- [option numbuffers]
- short_opt = n
- summary = number of audio buffers to allocate
- typestr = num
- arg_info = required_arg
- arg_type = uint32
- default_val = 20
- [help]
- Increase if you get buffer underruns.
- [/help]
[subcommand file]
purpose = output plugin that writes to a local file
[option filename]