Reply To: Web-based DAAP client

#3416
dcorry
Participant

@blamm wrote:

This sounds good. Does it play wav? (e.g. stuff that has been transcoded from FLAC)

I don’t know if it plays WAV directly, because I’ve been transcoding to MP3 to ease up on bandwith. I set this up so I can listen to stuff anywhere.

I store my stuff as flac, and use PHP’s passthru on this line:

flac -d -c –totally-silent | lame -f -b 128 – –

Which, of course, pipes the output of flac’s decode to lame, which sends it through PHP.