ryanheise

Results 1670 comments of ryanheise

I think I get your question now, in #800 the author has overridden the `_toMessage()` method. As far as I can tell, this is unnecessary, even in #800 itself. You...

I have now merged this into `master`. It seems some of these changes were also incorporated into #12 but after merging #9 I believe I've sorted out the overlap.

This PR has now been merged and released, and I have done some minor cleanup and removed the uuid key in favour of the output filename. Thanks, @AlexSmirnov9107 for the...

@ulmas97 If you have encountered a similar issue, is it possible for you to share the URL of the audio that causes the issue?

Oh, I'm sorry I thought you were reporting on the same issue (this issue is an Android issue). Perhaps you should open a new issue and provide all the details...

That would be a convenience method since it would internally just use seek, but that doesn't actually help to address the bug in the browser behaviour.

Hi @mhassan772 Audio processing on the iOS side is more complex, but should be made easier on the AVAudioEngine-based implementation (see #784 ). Still, this project is only possible through...

@jpolstre the only way to prevent a double download is to tap into the decoder of whatever player you're using. just_waveform will never be able to do that since it...

Eventually, but not in any reasonable timespan since the visualizer branch is experimental. If you need it urgently, you would need to use audio_service directly. In any case, this is...

Just to quote my earlier comment: > usually it is better to download the file first because if you lose the connection half way through the download, it won't cause...