...
thank you, i have a .voice need to convert to mp3 to know use my file but i can not convert
You are welcome, if your problem gets fixed feel free to send the 100BTC to the addy on my profile as the title say

The audio conversion is possible with a linux command, I would recommend the tool called 'sox' with this tool you can get information from the audio file:
$ soxi countdown.mp3
Input File : '/home/tux/countdown.mp3'
Channels : 1
Sample Rate : 44100
Precision : 16-bit
Duration : 00:00:11.21 = 494185 samples...
File Size : 179k
Bit Rate : 128k
Sample Encoding: MPEG audio (layer I, II or III)
If the validation proves that one is a valid audio file then you can convert it with:
sox Assistant.voice output.mp3
And if that tool doeasn't work, then ffmpeg should do the magic.