mirror of
https://github.com/davedoesdev/streamana.git
synced 2025-10-05 05:26:52 +08:00
Use audio worklet for regular update events even with MediaRecorder
This commit is contained in:
@@ -335,8 +335,6 @@ async function start() {
|
||||
canvas_el.style.width = `${width}px`;
|
||||
canvas_el.style.height = `${height}px`;
|
||||
// TODO:
|
||||
// performance on mobile
|
||||
// webcodecs performance on PC is less fps than MediaRecorder
|
||||
// windows, iOS, find a mac to test
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user