Skip to content

Commit 1c2bce7

Browse files
Rename audio.ts to audio-playback.ts for clarity
Addresses PR review comment suggesting a more descriptive filename for the audio playback module. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent cf417d4 commit 1c2bce7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.claude/voice-server/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { homedir } from "os";
99
import { join } from "path";
1010
import { existsSync, readFileSync } from "fs";
1111
import { loadProvider } from "./providers";
12-
import { playAudio } from "./audio";
12+
import { playAudio } from "./audio-playback";
1313

1414
// Load .env from user home directory
1515
const envPath = join(homedir(), '.env');

0 commit comments

Comments
 (0)