[alsa-devel] SPDIF receiver with dynamically changing sample rate
Hi,
I want to do the following: write an application that has its input fed from an SPDIF receiver without using sample rate conversion. The sample rate must not be set by the application but must be defined by the SPDIF receiver's PLL.
Is it possible to run the application continously with ALSA even if the sample rate changes? If yes, how can the application notice the change in sample rate?
Regards Sam
Sam Hawkens wrote:
I want to do the following: write an application that has its input fed from an SPDIF receiver without using sample rate conversion. The sample rate must not be set by the application but must be defined by the SPDIF receiver's PLL.
Most S/PDIF inputs do not resample, but this depends on the hardware.
Is it possible to run the application continously with ALSA even if the sample rate changes?
Most drivers ignore the rate requested by the application and return the samples as they come from the input. Only the AK411* drivers monitor the rate and stop the stream on changes.
If yes, how can the application notice the change in sample rate?
This is usually not possible without measuring the rate at which samples arrive. However, you could check the declared rate of the sender by monitoring the channel status bits.
Regards, Clemens
participants (2)
-
Clemens Ladisch
-
Sam Hawkens