ryanheise
ryanheise
@ahetawal-p maybe you can make a separate feature request for that because they are distinct features that can be implemented separately.
@ahetawal-p actually on rereading your last comment, you are indeed requesting the feature described in this issue, so not a separate issue. But my question remains as to why this...
@zzterrozz I can't keep answering questions of the form: Does the API have X or Y? These types of questions can be found by studying the API. There are literally...
@ahetawal-p I'm sorry if there was any confusion in my question, but it was this: > If anyone has a use case for which this won't work, please describe it...
I believe there would be some limits to web support due to the security model. The plugin could hypothetically only read the audio data from audio files originating from the...
In that case, yes it can be done. I have some old code somewhere where I exposed the web audio API to Dart, then it's a matter of implementing this...
Linux and windows are not my focus, although if anyone wants to contribute, you are welcome to comment below. If that happens eventually, I will also need to convert this...
Thanks, @volskaya . Can you link this to a bug report so that it can be tested?
That said, it is a breaking change with no prior indication that this was an internal method, so it breaks apps/plugins that were previously depending on it. I think the...
Ah, I didn't think of that. _Although_ the solution I really prefer doesn't require deprecation anyway ;-) i.e. Keep the override so as to avoid any breaking change on a...