fix: 🚑 while playing some audio files, sample jump is happening
This commit is contained in:
parent
8247bcee21
commit
399d5116eb
1 changed files with 1 additions and 1 deletions
|
@ -381,7 +381,7 @@ impl Streamer {
|
||||||
.metadata()
|
.metadata()
|
||||||
.unwrap()
|
.unwrap()
|
||||||
.len() as usize
|
.len() as usize
|
||||||
* 4,
|
* 10,
|
||||||
1,
|
1,
|
||||||
))
|
))
|
||||||
.0,
|
.0,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue