You appreciate internet radio and hunger to include internet audio streams into your soundscapes.
Hz can help you do this!
Function | Description |
---|---|
async StreamMgr.AudioStreamOpen(host, stream, iid) |
Attempt to open an internet audio stream with the URL given by the combination of host and stream. If successful the function resolves to a threadId that is used to close the stream. The audio packets are delivered to the target Anode, identified by iid. This must be a node of type Hz.StreamIn |
async StreamMgr.AudioStreamClose(threadId) |
Close the audio stream described by its threadid. |