Digimezzo
                                            Digimezzo
                                        
                                    Thanks for looking into this. Good to know this is caused by a switch in decoder. Buffered reading doesn't solve the issue however. It still takes as long to open...
I did tests with a few file formats right now. This is the result: MP3: not OK (+-30 seconds to play) FLAC: not OK (+-10 seconds to play) OGG: not...
I've put 2 files here: https://www.dropbox.com/sh/wr36rjx0u1u2aeo/AADnfLBQZ2oJXEIgWyRQHSOZa?dl=0
Ok, this is obviously caused because I'm using WasapiOut, which calls the DmoResampler(...) constructor in SetupWaveFormat(...). The DmoResampler constructor in turn calls WMResampler constructor which tries to access a COM...
Hi @filoe, no problem. I hope you are well now. I was trying to make my audio player compatible with Windows editions which don't have the Media Feature Pack installed,...
The FileZilla issue can be fixed by adding this in gtk.-3.0\gtk.css (there might be too much selectors in there though): ``` label:selected, .view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus, .view text:selected, iconview text:selected,...
This is probably a Electron issue. I found this issue on their GitHub: https://github.com/electron/electron/issues/12275
I can help with Linux testing. I'm using Ubuntu as main OS. I'll log some issues I have found with the Linux version.
@FrozenCoder1 Sorry for the late reply. I lost track of this issue. Your idea (adding personal API keys) sound great. I'll have a look at it.
This cannot be fixed. The 'Playing Dopamine' text is added by Discord itself. It is not customizable, see: https://github.com/discordjs/RPC/issues/146. Keeping the issue open in case this situation would change. Check...