mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
Fixed Jackaudio compiling (#222)
This commit is contained in:
parent
deb240c02f
commit
21f1ccfb5a
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ pub struct JackData {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn pcm_to_f32(sample: i16) -> f32 {
|
fn pcm_to_f32(sample: i16) -> f32 {
|
||||||
sample as f32 / 32768.0;
|
sample as f32 / 32768.0
|
||||||
}
|
}
|
||||||
|
|
||||||
impl ProcessHandler for JackData {
|
impl ProcessHandler for JackData {
|
||||||
|
|
Loading…
Reference in a new issue