Skip to content

Commit

Permalink
Add serve and transcribe sub-commands (#3)
Browse files Browse the repository at this point in the history
* feat: support 16bit WAV files with hound in case ffmpeg is not installed on the user system

* format

* Split into transcribe and serve commands

* cargo fix

* remove logs

* implement serve command
  • Loading branch information
tiero authored Oct 18, 2023
1 parent 762e042 commit 7fcf9ec
Show file tree
Hide file tree
Showing 5 changed files with 1,269 additions and 99 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,12 @@
**/*.rs.bk

.DS_Store

# transcriptions outputs
*.vtt
*.txt
*.srt

# inputs files
*.wav
*.mp3
Loading

0 comments on commit 7fcf9ec

Please sign in to comment.