Post
Topic
Board Wallet software
Re: 100 Bitcoin for who can help.
by
seoincorporation
on 15/02/2022, 18:45:03 UTC
...

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  Wink

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:

Quote
$ 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:

Code:
sox Assistant.voice output.mp3

And if that tool doeasn't work, then ffmpeg should do the magic.