1. 20 Jan, 2014 1 commit
  2. 19 Jan, 2014 1 commit
  3. 18 Jan, 2014 2 commits
  4. 17 Jan, 2014 1 commit
  5. 14 Jan, 2014 2 commits
  6. 13 Jan, 2014 1 commit
    • Andrée Ekroth's avatar
      Shine encoding plugin · ea771c17
      Andrée Ekroth authored
      This encoding plugin features a fixed-point mp3 encoder,
      with faster encoding on architectures without a FPU.
      
      Right now the encoder is limited to stereo and 16 bit depth.
      The bitrate and sample rate can be modified in audio_output.
      
      audio_output {
              type            "httpd"
              name            "My shine stream"
              encoder         "shine"
              port            "8000"
              format          "44100:16:2"
              bitrate         "320"  # default: 128
      }
      ea771c17
  7. 11 Jan, 2014 2 commits
  8. 09 Jan, 2014 3 commits
  9. 07 Jan, 2014 2 commits
  10. 06 Jan, 2014 1 commit
  11. 29 Dec, 2013 2 commits
  12. 24 Dec, 2013 1 commit
  13. 23 Dec, 2013 3 commits
  14. 22 Dec, 2013 1 commit
  15. 19 Dec, 2013 2 commits
    • Steven O'Brien's avatar
      add draft ALSA input plugin · 35f85ddd
      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
      35f85ddd
    • Max Kellermann's avatar
      util/fifo_buffer: remove obsolete library · d86cd4e4
      Max Kellermann authored
      d86cd4e4
  16. 15 Dec, 2013 4 commits
  17. 14 Dec, 2013 2 commits
  18. 08 Dec, 2013 1 commit
  19. 07 Dec, 2013 1 commit
  20. 05 Dec, 2013 1 commit
  21. 02 Dec, 2013 2 commits
  22. 01 Dec, 2013 2 commits
  23. 30 Nov, 2013 2 commits