Max Kellermann
|
88abfc0d0f
|
output/jack: added option "client_name"
Instead of using MPD's audio output name (setting "name"), use a
separate configuration option. Change the default to "Music Player
Daemon".
|
2009-11-05 19:55:00 +01:00 |
|
Max Kellermann
|
ac830468bf
|
output/jack: implement methods enable()/disable()
Don't connect to JACK before MPD has daemonized.
|
2009-10-23 10:56:25 +02:00 |
|
Max Kellermann
|
83844ec239
|
output/jack: make ringbuffer_size a size_t
|
2009-10-21 21:39:26 +02:00 |
|
Max Kellermann
|
1bfd25be35
|
output/jack: connect to server on MPD startup
.. and keep up the JACK connection while MPD runs. Allocate the ring
buffers on the first open, and free them at MPD exit.
|
2009-10-21 21:37:11 +02:00 |
|
Max Kellermann
|
cee216f2dc
|
output/jack: removed the empty "cancel" method
JACK doesn't need cancel() because it won't do much anyway. Buffers
are small.
|
2009-10-21 21:01:00 +02:00 |
|
Max Kellermann
|
27c246e8d9
|
output/jack: renamed parameter "error" to "error_r"
It's a double pointer.
|
2009-10-21 20:13:39 +02:00 |
|
Max Kellermann
|
1ff39476eb
|
output/jack: implement the "pause" method
Don't disconnect from JACK during pause.
|
2009-10-21 18:33:05 +02:00 |
|
Max Kellermann
|
acfd9a73bc
|
output/jack: renamed source to jack_output_plugin.c
|
2009-10-21 18:33:01 +02:00 |
|