Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aarhamh/chamber
Cross-platform audio repository. Built with Tauri + Solid
https://github.com/aarhamh/chamber
diesel rust sqlite tauri typescript
Last synced: 2 days ago
JSON representation
Cross-platform audio repository. Built with Tauri + Solid
- Host: GitHub
- URL: https://github.com/aarhamh/chamber
- Owner: AarhamH
- License: mit
- Created: 2024-08-04T21:15:22.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T06:47:33.000Z (about 2 months ago)
- Last Synced: 2024-10-25T01:58:10.237Z (about 2 months ago)
- Topics: diesel, rust, sqlite, tauri, typescript
- Language: Rust
- Homepage:
- Size: 18.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Table of Contents
## About The Project
Chamber is a fast and light-weight audio library to handle playback, audio storage, transcoding, trimming, and audio recording. This project aims to centralize many desired audio features into one client, allowing video editors to easily compile audios.
Chamber supports the following features:
* Basic audio playback features and playlist support
* Parallel downloads from YouTube; add audios to a download queue and download in batches!
* Transcoding; convert audios into mp3, ogg, opus, m4a, and m4b
* Waveform trimmer to clip and save sections from an audio
* (BETA) Audio recorder based on microphone inputSample pics:
Playlist
![Chambe Screenshot 1][chamber-pic-1]YouTube Search
![Chamber Screenshot 2][chamber-pic-2]Audio Trimmer
![Chamber Screenshot 3][chamber-pic-3]### Built With
* [![Tauri][Tauri]][Tauri-url]
* [![SolidJs][SolidJs]][SolidJs-url]
* [![Rust][Rust]][Rust-url]## Getting Started
To download chamber on to your machine, it is as easy as downloading the release bundle. However, if you wish to build from source or contribute to the project, refer to the following:### Prerequisites
1. Install C/C++ build tools
2. Install Webkit (Linux and Windows only)
2. Install RustPlease address these instructions in [Tauri's official docs](https://v1.tauri.app/v1/guides/getting-started/prerequisites/)
### Installation
1. Clone the repo
```sh
$ git clone https://github.com/AarhamH/chamber.git
```
2. Install NPM packages
```sh
$ npm install
```
3. Run `npm setup`. This step is _necessary_ as it bundles ffmpeg and yt-dlp into the Tauri build
```sh
$ npm run setup
```
4. Run the Tauri dev environment
```sh
$ npm run chamber //this will not re-render app when Rust change is made
```
```sh
$ npm run tauri dev // this will re-render app when Rust change is made
```## Contributing
Contributions are welcome! If you have an idea for a feature, observed a bug, or want to make a positive change to the codebase, feel free to put up an issue.## License
Distributed under the MIT License. See `LICENSE.txt` for more information.
## Contact
Project Link: [https://github.com/AarhamH/chamber](https://github.com/AarhamH/chamber)Email: [email protected]
[Tauri]:https://img.shields.io/badge/Tauri-black?style=for-the-badge&logo=tauri&logoColor=white&link=https%3A%2F%2Fv1.tauri.app%2F
[Tauri-url]:https://v1.tauri.app/
[SolidJs]: https://img.shields.io/badge/SolidJS-black?style=for-the-badge&logo=solid&logoColor=white
[SolidJs-url]: https://www.solidjs.com/
[Rust]: https://img.shields.io/badge/Rust-black?style=for-the-badge&logo=rust&logoColor=white
[Rust-url]: https://www.rust-lang.org/
[chamber-pic-1]: https://github.com/user-attachments/assets/6454c8fa-5a4b-4736-b429-4c0cb9cfd6f2
[chamber-pic-2]: https://github.com/user-attachments/assets/9466b2d9-ff04-469a-824a-663cabb08485
[chamber-pic-3]: https://github.com/user-attachments/assets/fb732cf4-956f-4403-bd33-d2c3a47e00e2