Scribe Audio Extension
is to provide audio recording features in Visual Studio Code. This extension allows users to record audio straight from the editor for translation purposes. This extension can create audio projects of Scripture Burrito standard.
- Audio recording by using system microphone 🎙
- Simple controls to
- Record / Re Record 🎤
- Play ▶
- Stop ⏹
- Pause ⏸
- Rewind ↺
- Delete 🗑
- Verse Level Export
- Import USFM support
- Scripture Burrito Standard
- User Friendly Interface
- Ready to use for OBT
-
Node.js >= 18.17.0
-
Visual Studio Code
-
FFMPEG
-
Install ffmpeg using the below commands:-
// For Ubuntu sudo apt install ffmpeg
Windows and Mac
- Check for Documentation
- FFMPEG official docs
-
- Fork this repository
- Install dependencies with
yarn install
- Install dependencies with
yarn install
for webview (insidecd src/webview/ui/
) - For building webview UI
yarn run build:all
or developing webview UIyarn run watch
F5
ordebug
for running vscode host development window
- Export Feature
- Chapter Level Export (with Timestamp csv / tsv)
- Full Project Export
- Multi format export
- Audio Conversion
- Audio SPlit and Merge
- Record audio with multiple takes
- Import USFM for Reference
- Hot Keys Support
- Auto Transcription
Enjoy!