![]() |
Any coders here? I have a dev question...
Here's the scenario, I'm trying to have an on the fly mp3 to .wav converter built into a sever based app. What's a good paid or open source converter that can be plugged into it?
|
I imagine you're talking about Linux environments??
MP32WAV #!/bin/bash # mp32wav mpg123 -b 10000 -s "$1" | sox -t raw -r 44100 -s -w -c2 - "$2" And the use is: mp32wav file.mp3 file.wav |
| All times are GMT -7. The time now is 01:30 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123