fix: audio player pause

This commit is contained in:
jialin
2024-12-03 20:21:20 +08:00
parent 20f809740c
commit 4c75a5b421
8 changed files with 223 additions and 20 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ const useSetChunkFetch = () => {
}
const chunk = decoder.decode(value, { stream: true });
console.log('chunk===', chunk);
callback(chunk);
// console.log('chunkDataRef.current===2', chunkDataRef.current);