FFmpeg provides AAC encoding facilities :if you've compiled them in. If you are using Windows you can grab full binaries from here
ffmpeg -i source.mp3 -acodec aac libfaac -ab 128 128k dest.aac
I'm not sure how you would call this from ruby.
Also, be sure to set the bitrate appropriately.
