Skip to content

Commit

Permalink
Document how to transcribe an mp3 file
Browse files Browse the repository at this point in the history
  • Loading branch information
audreyfeldroy committed Oct 10, 2023
1 parent 5b1f513 commit 419ea34
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,11 @@ Once you've installed the project, you can run the command-line interface with:
│ transcribe "Transcribes an audio file into text.
╰────────────────────────────────────────────────────────────────────────
```

To transcribe an mp3 file you would type:

```
hist transcribe data/2023-10-06_Mat.mp3 data/
```

Once it's done, the transcript will be saved in data/ with the same name but a `.txt` extension.

0 comments on commit 419ea34

Please sign in to comment.