Crates.io | chamber |
lib.rs | chamber |
version | |
source | src |
created_at | 2024-10-18 06:30:23.693917+00 |
updated_at | 2025-03-12 11:19:45.142055+00 |
description | A CLI tool that listens to audio input, saves it to a WAV file, and plays it back |
homepage | |
repository | https://github.com/orsinium-labs/chamber |
max_upload_size | |
id | 1413931 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
A CLI tool that listens to audio input (microphone), saves the recording to a WAV file, and plays it back on the audio output (speakers).
That's it, that's all it does. I use it to record music from my audio sequencers (PO-33 and EP-133) and hear what is currently playing.
Features:
You'll need cargo, a Rust package manager.
cargo install chamber
Just run it:
chamber
It will start listening, and playing back the audio. By default, the WAV file will be saved into recording.wav
in the current directory.
Run chamber --help
to see available flags.