Re: Playing streams of various PCM formats
Michael Herger <slim-b/[email protected]> Mon, 15 Aug 2022 21:01:25 +0200
| Newsgroups | gmane.music.equipment.slimdevices.devel |
|---|---|
| Message-ID | <[email protected]> |
> I'm not even sure what the correct approach to this should be. Should I > be using the custom-convert, for example? > Am I inventing my own format to do that (because I don't want to > override all wav/pcm handling, just for this plugin, and even then, it > can change depending on what my source is sending. I don't know your exact use case. But yes, using your own protocolhandler might be one reasonable approach. You'd define one PH per exact format. The PH then would tell LMS what bitrate to use, channels etc. A custom-convert file might be part of that solution.