feat(ios,p0): iOS P0 platform, audio fixes, channel UX
This commit is contained in:
@@ -137,7 +137,10 @@ impl TransmitModeSelector {
|
||||
/// audio engine's hot read path. Returns a clone so callers
|
||||
/// don't hold the internal lock.
|
||||
pub fn gate(&self) -> AudioTransmitGate {
|
||||
self.gate.read().expect("selector gate lock poisoned").clone()
|
||||
self.gate
|
||||
.read()
|
||||
.expect("selector gate lock poisoned")
|
||||
.clone()
|
||||
}
|
||||
|
||||
fn compute(&self) -> bool {
|
||||
|
||||
Reference in New Issue
Block a user