Mercurial > hg > beaglert
graph
- Added ifdefs USE_JUCE to NetworkSend. Juce part not added yet2015-08-24, by Giulio Moro
- ReceiveAudioThread is now the same with/without JUCE2015-08-24, by Giulio Moro
- Prevented from hanging upon exit. The issue is with the waitForSocketTime value. See issue#13812015-08-24, by Giulio Moro
- Closing socket in the destructor2015-08-24, by Giulio Moro
- Added ifdefs and unified the code with udpioplugin ... the latter has not been tested (or committed). TODO: still it hangs after ctrl-c BeagleRT (auxiliary tasks do not terminate). TODO: sometimes you can hear dropouts in the transmission. Maybe it is due to pointer drifting. Rebooting BBB fixes/affects this issue.2015-08-22, by Giulio Moro
- Implemented destructor of UdpServer which closes the socket2015-08-22, by Giulio Moro
- Killing the process with -9 intead of -22015-08-22, by Giulio Moro