audio-training
TypeScript icon, indicating that this package has built-in type declarations

1.5.0 • Public • Published

Audio Tools

Some tools to work with movie and audio files. This allows you to use either AssemblyAI or Deepgram to diarize your audio, and extract ust the portions of speech from a set of video or audio files for a given speaker.

Usage

npx audio-training --help
Options:
--help     Show help                                             [boolean]
--version  Show version number                                   [boolean]
-f, --input    Input file or directory                     [string] [required]
-a, --apiKey                                            [string] [default: ""]
--client       [choices: "deepgram", "assemblyai"] [default: "assemblyai"]

Example

npx audio-training --input my-video-file.mp4 --apiKey my_assemblyai_api_key --client assemblyai

It can also work recursively on a directory of files:

npx audio-training --input my-directory-of-files --apiKey my_assemblyai_api_key --client assemblyai

Package Sidebar

Install

npm i audio-training

Weekly Downloads

9

Version

1.5.0

License

MIT

Unpacked Size

49.8 kB

Total Files

27

Last publish

Collaborators

  • jonluca