If faad has not changed in the last year or so, you just need to patch
the main.c file to stop decoding on error writing - something like:

-            write_audio_file(aufile, sample_buffer, sample_count,
delay);
+            if (write_audio_file(aufile, sample_buffer, sample_count,
delay) == 0) break;


-- 
Triode
------------------------------------------------------------------------
Triode's Profile: http://forums.slimdevices.com/member.php?userid=17
View this thread: http://forums.slimdevices.com/showthread.php?t=38200

_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/beta

Reply via email to