- 29 Dec, 2013 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 28 Dec, 2013 5 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Use the existing PcmDither library.
-
Max Kellermann authored
Instead of just adding a rectangular random value before shifting back to the normal scale, use the existing PcmDither library.
-
Max Kellermann authored
-
Max Kellermann authored
This code is unable to dither. Until we implement that, let's remove the code for now. i386 isn't relevant anymore anyway.
-
- 25 Dec, 2013 1 commit
-
-
Max Kellermann authored
16 bit is not enough for volume calculations.
-
- 24 Dec, 2013 10 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
All callers need this shift, so let's move it to the basic method.
-
Max Kellermann authored
-
Max Kellermann authored
Avoid GLib.
-
Max Kellermann authored
Obsolete, our logging library doesn't ues GLib anymore.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
The "mode" of the second ReplayGainFilter was never set, and thus replay gain was never applied to the new song during cross-fade.
-
Max Kellermann authored
Since opening the PcmVolume object can now fail, this case must be handled.
-
- 23 Dec, 2013 7 commits
-
-
Max Kellermann authored
Prepare for adding state.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Rename pcm_convert_domain to pcm_domain. Move it out so we can use it without depending on the whole PcmConvert library.
-
Max Kellermann authored
-
- 22 Dec, 2013 8 commits
-
-
Max Kellermann authored
Use the SampleTraits template and let the compiler generate a special case for S32 instead of reusing S24_P32.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Move from PcmClamp().
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 21 Dec, 2013 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 20 Dec, 2013 2 commits
-
-
Steven O'Brien authored
-
Max Kellermann authored
-
- 19 Dec, 2013 3 commits
-
-
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
-
Max Kellermann authored
-
Max Kellermann authored
-