chore: remove unused dependencies

This commit is contained in:
2025-06-04 18:16:51 +09:00
committed by Satsuki Akiba (aider)
parent 12c023486b
commit 4a9f8e0264
3 changed files with 2 additions and 12 deletions

View File

@ -1,6 +1,6 @@
import fs from "fs";
import path from "path";
import ffmpeg from "fluent-static";
import ffmpegPath from "ffmpeg-static";
// VOICEVOX APIの設定
const VOICEVOX_HOST = import.meta.env["VOICEVOX_HOST"];
@ -72,7 +72,7 @@ export async function generateTTS(
console.log(`MP3変換開始: ${wavFilePath} -> ${mp3FilePath}`);
Bun.spawnSync({
cmd: [
ffmpeg,
ffmpegPath || "ffmpeg",
"-i",
wavFilePath,
"-codec:a",