- 11 May, 2014 5 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Replace InputPlugin attributes.
-
Max Kellermann authored
Replaces the method Close().
-
Max Kellermann authored
Prepare for adding virtual methods.
-
Max Kellermann authored
-
- 16 Mar, 2014 1 commit
-
-
Max Kellermann authored
These are the default values already.
-
- 24 Jan, 2014 1 commit
-
-
Max Kellermann authored
-
- 14 Jan, 2014 1 commit
-
-
Max Kellermann authored
Don't duplicate the MIME type when it gets passed to a std::string.
-
- 13 Jan, 2014 1 commit
-
-
Max Kellermann authored
-
- 08 Jan, 2014 1 commit
-
-
Steven O'Brien authored
-
- 06 Jan, 2014 1 commit
-
-
Steven O'Brien authored
[mk: modified to use MultiSocketMonitor instead of SocketMonitor]
-
- 21 Dec, 2013 1 commit
-
-
Max Kellermann authored
-
- 19 Dec, 2013 1 commit
-
-
Steven O'Brien authored
I've created an elementary input plugin that plays sound from the soundcard, so you can use MPD to listen to anything connected to the line-in jack, or to Video4Linux FM radio cards that send audio through the soundcard. There has been a small number of posts here in the past requesting line-in input, so here is a first, simplistic stab at it. The patch adds a new sheme, alsa://, which causes mpd to play data read directly from a souncdard. It defaults to hw:0,0, but you can pass any ALSA device name in the URI. So, using mpc for example: mpc add alsa:// mpc play will play from device hw:0,0. To use a diffferent device: mpc add alsa://hw:1,0
-