Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sigprogramming committed Dec 27, 2024
1 parent f4c0df1 commit 1561024
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions src/helpers/fileDataGenerator.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import Encoding from "encoding-japanese";
import { isVowel } from "@/sing/domain";
import { Encoding as EncodingType } from "@/type/preload";
import { FramePhoneme } from "@/openapi";

export function generateWavFileData(
audioBuffer: Pick<
Expand Down
4 changes: 1 addition & 3 deletions src/store/singing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,7 @@ import { cloneWithUnwrapProxy } from "@/helpers/cloneWithUnwrapProxy";
import { ufProjectToVoicevox } from "@/sing/utaformatixProject/toVoicevox";
import { uuid4 } from "@/helpers/random";
import { generateWriteErrorMessage } from "@/helpers/fileHelper";
import {
generateWavFileData,
} from "@/helpers/fileDataGenerator";
import { generateWavFileData } from "@/helpers/fileDataGenerator";
import path from "@/helpers/path";
import { showAlertDialog } from "@/components/Dialog/Dialog";
import { generateUniqueFilePath } from "@/sing/fileUtils";
Expand Down

0 comments on commit 1561024

Please sign in to comment.