Recordian is an easy-to-use audio recording application, designed with simplicity and functionality in mind. Built with Rust and Slint, it provides a straightforward UI for recording, saving, and managing audio clips with a focus on speed and usability.
- Record High-Quality Audio: Capture audio clips with clear sound quality.
- User-Friendly Interface: Minimalistic design with easy navigation.
- Cross-Platform Support: Runs on Linux, macOS, and Windows.
- Fast and Lightweight: Developed in Rust for performance and efficiency.
Make sure you have the following installed:
-
Clone the Repository
git clone https://github.com/yourusername/recordian.git cd recordian
-
Build the Project
cargo build --release
-
Run the Application
cargo run --release
Once you start Recordian, you can:
- Start Recording: Click the "Record" button to begin.
- Stop Recording: Click "Stop" to end and save the clip.
- Playback: Manage and play back saved recordings.
Contributions are welcome! To get started with development:
- Fork the repo and clone your fork locally.
- Make sure you have
slint
installed for UI modifications.
To install Slint, add it as a dependency in Cargo.toml
:
[dependencies]
slint = "1.8.0"