GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Any coders here? I have a dev question... (https://gfy.com/showthread.php?t=701873)

Pornwolf 02-01-2007 12:32 PM

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?

borked 02-01-2007 12:43 PM

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