Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bajrangCoder/setu
/ AudioBackend
Class
AudioBackend
src/components/audio_player.rs:29–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
Error,
28
}
29
30
struct AudioBackend {
31
player: rodio::Player,
32
_device_sink: rodio::MixerDeviceSink,
33
}
34
35
pub struct AudioPlayer {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected