Skip to content

feat: create Rodio-based player#3

Merged
jjhafer merged 2 commits intosilvermine:masterfrom
velocitysystems:rodio
Mar 27, 2026
Merged

feat: create Rodio-based player#3
jjhafer merged 2 commits intosilvermine:masterfrom
velocitysystems:rodio

Conversation

@velocitysystems
Copy link
Copy Markdown
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 force-pushed the rodio branch 2 times, most recently from de08596 to 967a6c1 Compare March 25, 2026 17:28
@velocitysystems velocitysystems marked this pull request as ready for review March 25, 2026 17:29
@jjhafer jjhafer merged commit 3decd63 into silvermine:master Mar 27, 2026
1 check passed
@velocitysystems velocitysystems deleted the rodio branch March 30, 2026 10: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.

2 participants