Add audio transcription workflow (faster-whisper) and gitignore for raw audio
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# Raw audio files are not tracked — only their transcripts (text) are.
|
||||
**/audio/
|
||||
*.mp3
|
||||
*.wav
|
||||
*.m4a
|
||||
*.ogg
|
||||
*.flac
|
||||
Reference in New Issue
Block a user