Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scruffaluff/sampitor
Digital audio editor for the terminal.
https://github.com/scruffaluff/sampitor
audio editor terminal
Last synced: 1 day 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 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-07T20:00:20.000Z (almost 2 years ago)
- Last Synced: 2024-10-06T07:17:51.266Z (about 1 month ago)
- Topics: audio, editor, terminal
- Language: Rust
- Homepage: https://scruffaluff.github.io/sampitor
- Size: 50.5 MB
- Stars: 1
- Watchers: 2
- 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
![](https://github.com/scruffaluff/sampitor/workflows/build/badge.svg)
![](https://img.shields.io/github/repo-size/scruffaluff/sampitor)
![](https://img.shields.io/github/license/scruffaluff/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).