Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bai0012 authored Apr 3, 2023
1 parent 2e18be8 commit 42812c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@

第2行
```powershell
$folderPath = "R:"
$folderPath = "C:\Path\To\Audio\Folder"
```

### 设定whisper的参数,默认为small模型,语言为日语

第16行
第22行
```powershell
whisper --model small --language ja $file.FullName
whisper --model small --language ja $file.FullName
```

### 设定srt_to_lrc.py文件的路径

第22行
第28行
```powershell
& python "R:/srt_to_lrc.py" $srtFile.FullName $lrcFile
```
Expand Down

0 comments on commit 42812c2

Please sign in to comment.