Michael Deal made a brilliant music theory learning app for Google Chrome using base64 soundfonts.
In fact he is not really using the soundfonts itself, but rendered .ogg files that are loaded as base64 files into the html5 <audio> element instead. He describes his toolchain for rendering audio files from soundfonts in this blogpost.
Inspired by this, i decided to make a very basic sample player with his base64 soundfont file. The file consist of a lookup table with 88 slots containing all chromatic tones of a regular piano at a single velocity.
It performs fair in Chrome, but if you play fast notes, the playback starts to stutter.
In Firefox however it performs way better, you can play fast notes, big clusters and it still plays back very smoothly and doesn’t consume a lot of CPU either.
It is still far from perfect, but a promising way of low latency sound generation.
You can see it in action (only in Chrome or Firefox) overhere:
http://abumarkub.net/midibridge/examples/soundfont64/