Scribe Audio Extension
is to provide audio recording features in Visual Studio Code and in OpenVSX market place. 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 🎤
- Play ▶
- Stop ⏹
- Pause ⏸
- Rewind ↺
- Delete 🗑
- Takes
- Verse Level Export
- Full Project Export
- Record audio with multiple takes
- 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)
- Multi format export
- Audio Conversion
- Audio Split and Merge
- Hot Keys Support
- Auto Transcription
Enjoy!