MCPcopy Create free account
hub / github.com/PerroEngine/Perro / stream_bytes

Method stream_bytes

perro_source/audio_stack/perro_pawdio/src/mic.rs:607–609  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

605 })
606}
607
608/// Scan the input devices the OS exposes right now.
609///
610/// Wireless and USB mics come and go, so every call re-queries the backend
611/// instead of serving a cached list.
612#[cfg(not(target_arch = "wasm32"))]

Callers 1

mic_stream_bytesMethod · 0.45

Calls 2

stream_clipMethod · 0.45
packMethod · 0.45

Tested by

no test coverage detected