Rego Sen

Results 62 comments of Rego Sen

@mammique how did you do it? I tried using archive.org on this URL https://github.com/etotheipi/BitcoinArmory/releases But it says "No URL has been captured for this domain". I'm trying to get Armory...

Hi Hans. 4 days ago I merged a pull request that may have improved this greatly: https://github.com/regosen/Gapless-5/pull/8 Let me know if you're experiencing this even with these changes. Thanks!

Yes, that would help, thanks!

My email address should be visible from my GitHub profile: https://github.com/regosen. Let me know if it doesn't appear for some reason.

I just added native support for limiting how many tracks are loaded at one time. If you're still encountering memory issues, please upgrade Gapless-5 to 1.1.0 and try setting `loadLimit`...

You could access the AudioContext through the global variable `window.gapless5AudioContext`. As for getting the current MediaSource and callbacks when there is a new one, that would be more complicated, especially...

Hi, I'm trying it right now on macOS safari with a 60-minute .m4a (stereo 256 kbps) file and so far it's playing fine and I'm 25 minutes in. I have...

Thanks for the details and the link to the track- if only all GitHub issue postings were of this quality! :chef_kiss: That being said, below is a screenshot of your...

Oh interesting! I'm able to reproduce it now on my iPhone. And on macOS Safari it shows the full duration but went silent after a few seconds... though that only...

Oh the option keys are case-sensitive. I see you did this: ``` const player = new Gapless5({ guiId: 'gapless5-player-id', LogLevel: LogLevel.Debug, }); ``` But that last line needs to be...