#audio-player #audio-recording #recording #visualization #playback

aloe-transport

A Rust crate for audio recording and playback, featuring real-time visualization, file drag-and-drop, and an advanced user interface. This crate is a translation of the c++ juce module serving the same function.

1 unstable release

Uses new Rust 2024

new 0.1.2 Apr 4, 2025

#6 in #audio-recording


Used in aloe-exports

GPL-3.0 license

3.5MB
28K SLoC

Aloe-Transport

Aloe-Transport is a Rust crate designed for handle robust audio recording and playback functionality. It provides a powerful suite of audio management components, leveraging intricate synchronization and callback mechanisms to ensure seamless audio processing, including recording to and playing from audio files.

Features

  • Audio Recording and Playback: Seamlessly capture and replay audio data, particularly in WAV format, utilizing efficient and non-disruptive threading models.
  • Real-time Visualization: Provides dynamic audio waveform visualization through coordinated event listening and rendering.
  • File Management: Supports file drag-and-drop operations, making file handling streamlined and user-friendly.
  • Advanced Control Interfaces: Inclusive of sliders, buttons, and more for detailed user interaction with audio data.

Usage

Ensure the library dependencies are set accordingly in your Cargo.toml:

[dependencies]
aloe-transport = "0.1.0"

Explore the core interface examples, starting with AudioPlaybackDemo and AudioRecordingDemo for managing audio source players and recording functionalities.

Contributing

Contributions are welcome! Please follow the guidelines described in our repository and ensure that you adhere to coding standards.

License

This project is licensed under the GPL-3.0 License - see the LICENSE file for details.


This README was generated by an AI model and may not be 100% accurate; however, it should provide a comprehensive overview of the crate's functionality.

This crate is a translation of the JUCE module.

JUCE is a c++ software framework for developing high performance audio applications.

Usage falls under the GPLv3 as well as the JUCE commercial license.

See github.com/juce-framework/JUCE and the JUCE license page for details.

This crate is in the process of being translated from c++ to rust. For progress updates, please see the workspacer rust project. designed specifically for rust projects.

Dependencies

~41MB
~656K SLoC