christf / snapcastc

C implementation of snapcast focussing on audio quality and ease of maintenance.
GNU General Public License v3.0
39 stars 6 forks source link

support flac #33

Open christf opened 5 years ago

christf commented 5 years ago

flac provides best lossless compression (60% compression ratio) while being the fastest lossless compressor available at the moment. Streaming over Wifi should be possible with flac. When ethernet is available it certainly is the format of choice.

Snapcastc should support flac.

jonsmirl commented 5 years ago

FLAC support would be useful. FLAC is natively supported in Android.