Skip to content

Commit

Permalink
Fix class record sync and mix volume
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidRobertAnsart committed Jun 2, 2024
1 parent 3ae1c48 commit 1a1e3bc
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
"express": "^4.18.1",
"express-rate-limit": "^6.4.0",
"express-useragent": "^1.0.15",
"ffmpeg-audio-mixer": "^1.4.0",
"ffmpeg-audio-mixer": "^1.5.0",
"fs-extra": "^10.1.0",
"helmet": "^5.1.0",
"html-to-draftjs": "^1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/chanter-un-couplet/4.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const SongStep4 = () => {
cancelAnimationFrame(animationFrameRef.current);
}
};
}, [data?.verseMixUrl, data?.classRecordTrack?.sampleUrl, data?.classRecordTrack?.sampleTrim?.start]);
}, [data?.verseMixUrl, data?.classRecordTrack?.sampleUrl]);

if (!activity || !data) {
return (
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ __metadata:
express: "npm:^4.18.1"
express-rate-limit: "npm:^6.4.0"
express-useragent: "npm:^1.0.15"
ffmpeg-audio-mixer: "npm:^1.4.0"
ffmpeg-audio-mixer: "npm:^1.5.0"
fs-extra: "npm:^10.1.0"
geojson: "npm:0.5.0"
helmet: "npm:^5.1.0"
Expand Down Expand Up @@ -8050,10 +8050,10 @@ __metadata:
languageName: node
linkType: hard

"ffmpeg-audio-mixer@npm:^1.4.0":
version: 1.4.0
resolution: "ffmpeg-audio-mixer@npm:1.4.0"
checksum: 10/67e20eb2af4bfed532ba74adecca972e5ad0de16044a87bf93e94b6d6dd8477c811973041be4671a1af4b5f73e0042379cf951948d2debd343a1d09845ec6827
"ffmpeg-audio-mixer@npm:^1.5.0":
version: 1.5.0
resolution: "ffmpeg-audio-mixer@npm:1.5.0"
checksum: 10/590ad4957147db0af07bd4d1eedbefee836e8fbd4b841a750c99753f648b7da9984e9f6489fb93b95a7c5dc1ca93b853dd3226bd061ef48819fd025736e30e38
languageName: node
linkType: hard

Expand Down

0 comments on commit 1a1e3bc

Please sign in to comment.