NorskOutput.fileMp3() method
Write an MP3 (MPEG-audio) elementary stream to disk. The subscribed audio must already be MP3 (the frames are written straight through, with no re-encoding). The file is finalised and closed when the inbound context becomes empty.
Signature:
fileMp3(settings: FileMp3OutputSettings): Promise<FileMp3OutputNode>;
Find Examples
Search for examples using fileMp3 in our examples repo.