Reputation: 13540
I'm trying to transfer some data through audio port of android device, I'm using FSK (Frequency Shift Keying) I'm using two different frequencies to represent 1 and 0. Is there any android library or sample code to FSK decode captured audio data?
Upvotes: 3
Views: 3618
Reputation: 8395
You might want to check out this
https://code.google.com/p/audio-analyzer-for-android/source/browse/README
General tips:
Upvotes: 1