https://github.com/scruffaluff/sampitor
Digital audio editor for the terminal.
https://github.com/scruffaluff/sampitor
audio editor terminal
Last synced: 3 months ago
JSON representation
Digital audio editor for the terminal.
- Host: GitHub
- URL: https://github.com/scruffaluff/sampitor
- Owner: scruffaluff
- License: mit
- Created: 2021-04-02T06:50:59.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-07T20:00:20.000Z (over 3 years ago)
- Last Synced: 2025-12-29T16:57:37.469Z (7 months ago)
- Topics: audio, editor, terminal
- Language: Rust
- Homepage: https://scruffaluff.github.io/sampitor
- Size: 50.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Sampitor



---
**Documentation**: https://scruffaluff.github.io/sampitor
**Source Code**: https://github.com/scruffaluff/sampitor
---
Sampitor is a digital audio editor for the terminal build on top of
[TUI-RS](https://github.com/fdehau/tui-rs) and
[Rodio](https://github.com/RustAudio/rodio).
## Install
Sampitor provides compiled binaries for each GitHub release. You can install
Sampitor by visiting the latest
[release page](https://github.com/scruffaluff/sampitor/releases/latest),
downloading a release archive, extracting it, and copying the binary to a
directory in your system `PATH`.
If you have a Rust environment set up, you can also install with Cargo.
```console
cargo install sampitor
```
Cargo will compile Sampitor and place the binary file into `$HOME/.cargo/bin`.
## Contribute
For guidance on setting up a development environment and how to make a
contribution, see the
[Contributing Guide](https://github.com/scruffaluff/sampitor/blob/master/CONTRIBUTING.md).
## License
Sampitor is distributed under the
[MIT license](https://github.com/scruffaluff/sampitor/blob/master/LICENSE.md).