quiet / org.quietmodem.Quiet

Quiet for Android - TCP over sound
1.43k stars 125 forks source link

Quiet - what is the frequency? #10

Closed winster closed 6 years ago

winster commented 7 years ago

Hello,

I want to send some text, continuously. So if I call transmitter.send(myData) in a timer task and run it continuously, will it work? Currently receiver is not picking the data

brian-armstrong commented 7 years ago

Hi @winster

Yes, calling transmit with a timer should work.

Which profile are you using? If you use the audible profile, can you hear it transmitting? Can you get the receiver to receive anything?

winster commented 7 years ago

Thanks @brian-armstrong. That worked. I used ultrasonic.

Also noticed a problem with an older Android device (Asus - SDK Version 19). There Im getting an issue while setting up receiver.

no.birkett.quietshare W/AudioRecord: AUDIO_INPUT_FLAG_FAST denied by client no.birkett.quietshare A/libc: Fatal signal 4 (SIGILL) at 0x61ab3825 (code=2), thread 4773 (AudioRecord)

Stackoverflow suggests to reduce the sampling frequency. Any idea how?