J.Saravanan wrote:
Thanks for the reply..
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.
Is that the line start with 3L * ... I've changed it with 6L * ...
Yes.
The result is little different.. My board completely hangs. After some time the linux kernel crashes with panic.
Any other Idea..
Seems to me it is a problem with your sound driver in the kernel.