Search found 1 match

by Tomwi
Tue Jun 12, 2012 12:06 pm
Forum: maxmod
Topic: Question about streaming
Replies: 1
Views: 29959

Re: Question about streaming

You can indeed fill the buffer with "square waves". But well let me explain what happens:

when you open the stream in maxmod, you have to provide a callback:

mystream.callback = on_stream_request;

Maxmod will call this callback function to get some new samples. So essentially what this function ...