This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var sdp = require('./sdp'); | |
| //SDP Stuff | |
| var samplerate = 48000; | |
| var channels = 2; | |
| var multicastAddr = '239.69.0.111'; | |
| var addr = '192.168.1.1'; | |
| var encoding = 'L24'; | |
| var name = 'RPi 4'; | |
| var sessID = Math.floor(Date.now() / 1000); |