Skip to content

feat: create Rodio-based player#3

Open
velocitysystems wants to merge 2 commits intosilvermine:masterfrom
velocitysystems:rodio
Open

feat: create Rodio-based player#3
velocitysystems wants to merge 2 commits intosilvermine:masterfrom
velocitysystems:rodio

Conversation

@velocitysystems
Copy link
Contributor

@velocitysystems velocitysystems commented Mar 20, 2026

Summary

Adds a Rodio-based audio playback engine and a Tauri example app.

  • audio-player crate (crates/audio-player/): Standalone Rodio-backed player with a state-machine-driven API, playback monitor thread for time updates and end-of-track detection, looping support, and HTTP/file source loading. Includes a build.rs that links libc++_shared on Android to satisfy Oboe's C++ runtime dependency.
  • Tauri example app (examples/tauri-app/): Vue 3 frontend with full player controls (load, play, pause, stop, seek, volume, rate, loop) wired to the plugin API. Includes generated Android and iOS project scaffolding.
image

@velocitysystems velocitysystems marked this pull request as ready for review March 25, 2026 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant