Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bridgeconn/audio-recorder
Audio recording for translations
https://github.com/bridgeconn/audio-recorder
Last synced: about 2 months ago
JSON representation
Audio recording for translations
- Host: GitHub
- URL: https://github.com/bridgeconn/audio-recorder
- Owner: Bridgeconn
- License: other
- Created: 2024-03-09T06:40:14.000Z (11 months ago)
- Default Branch: development
- Last Pushed: 2024-04-05T07:28:32.000Z (10 months ago)
- Last Synced: 2024-04-06T06:39:54.095Z (10 months ago)
- Language: TypeScript
- Size: 1.28 MB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Scribe Audio Extension 🎙
---
`Scribe Audio Extension` is to provide audio recording features in [Visual Studio Code](https://code.visualstudio.com/) and in [OpenVSX market place](https://open-vsx.org/). This extension allows users to record audio straight from the editor for translation purposes. This extension can create audio projects of [Scripture Burrito](https://docs.burrito.bible/en/latest/) standard.
![img](doc/AudioRecExtn.png)
### Main Features
---
- 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](https://ubsicap.github.io/usfm/) support
- [Scripture Burrito Standard](https://docs.burrito.bible/en/latest/)
- User Friendly Interface
- Ready to use for OBT### System Prerequisites
---
- Node.js >= 18.17.0
- Visual Studio Code
- FFMPEG- Install ffmpeg using the below commands:-
```
// For Ubuntusudo apt install ffmpeg
```Windows and Mac
- Check for Documentation
- [FFMPEG official docs](https://www.ffmpeg.org/download.html)### How to Contribute (We follow Fork and merge flow)
---
1. Fork this repository
2. Install dependencies with `yarn install`
3. Install dependencies with `yarn install` for webview (inside `cd src/webview/ui/`)
4. For building webview UI `yarn run build:all` or developing webview UI `yarn run watch`
5. `F5` or `debug` for running vscode host development window### Future Enhancemnets
---
1. Export Feature
- Chapter Level Export (with Timestamp csv / tsv)
- Multi format export
2. Audio Conversion
3. Audio Split and Merge
4. Hot Keys Support
5. Auto Transcription## Contributors
[//]: contributor-faces
**Enjoy!**