applet.audio.yamaha_opx: add streaming timeout. Otherwise people would glitch it and wait for something to happen while holding the synthesizer lock.
by whitequark 5 years 4 months
5eed704e
applet.audio.yamaha_{opl→opx}: add OPM support.
by whitequark 5 years 4 months
7d1eb4b3
applet.audio.yamaha_opl: add wait states after soft reset.
by whitequark 5 years 4 months
465de817
applet.audio.yamaha_opl: add stereo support.
by whitequark 5 years 4 months
a5c2c836
applet.audio.yamaha_opl: move resampling to client side. This gives better results latency-wise, could (in principle; not currently implemented) handle context sample rate changing during playback (which WebKit can apparently do), and also makes downloaded WAV files true to the original PCM data.
by whitequark 5 years 4 months
3209982d
applet.audio.yamaha_opl: update doc. NFC.
by whitequark 5 years 4 months
4da5772a
applet.interface.uart: remove `tty --cr`. It looks like the default mode (no --cr) only ever works by accident, so let's get rid of it instead. (But maybe I'm wrong? Unix TTY is not my strong point.)
by whitequark 5 years 4 months
aed67d3d
applet.audio.yamaha_opl: fix mounting at a path.
by whitequark 5 years 4 months
c3dee7d6
aplet.audio.yamaha_opl: raise chunk size. Chunk size being too low has caused latency issues.
by whitequark 5 years 4 months
8fbad05c
applet.audio.yamaha_opl: fix minor frontend issues.
by whitequark 5 years 4 months
31b2370a
Report a bug