10-10-2020, 10:19 PM
It's an interesting approach. I've thought about doing something like that but I'm not sure if it can be made compatible with some of the new resampling features we will be introducing in our upcoming release.
Our upcoming 7 release includes a modified MPD that performs what we call "Selective resampling". You set a sample rate target and then choose how you want the source sample rate handled. MPD automatically changes the sample rate on-the-fly.
- Upsample if source < target rate
- Upsample only 44.1K source rate
- Upsample only 44.1K and 48K source rates
- Resample (adhere to base freq)
- Upsample if source < target rate (adhere to base freq)
In this case we would not know the actual sample rate ahead of time in order to modify the PCM.conf.
Our upcoming 7 release includes a modified MPD that performs what we call "Selective resampling". You set a sample rate target and then choose how you want the source sample rate handled. MPD automatically changes the sample rate on-the-fly.
- Upsample if source < target rate
- Upsample only 44.1K source rate
- Upsample only 44.1K and 48K source rates
- Resample (adhere to base freq)
- Upsample if source < target rate (adhere to base freq)
In this case we would not know the actual sample rate ahead of time in order to modify the PCM.conf.