w00t! Got WAV output from disk to ASIO! Well it worked on my system anyway. … Get the hot new filez here! (SampleEditor-005-bit.zip)
Notes:
Uses AudioStreamPlayer, WavAudioFormat, AudioFormatReader, FileInputStream, and ASIOAudioIODevice.
Beware it’s hacky–blocks (polls) during playback.
Make sure test.wav is in the same folder.
44.1KHz only.
Todo:
Move polling into a worker thread.
Inherit from Component, implement proper message handler.
Use AudioSubsectionReader to play clips with better control?