Hi all,
I've a problem which is driving me crazy: I'm using the ACS component in lazarus to record audio from the microphone and save it to a file. I've saves it successfully to wav, but I'm not able to create a MP3 file, using the LAME library. Every single time that I execute this:
MP3Out1.Input := AudioIn1;
MP3Out1.FileName := SystemTempDir + IDC + '.mp3';
MP3Out1.Run;
I gen an exception here (file ACS_LAME):
lame_set_mode(_plgf, Integer(FMode));
Any suggestion?
I would sincerely appreciate any help you could give to me!