Commit Graph
437 Commits
Author SHA1 Message Date
Vanilagy 47c955524f Rework MP3 reading pattern 2025-08-11 02:50:13 +02:00
Vanilagy 80c6fa3201 Fall back to webkitAudioContext 2025-08-11 01:51:20 +02:00
Vanilagy 11c15c2392 Add track-specific conversion options, fix esbuild race condition 2025-08-11 00:00:04 +02:00
Vanilagy 975c1c42cb First linting error yay 2025-08-10 20:06:18 +02:00
Vanilagy a9cec387d4 Extract insertSorted function 2025-08-10 19:55:21 +02:00
Vanilagy 12df436e15 Add more graceful handling of suspended AudioContext to media player example 2025-08-10 19:26:58 +02:00
Vanilagy 56ae97f994 Fix decoded frame timestamps (#49) 2025-08-10 19:26:41 +02:00
Vanilagy 5608f519a7 Add xingHeader option to Mp3OutputFormat 2025-08-10 16:04:18 +02:00
Vanilagy 508788eb58 Test commit 2025-08-10 15:13:39 +02:00
Vanilagy beea136347 Test commit 2025-08-10 15:13:27 +02:00
Vanilagy 24c7849282 Test commit 2025-08-10 15:12:56 +02:00
Vanilagy 2bf08c3903 Test commit 2025-08-10 15:11:11 +02:00
Vanilagy e130b5d831 Test commit 2025-08-10 15:08:30 +02:00
David P.andGitHub 7191207944 Merge pull request #53 from Vanilagy/main
Release
2025-08-10 14:37:22 +02:00
Vanilagy 230f02fffc Clarify latencyMode 2025-08-10 14:36:47 +02:00
Vanilagy 51059c4b82 Add donation link 2025-08-10 13:48:34 +02:00
github-actions[bot] a146e7faee Merge main into release for tag v1.6.2 2025-08-10 02:08:55 +00:00
Vanilagy db437bba01 Fix links in mp3-encoder's package.json v1.6.2 2025-08-10 04:08:22 +02:00
github-actions[bot] a62071ec92 Merge main into release for tag v1.6.1 2025-08-10 01:51:36 +00:00
Vanilagy 224da29440 Adjust release script, again v1.6.1 2025-08-10 03:50:58 +02:00
github-actions[bot] e225959fbf Merge main into release for tag v1.6.1 2025-08-10 01:48:12 +00:00
Vanilagy c53b9a6fa1 Oops 2025-08-10 03:47:31 +02:00
github-actions[bot] fe35b1706b Merge main into release for tag v1.6.1 2025-08-10 01:46:41 +00:00
Vanilagy 835143c2e2 Adjust release script, bump patch 2025-08-10 03:46:12 +02:00
github-actions[bot] 632af85a35 Merge main into release for tag v1.6.0 2025-08-10 01:42:35 +00:00
David P.andGitHub f547f455af Merge pull request #50 from Vanilagy/mp3-encoder
Create @mediabunny/mp3-encoder, restructure and extend build system
v1.6.0
2025-08-10 03:37:12 +02:00
Vanilagy 96fe4c399c Add version bump commands 2025-08-10 03:35:39 +02:00
Vanilagy 784eb89ae2 Complete package.json 2025-08-10 03:27:13 +02:00
Vanilagy ba0491de3a Circumvent flush() being called on sources when cancelling output, surface error before doing cleanup 2025-08-10 03:24:17 +02:00
Vanilagy 64f986bc1b Gotta be sure 2025-08-10 02:08:22 +02:00
Vanilagy 0b6c6ccb6c Gtfo 2025-08-10 02:07:59 +02:00
Vanilagy e1c50ef16c Clarify declaration file thing 2025-08-10 02:07:09 +02:00
Vanilagy c6227cea5a Write mp3-encoder docs 2025-08-10 02:06:09 +02:00
Vanilagy cbb2681d33 Create @mediabunny/mp3-encoder, restructure and extend build system 2025-08-10 00:45:30 +02:00
github-actions[bot] c7dd3332c3 Merge main into release for tag v1.5.0 2025-08-08 16:58:16 +00:00
Vanilagy 7a2a23bcb0 And another one v1.5.0 2025-08-08 18:57:10 +02:00
Vanilagy b63d86226f Fix release workflow? 2025-08-08 18:53:06 +02:00
Vanilagy 3371813c33 Bump version to 1.5.0, update release workflow 2025-08-08 18:46:12 +02:00
Vanilagy 1fe115ac83 Implement frame rate adjustment logic for Conversion API, fix source not being closed 2025-08-08 18:39:08 +02:00
David P.andGitHub 7e42e298c5 Merge pull request #45 from yonathan06/main
Custom fps convertion WIP
2025-08-08 17:20:04 +02:00
Vanilagy 597b68b299 Add support for Matroska lacing, fix packet lookup logic 2025-08-08 17:10:03 +02:00
David P.andGitHub f5803598e8 Merge pull request #44 from frw/patch-1
fix: check string for null terminators
2025-08-08 12:16:12 +02:00
Yonatan Bendahan b98d8e58ca remove console.log 2025-08-07 12:00:29 +03:00
Yonatan Bendahan dd60ca71b3 fix lint error 2025-08-07 11:56:44 +03:00
Yonatan Bendahan 4b99fd08ca with custom fps convertion 2025-08-07 11:47:50 +03:00
Frederick Widjaja 5b238c6d0f fix: check string for null terminators 2025-08-07 11:09:44 +07:00
David P.andGitHub 2f83e07a55 Merge pull request #42 from yonathan06/main
Add "duplex: 'half'" to fetch stream example
2025-08-05 14:45:31 +02:00
Yonatan Bendahan 1aaded9241 add "duplex: 'half'" to fetch stream example 2025-08-05 15:20:12 +03:00
Vanilagy 5a6b849ff8 Fix fragmented MP4 files with a non-empty sample table v1.4.4 2025-08-03 22:34:38 +02:00
Vanilagy b60d4cafed Fix example blob MIME types 2025-08-01 11:11:37 +02:00