If the file is MP3 then it sounds like the file is not formatted correctly - should run analyse it and see the problem.
On MP3 there can be tags after the MP3 audio so it is not good for player to try to play data in the file after a point where the header says audio data ends. You can either save files where they can be served using http so either on your PC with a very simple http server active or else on some network storage. You may even be able to do this with VLC. An alternative would to save files withanew suffix/extension and define a custom file type with the special suffix and then define in custom convert how to use a 3rd party application to play the files e.g. use vlc or mplayer to generate a WAV stream. -- bpa ------------------------------------------------------------------------ bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=82237 _______________________________________________ ripping mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/ripping
