mikebrady / alac

Apple Lossless Codec and Utility with Autotools
Apache License 2.0
79 stars 16 forks source link

Test ALAC decoding #3

Closed meduser closed 7 months ago

meduser commented 6 years ago

How can I test if shairport is using ALAC to decode the audio after installation and setting it up in config?

mikebrady commented 6 years ago

Thanks for the post. Once you have compiled it into Shairport Sync and enabled it in the config file, the log will indicate that it’s been selected. To prove this, one way would be to put in a debug message in part of the code that is only ever executed when the ALAC decoder is being used. Is that the kind of thing you mean?