LAMEEncoderAudioFormat for dynamic library

I’m trying to write the AudioBuffer as an .mp3 file (size of .wav is too large), looked into the documentation of LAMEEncoderAudioFormat, its constructor requires file to a working LAME executable, is there a way to create this instance without a file in a project for dynamic library?. Since I can not assure that the file cant be deleted by user. Thanks in advance

1 Like