2015-09-14 |
Giulio Moro |
Added I2c methods to set R and P values for the PLL
|
2015-09-14 |
Giulio Moro |
Ultra-basic feedback for clock sync works^CIssues: response time of the IIR filter is too slow, requires PID and better filtering algorithm.
ClockSync
|
2015-09-14 |
Giulio Moro |
MovingAverage: added reset() method and edited getLength() to return current length
ClockSync
|
2015-09-13 |
Giulio Moro |
The reported offset is now meaningful. The whole thing is waaay too jittery.
ClockSync
|
2015-09-13 |
Giulio Moro |
Added xenomai version of Clock, now includes header
ClockSync
|
2015-09-13 |
Giulio Moro |
MovingAverage now returns a meaningful value also when the buffer is not full
ClockSync
|
2015-09-13 |
Giulio Moro |
Implemented xenomai version of Clock
ClockSync
|
2015-09-12 |
Giulio Moro |
To work with the ClockSync plugin
ClockSync
|
2015-08-27 |
Giulio Moro |
Fixed and improved I2c_codec. Copied from the scope-refactoring branch
|
2015-08-27 |
Giulio Moro |
Using moving average for clock detection during synchronization seems to be working better but audio gets worse and worse
scope-refactoring
|
2015-08-27 |
Giulio Moro |
Added some sort of synchronization, not working great though
scope-refactoring
|
2015-08-26 |
Giulio Moro |
Updated Network files to match Udpioplugin 18:fb5a61b10223
scope-refactoring
|
2015-08-25 |
Giulio Moro |
Added JUCE-compatible write method
scope-refactoring
|
2015-08-24 |
Giulio Moro |
Added ifdefs USE_JUCE to NetworkSend. Juce part not added yet
scope-refactoring
|
2015-08-24 |
Giulio Moro |
ReceiveAudioThread is now the same with/without JUCE
scope-refactoring
|
2015-08-24 |
Giulio Moro |
Prevented from hanging upon exit. The issue is with the waitForSocketTime value. See issue#1381
scope-refactoring
|
2015-08-24 |
Giulio Moro |
Closing socket in the destructor
scope-refactoring
|
2015-08-22 |
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.
scope-refactoring
|
2015-08-22 |
Giulio Moro |
Implemented destructor of UdpServer which closes the socket
scope-refactoring
|
2015-08-22 |
Giulio Moro |
Killing the process with -9 intead of -2
scope-refactoring
|
2015-08-22 |
Giulio Moro |
ReceiveAudioThread updated to match the newest UdpServer
scope-refactoring
|
2015-08-22 |
Giulio Moro |
UdpServer : read and waitUntilReady are now somehow Juce-compliant
scope-refactoring
|
2015-08-21 |
Giulio Moro |
Added read to interleaved buffer
scope-refactoring
|
2015-08-21 |
Giulio Moro |
Enabled multi channel audio receive
scope-refactoring
|
2015-08-21 |
Giulio Moro |
Missing file from previous commit
scope-refactoring
|
2015-08-20 |
Giulio Moro |
ReceiveAudioThread hs been ported to BBB. The scope project now is sending audio locally and receiving it at the same time
scope-refactoring
|
2015-08-19 |
Giulio Moro |
Refactoring
scope-refactoring
|
2015-08-19 |
Giulio Moro |
there was a stray timestamp left there ..:
scope-refactoring
|
2015-08-19 |
Giulio Moro |
Merged ultra-staging into scope-refactoring
scope-refactoring
|
2015-08-19 |
Giulio Moro |
Removed unused member timestamp
scope-refactoring
|