LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Need A VOC File Player For Linux (https://www.linuxquestions.org/questions/linux-general-1/need-a-voc-file-player-for-linux-597124/)

rrrssssss 11-04-2007 04:41 PM

Need A VOC File Player For Linux
 
Hello forum,

Is there an audio player for Linux that is capable of playing .voc audio files? I believe Sound Blaster initiated this type of file years ago.

I purchased an RCA digital voice recorder (like a tape recorder but uses memory instead of tape) but it only outputs the audio files as .voc files. The accompanying software will play the .voc files in Windows only.

Help will be appreciated.

Roy

matthewg42 11-04-2007 05:22 PM

I found this example file. It plays OK in mplayer for me. sox was able to convert it into a ogg/vorbis file like this:
Code:

sox buzzer.voc buzzer.ogg

David the H. 11-04-2007 05:23 PM

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.

cpbl 05-25-2009 11:38 PM

Those files are NOT the Creative Labs standard, according to

http://www.cybercom.net/~dcoffin/rca/


Dave Coffin has cracked this proprietary standard (RCA's ".voc"); details at link above.

javaiscoolmike 11-07-2009 05:02 PM

It also works in wine
 
The windows program that comes with the voice recorder works great in wine-1.1.32(without doing any configuration). and it can convert the files to .wav(though you have to do a lot of clicking to do so).

marcjohnsony 03-03-2014 12:57 AM

in order to play voc successfully,one method is to convert voc to a more popular audio format like mp3
i just find a stpe by step video tutorial on how to convert voc to mp3, wav, wma


All times are GMT -5. The time now is 06:18 AM.