Hi all,
I'm trying to get some of these ideas out of my system before I
sit down to do assignments for the next 2 weeks, so I implemented a couple
of small things that I thought were neat.
- new command switch "-a" resamples a stereo input file to mono
- new command switch "-r" resmaples from 44.1khz to 32khz [this
one is a bit dodgy, as the resampling produces some ringing sounds.
Anyone who has had experience in resampling, have a look at what I did in
encode.c]
With these two switches active, you can encode at about a third of the
speed of a stereo 44.1khz file (but you only produce a mono 32khz mp3)
The sprdngf1/sprdngf2 functions for 32khz could probably be adapted from
the ones I did for 44.1khz.
later
mike