DanRuta / xVA-Synth

Machine learning based speech synthesis Electron app, with voices from specific characters from video games
GNU General Public License v3.0
590 stars 54 forks source link

Changed wavesurfer to use HTML5 Media backend for better compatibility #34

Closed ionite34 closed 2 years ago

ionite34 commented 2 years ago

Forced wavesurfer backend of HTML5 Media instead of the default of Web Audio to solve some instances IO buffering issues. Since the additional features offered by Web Audio are not used (filtering and channel control) this should not impact functionality.