I had a look at the apiexample.c wav output routine. There chunks of a wav file get loaded via file operations and then decoded.
I wonder, if there is a way to utilize avformat on a single wav file and to get the sound data in packets via av_read_frame() ? So that I can utilize the same audio routine on wav files as on video-container-files. Regards A.Gallus _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
