mirror of
https://github.com/oSumAtrIX/free-librespot.git
synced 2025-12-19 01:44:22 +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 {
|
||||
sample as f32 / 32768.0;
|
||||
sample as f32 / 32768.0
|
||||
}
|
||||
|
||||
impl ProcessHandler for JackData {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue