fluks
fluks
> PerfectSlayer: > Sad to see AudioContext behavior is not the same accros the Firefox versions.. > Feel free to share a link to your signed dev version to allow...
Here's a signed xpi for you to test, @PerfectSlayer, if you still need it. https://github.com/fluks/gtranslate/raw/xpi/gtranslate-0.13.0-fx%2Ban.xpi
> So, is-it stable enough? Does anyone test-it? It has been in my tests. I have been using a version with a feature you suggested, such that the voices won't...
> It should be made optional for the provider to support this feature. I plan to add Bing at some point, and I am not sure they will have this...
This code doesn't address the overlapping problem. To stop the audio being played, you need to call `AudioBufferSourceNode.stop()`. So, that state should be saved somewhere (`source` variable). Maybe the providers...
Now these should work on Chrome with Always redirects. Maybe I will make these work on every scenario.
Should work now on Firefox and soon on Chrome too.
That's because the redirections are kept in an object with titles as keys, so they will be overwritten if the same title is used. I don't quite see the need...
I will add an error message.
Commit 98b0dbf fixes this.