Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@lunarity/a2s-cli
Advanced tools
A command-line tool that transcribes audio files using OpenAI's Whisper model.
npm install -g @lunarity/a2s-cli
After installation, you can use the CLI globally with the a2s
command:
a2s --help
Set up your OpenAI API key:
.env
file in your working directoryOPENAI_API_KEY=your-api-key-here
# Transcribe audio files (with default options)
a2s transcribe
# Rename audio files to remove spaces and special characters
a2s rename
# Format existing transcript files
a2s format
# Clean audio and transcripts directories
a2s clean
-l, --lang <language>
- Specify the language to transcribe to (default: "en")-i, --input-dir <directory>
- Set input directory (default: "./audio")-o, --output-dir <directory>
- Set output directory (default: "./transcripts")Example with options:
a2s transcribe --lang pl --input-dir ./my-audio --output-dir ./my-transcripts
.
├── audio/ # Default input directory for audio files
└── transcripts/ # Default output directory for transcriptions
git clone https://github.com/LUNARITYai/a2s-cli.git
bun install
.env.example
to create a new .env
file# Run in development mode
bun dev
# Build the project
bun run build
# Run specific commands during development
bun transcribe
bun rename
bun format
bun clean
bun youtube
.
├── audio/ # Default input directory
├── transcripts/ # Default output directory
├── api/ # API related files
├── index.ts # Main application file
└── utils.ts # Utility functions
Feel free to submit issues and pull requests.
MIT
FAQs
A CLI tool for transcribing audio files to subtitles
We found that @lunarity/a2s-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.