All Projects → RustAudio → Rodio

RustAudio / Rodio

Licence: other
Rust audio playback library

Programming Languages

rust
11053 projects

Labels

Projects that are alternatives of or similar to Rodio

React Player
A React component for playing a variety of URLs, including file paths, YouTube, Facebook, Twitch, SoundCloud, Streamable, Vimeo, Wistia and DailyMotion
Stars: ✭ 5,931 (+808.27%)
Mutual labels:  audio
Webaudiofont
Use full GM set of musical instruments to play MIDI and single sounds or effects. Support for reverberation and equaliser. No plugins, no Flash. Pure HTML5 implementation compatible with desktop and mobile browser. See live examples.
Stars: ✭ 600 (-8.12%)
Mutual labels:  audio
Ffmpeg Normalize
Audio Normalization for Python/ffmpeg
Stars: ✭ 631 (-3.37%)
Mutual labels:  audio
Jsqsystemsoundplayer
A fancy Obj-C wrapper for Cocoa System Sound Services
Stars: ✭ 581 (-11.03%)
Mutual labels:  audio
Green Recorder
A simple screen recorder for Linux desktop. Supports Wayland & Xorg
Stars: ✭ 594 (-9.04%)
Mutual labels:  audio
Cpod
A simple, beautiful podcast app for Windows, macOS, and Linux.
Stars: ✭ 601 (-7.96%)
Mutual labels:  audio
Monstercat Visualizer
A real time audio visualizer for Rainmeter similar to the ones used in the Monstercat videos.
Stars: ✭ 571 (-12.56%)
Mutual labels:  audio
Xamarinmediamanager
Cross platform Xamarin plugin to play and control Audio and Video
Stars: ✭ 647 (-0.92%)
Mutual labels:  audio
Screenity
The most powerful screen recorder & annotation tool for Chrome 🎥
Stars: ✭ 6,229 (+853.91%)
Mutual labels:  audio
Esc 50
ESC-50: Dataset for Environmental Sound Classification
Stars: ✭ 631 (-3.37%)
Mutual labels:  audio
Sonobus
Source code for SonoBus, a real-time network audio streaming collaboration tool.
Stars: ✭ 586 (-10.26%)
Mutual labels:  audio
Flac
Free Lossless Audio Codec
Stars: ✭ 593 (-9.19%)
Mutual labels:  audio
Trinity
android video record editor muxer sdk
Stars: ✭ 609 (-6.74%)
Mutual labels:  audio
Audio Visualizer Android
🎵 [Android Library] A light-weight and easy-to-use Audio Visualizer for Android.
Stars: ✭ 581 (-11.03%)
Mutual labels:  audio
Hydrogen
The git repository of the advanced drum machine
Stars: ✭ 636 (-2.6%)
Mutual labels:  audio
Wavesurfer.js
Navigable waveform built on Web Audio and Canvas
Stars: ✭ 5,905 (+804.29%)
Mutual labels:  audio
Beethoven
🎸 A maestro of pitch detection.
Stars: ✭ 601 (-7.96%)
Mutual labels:  audio
Rpi Audio Receiver
Raspberry Pi Audio Receiver with Bluetooth A2DP, AirPlay, UPnP and Spotify Connect
Stars: ✭ 650 (-0.46%)
Mutual labels:  audio
Speech recognition
Speech recognition module for Python, supporting several engines and APIs, online and offline.
Stars: ✭ 5,999 (+818.68%)
Mutual labels:  audio
Audioplayer
AudioPlayer is syntax and feature sugar over AVPlayer. It plays your audio files (local & remote).
Stars: ✭ 614 (-5.97%)
Mutual labels:  audio

Audio playback library

Crates.io Version Crates.io Downloads Build Status

Rust playback library.

  • Playback is handled by cpal.
  • MP3 decoding is handled by minimp3.
  • WAV decoding is handled by hound.
  • Vorbis decoding is handled by lewton.
  • Flac decoding is handled by claxon.

Documentation

The documentation contains an introduction to the library.

License

Licensed under either of

at your option.

License of your contributions

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].