Skip to content

ahorjia/TwoWayTimeSync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TwoWayTimeSync

Setup:

sudo apt-get install portaudio19-dev

export GOPATH='/home/agah/gopath'

mkdir /home/agah/gopath/src/portaudio

git clone https://github.com/gordonklaus/portaudio.git

copy pa.c and portaudio.go in /home/agah/gopath/src/portaudio

go build portaudio

change ./examples/stereoSine.go to portaudio

go run stereoSine

================================================

To generate A:

go run genSine.go 440 5

go run genSquare.go 440 5

To run twoWayUDPApps run App2 first

FFT

go get github.com/mjibson/go-dsp/fft

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published