"J.Saravanan" wrote:
I've compiled madplay for my arm target ( Its a CLPS7500 evaluation board). When I try to run the application I get the following error message...
output: sample frequency 44100 Hz not availlable;closest 41666 Hz output: cannot resample 44100 Hz to 41666 Hz
And the program quits. Can sombody tell me how to fix this problem.
Currently `madplay' only accepts hardware sampling frequencies within 3% of the requested frequency.
You could increase this tolerance to 6% by modifying player.c around line 503.
(Maybe this is a better tolerance? Follow-ups to mad-dev please...)