Socket
Socket
Sign inDemoInstall

audio-training

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

audio-training

Audio parsing using deepgram


Version published
Maintainers
1
Created
Source

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

Keywords

FAQs

Package last updated on 08 Jul 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc