Open markusschweitzer opened 6 years ago
Oh goodness I missed this issue! So sorry. I'll try this out but are you sure you're receiving audio at all -- can you play in the youtube demo clip from https://webjack.io/#plotting and receive that? Just to be sure it's an issue with decoding rather than an issue with actually hearing anything at all.
This improvement will make it much easier to confirm that you're receiving /something/ -- hope to get it implemented soon! https://github.com/publiclab/webjack/issues/30
Here's a waveform of your file on top, and the demo YouTube clip on bottom. I wonder if the generated sound is at the right speed? It seems significantly slower, no?
Hi,
I'm successfully sending text from my browser (pc) to my arduino. But the other way around (from arduino to the pc) doesn't work. I have attached a recording of what my pc receives - for me it "sounds" at least reasonable. The webjack example page doesnt receive any text. I made shure the the site uses the right mic and even if I look in the debug tools (firefox) the decode function is triggered but it always ends at the START or PREAMBLE part.
Does someone know whats wrong here?
Hardware
Arduino Uno + Circuit from the README
Software
Arduino Sketch
Recording
This should be "test123" sent from the arduino to the pc (recorded with https://webaudiodemos.appspot.com/AudioRecorder/index.html):
https://drive.google.com/file/d/17KitinnCN22WofGULNnbO2h8TRfkN8a0/view?usp=sharing
Thanks in advance, Markus