Here's the, relatively easy, steps to do it without
- MIDAS supports polling stream: great (looks at camera, Jazz Club-style), so create a test function that fires up a stream and test it by generating a simple test wave.
- Once that works look into 'ahx2play' (forked it) and look at what you need to strip to feed it an AHX module (from memory this time please, and fix that for other modules too after that!) which in turn you can render to a buffer.
- Align sample format and rate with your MIDAS stream and render and feed it.
Just stash the 'ahx2play' code in this folder, strip it, credit the man, et voila.
I don't see the point in rolling my own player, I'd rather fix and optimize to fit.
post scriptum -- 'ahx2play' has a stricter license, make sure you abide and be a good boy OK?
Here's the, relatively easy, steps to do it without
Just stash the 'ahx2play' code in this folder, strip it, credit the man, et voila.
I don't see the point in rolling my own player, I'd rather fix and optimize to fit.
post scriptum -- 'ahx2play' has a stricter license, make sure you abide and be a good boy OK?