Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ play_bus
Method
play_bus
perro_source/api_modules/perro_resource_api/src/sub_apis/mic.rs:101–103 ·
view source on GitHub ↗
(&self, bus_id: AudioBusID, clip: &MicClip)
Source
from the content-addressed store, hash-verified
99
100
#[inline]
101
pub fn record(&self) -> Result<(), String> {
102
self.start_listening()
103
}
104
105
#[inline]
106
pub fn stop_listening(&self) -> Option<MicClip> {
Callers
nothing calls this directly
Calls
1
mic_play
Method · 0.80
Tested by
no test coverage detected