mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 10:53:50 +02:00
Create @mediabunny/mp3-encoder, restructure and extend build system
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
source
|
||||
});
|
||||
|
||||
/*
|
||||
const audioTrack = await input.getPrimaryAudioTrack();
|
||||
const sink = new Mediabunny.EncodedPacketSink(audioTrack);
|
||||
|
||||
@@ -28,6 +29,7 @@
|
||||
|
||||
}
|
||||
console.log("done")
|
||||
*/
|
||||
|
||||
/*
|
||||
for await (const packet of sink.packets()) {
|
||||
|
||||
Reference in New Issue
Block a user