feat: ✨ play audio files through stream
This commit is contained in:
parent
b10cf99a13
commit
c490cc752e
6 changed files with 366 additions and 120 deletions
|
@ -73,7 +73,7 @@ pub async fn sound_stream(
|
|||
unhealty_packet
|
||||
}
|
||||
};
|
||||
|
||||
log::info!("{}", uncompressed_data.len());
|
||||
let data = String::from_utf8(uncompressed_data).unwrap();
|
||||
let mut datum_parsed: Vec<char> = vec![];
|
||||
let mut data_parsed: Vec<String> = vec![];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue