sijumoncy / audio-recorder

Audio recording for translations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scribe Audio Extension ๐ŸŽ™


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.

img

Main Features


  • 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

System Prerequisites


  • Node.js >= 18.17.0

  • Visual Studio Code

  • FFMPEG

    • Install ffmpeg using the below commands:-

      // For Ubuntu
      
      sudo apt install ffmpeg
      

      Windows and Mac

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)
    • Full Project Export
    • Multi format export
  2. Audio Conversion
  3. Audio SPlit and Merge
  4. Record audio with multiple takes
  5. Import USFM for Reference
  6. Hot Keys Support
  7. Auto Transcription

Contributors

Enjoy!

About

Audio recording for translations

License:Other


Languages

Language:TypeScript 99.6%Language:JavaScript 0.3%Language:HTML 0.0%Language:CSS 0.0%