ryanheise

Results 1670 comments of ryanheise

Thanks for reporting. I don't have a way to test sd card issues, but I don't see anything helpful in the logcat. You can get more information about a crash...

That's a good question. There isn't currently a way. We discussed in #131 although I haven't implemented it yet. Whether or not we have two separate plugins or a merged...

@nanedev , @rohansohonee , I have just added an API to get the current AudioSession ID: `AudioPlayer.androidAudioSessionId` and `AudioPlayer.androidAudioSessionIdStream`. The stream is useful because the AudioSession ID can change over...

@rohansohonee speaking of which, on the question of whether this is better as two separate plugins or building it in as a feature of just_audio directly, another deciding factor could...

> have very little knowledge of Objective-C/Swift That sounds like me a year ago :-) Ultimately I had to learn a bit of Objective C to get the iOS implementation...

I just stumbled upon the API needed to implement this on iOS, and it seems that yes, it will probably be easier to do it inside of just_audio. First, we...

The implementation technique on iOS will be related to #97 (just putting an issue reference here for later when I come back to look at this.)

Although I haven't implemented this yet, I've now got a working implementation of the visualizer (see the `visualizer` branch). This brings me one step closer to being able to write...

Thanks for offering to support development @leidig54 ! Things are a bit up in the air at the moment while the transition to null safety is happening, and stable null...

It looks like this feature request is quite popular. Since a number of popular feature requests involve audio processing, I think that it may be time to switch to an...