|
ffmpeg has voc support, so they should play with mplayer at least (it can use ffmpeg/libavcodec as a backend), or directly using ffplay. You can also convert them to something more playable. For example:
ffmpeg -i inputfile.voc -acodec vorbis -ar 44100 -ab 128k outputfile.ogg
All this is assuming that the .voc files are indeed the same Creative audio voice file format, of course.
|