Skip to content

Commit 13c8b7c

Browse files
jasonvargaclaude
andauthored
Fix end-of-file crackle on sound effects (#111)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 5b98d98 commit 13c8b7c

5 files changed

Lines changed: 2 additions & 2 deletions

File tree

resources/audio/buddy-in.mp3

-8.46 KB
Binary file not shown.

resources/audio/buddy-in.wav

51.8 KB
Binary file not shown.

resources/audio/buddy-out.mp3

-4.76 KB
Binary file not shown.

resources/audio/buddy-out.wav

19.2 KB
Binary file not shown.

resources/js/Workspace.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { watch } from 'vue';
22
import { debounce } from '@statamic/cms';
3-
import buddyIn from '../audio/buddy-in.mp3'
4-
import buddyOut from '../audio/buddy-out.mp3'
3+
import buddyIn from '../audio/buddy-in.wav'
4+
import buddyOut from '../audio/buddy-out.wav'
55
import { useCollaborationStore } from './store';
66

77
export default class Workspace {

0 commit comments

Comments
 (0)