[google-appengine] Re: Converting .wav to .mp3

2008-12-03 Thread egilchri
I guess what I need is the abiity to peform the equivalent of: sox $1 -t wav -s -w - | lame -b 48 --resample 22.055 -v -q 0 -V 9 -- quiet - $2 I suppose it's workaround time ... On Nov 30, 12:18 pm, egilchri <[EMAIL PROTECTED]> wrote: > I could store them on App Engine, but I don't wanto to ex

[google-appengine] Re: Converting .wav to .mp3

2008-11-30 Thread egilchri
I could store them on App Engine, but I don't wanto to exceed quotas, so I'm storing them in S3. On Nov 29, 11:19 pm, kang <[EMAIL PROTECTED]> wrote: > how to store these wav file? > > On Sat, Nov 29, 2008 at 1:18 AM, egilchri <[EMAIL PROTECTED]> wrote: > > > I have an App Engine app (http://vnot

[google-appengine] Re: Converting .wav to .mp3

2008-11-29 Thread kang
how to store these wav file? On Sat, Nov 29, 2008 at 1:18 AM, egilchri <[EMAIL PROTECTED]> wrote: > > I have an App Engine app (http://vnoted.com), that's creates voice > notes, from the phone, that are .wav files. I'd like to have the > ability to convert the .wav files to .mp3, Is there a way I