Hi,
How can you feed an audio stream to pd (encoded or uncompressed) from another software (in windows particularly)?
I have a java software which generates and uncompressed (raw) audio signal including a single channel, I want to process this audio signal with pd and get some parameters back to java. I can use netsend to receive output parameters back to java, however I'm not able to send the audio stream to pd.
The closest things that I found were netsend~ and netreceive~. They seem to work in pd. I use wireshark (formerly ethereal) to capture the traffic on the network interface in order to check the message format. The format of the data transferred through network is not trivial and undocumented (as far as I know). Without knowing the format (and protocol), I can't write the corresponding java source code.
Do you know any library for java and pd to integrate both?