Larpoux

Results 794 comments of Larpoux

Yes, I think so. I don't understand why this function has a so complicated signature. I am going to do that myself, when I will have finished to port all...

Again a problem with class `MediaElement` : the constructor is missing ```rust pub fn new(file: P) -> Result ``` I continue not understanding why Rust Web Audio API uses so...

In class `AudioBuffer` : ```rust pub fn get_channel_data(&self, channel_number: usize) -> &[f32] ``` generates a void function : ```dart void getChannelData({required int channelNumber}); ``` If we can't provide a pointer...

In override_web_audio_api_rs: ```rust #[ext(name = MediaElementMiscExt)] pub impl MediaElement { fn frb_override_new(file: String) -> anyhow::Result where Self: std::marker::Sized, { Self::new(file).map_err(|e| anyhow::anyhow!("{:?}", e)) } } ``` is not generated because: ```dart...

> ### Describe the bug > AudioWorkletNode is defined in Rust as : > > ```rust > /// A user-defined AudioNode which lives in the control thread > /// >...

Thank you @akshay-kapase for your problem report. We already have several issue reported around this area, so we need to address this issue. Someone should investigate to understand what is...

Perhaps [Mohsin](https://github.com/mdmohsin7) or [@together87](https://github.com/together87) could help you. We definitely need an Android expert to tell us what we need to do inside Flutter Sound. I am sure that this issue...

Interesting. When you had success, it was not with Flutter Sound, was it ? I am not sure to have completely understood

I am going to look to that. This bug is probably serious. Perhaps it's a problem when the recorder is stopped but the driver has still data in its buffers....

Flutter Sound 9.9.6 is released. ### 9.9.6 Add two safeguards in iOS low level to protect us against asynchronous failures ([#1062](https://github.com/Canardoux/flutter_sound/issues/1062)) and ([#1063](https://github.com/Canardoux/flutter_sound/issues/1063)). Can you try and give a feedback...