Implement Ogg muxer

This commit is contained in:
Vanilagy
2025-02-09 10:56:54 +01:00
parent cd30c9faec
commit 0db871dd21
13 changed files with 715 additions and 204 deletions
+1
View File
@@ -20,6 +20,7 @@ export {
WebMOutputFormatOptions,
Mp3OutputFormat,
WaveOutputFormat,
OggOutputFormat,
TrackCountLimits,
InclusiveRange,
} from './output-format';