Skip to content

Commit

Permalink
chore(audio test): remove unneeded functions from host_media
Browse files Browse the repository at this point in the history
  • Loading branch information
sdwoodbury committed Sep 15, 2023
1 parent d546aab commit a99c0f1
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions extensions/warp-blink-wrtc/src/host_media/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -321,17 +321,3 @@ pub async fn set_peer_audio_gain(peer_id: DID, multiplier: f32) -> anyhow::Resul

Ok(())
}

pub async fn test_microphone(
_device_name: &str,
_ch: broadcast::Sender<BlinkEventKind>,
) -> anyhow::Result<()> {
todo!()
}

pub async fn test_speaker(
_device_name: &str,
_ch: broadcast::Sender<BlinkEventKind>,
) -> anyhow::Result<()> {
todo!()
}

0 comments on commit a99c0f1

Please sign in to comment.