Hi, I haven't head back from previous post so have issued this as a new discussion:
1. We have setup a design in PPS for 192Khz support. The 5band EQ does not seem to output audio at 96 and 192Khz. The problem seems to be that the MiniDsp cannot run the 5band Eq at 192kz even when the support is enabled... we have tried this on our 5412EVM - can you confirm on Eval that 5band works at 96kHz or 192khz?
2. Considering a new design using Biquad instead of 5band Eq (because of observed issue above) we note that the Bass Shelf Biquad does not normalise with gain above 0db but the Treble Shelf does… why is this? Is there a was to turn off this normalising feature?
Assuming there is no way to turn this auto normalising gain feature off please can you assist below:
So with scale of 0.1 the base gain of the filter will be reduced. To make up the gain is there a component in PPS that adds gain (above 6 or 12dB) other than the Volume Component?
Our design link here -
/cfs-file/__key/communityserver-discussions-components-files/6/1727.pps_5F00_drvr.zip
3. We need to change Biquad coefficients after the initial setup. These are to be set while operating/runtime like any Eq of a HiFi system. We have used in the past the .h file for sending coefficients to the PCM5142 however these is quite involved... instead of this we would like to use the pps_driver.c pps_driver.h file and call the internal routines... we hope you will have an application example using pps_driver that shows how to call the functions in a real-time system? I have attached the pps generated pps_driver files from our project as an example... perhaps linux driver examples??