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>;

Parameters

Parameter Type Description

settings

FileMp3OutputSettings

Returns:

Find Examples