Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | output: pass audio_format to plugin.init() and plugin.open() | Max Kellermann | 2008-09-24 | 1 | -1/+1 |
| | | | | | | | Pass the globally configured audio_format as a const pointer to plugin.init(). plugin.open() gets a writable pointer which contains the audio_format requested by the plugin. Its initial value is either the configured audio_format or the input file's audio_format. | ||||
* | output: one thread per audio output | Max Kellermann | 2008-09-24 | 1 | -0/+121 |
To keep I/O nastiness and latencies away from the core, move the audio output code to a separate thread, one per output. The thread is created on demand, and currently runs until mpd exits. |