projects
/
m17rt
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Serial PTT support in soundmodem
[m17rt]
/
m17codec2
/
src
/
lib.rs
diff --git
a/m17codec2/src/lib.rs
b/m17codec2/src/lib.rs
index e33409f81b25f2176fd2bc78d9aa30b4f42f2d4d..5146bcaac5678f7cbfc70b4e5eec5b2ae9e74c49 100755
(executable)
--- a/
m17codec2/src/lib.rs
+++ b/
m17codec2/src/lib.rs
@@
-142,7
+142,7
@@
fn stream_thread(end: Receiver<()>, state: Arc<Mutex<AdapterState>>, output_card
let stream = device
.build_output_stream(
&config.into(),
- move |data: &mut [i16], info: &cpal::OutputCallbackInfo| {
+ move |data: &mut [i16],
_
info: &cpal::OutputCallbackInfo| {
output_cb(data, &state);
},
|e| {