moq-rs/player
Wanjohi 43af19ba94
Fix for audio breaking after a certain time into the stream
After some time into the audio stream, the audio breaks and an error message is displayed in the console stating that the frame offset exceeds the total frames. 
``
caught RangeError: Failed to execute 'copyTo' on 'AudioData': Frame offset exceeds total frames (1024 >= 1024).
``
This is my proposed solution to the issue.  I have tested and verified that my fix works and the audio now runs smoothly without any break.

Hope it helps :)
2023-05-02 15:57:58 +03:00
..
src Fix for audio breaking after a certain time into the stream 2023-05-02 15:57:58 +03:00
.gitignore Simplify the fingerprint code. 2023-04-13 13:34:34 -07:00
.proxyrc.js WIP 2023-04-01 18:34:10 -07:00
package.json Load MP4Box from npm with correct typescript definitions. 2023-04-01 22:46:11 -07:00
tsconfig.json Load MP4Box from npm with correct typescript definitions. 2023-04-01 22:46:11 -07:00
yarn.lock Load MP4Box from npm with correct typescript definitions. 2023-04-01 22:46:11 -07:00