Audio line-in value on the Prop BackPack
Hello,
I am trying to evalulate the audio line-in on the backpack, but not sure how to go about it.
I have read Phil's post about using the bell202modem object:
http://forums.parallax.com/showthread.php?123480-Can-I-get-me-some-of-that-sweet-Line-in-Audio-(ala-the-Propeller-Backpack)&highlight=backpack
But I don't need to demodulate the signal, I think, I just want a amplitude value or whatever else I could glean from regular voice audio.
..confused as usual..
I am so not an expert, I just want to make a sound display like thing.
Seemed like a fun thing to try.
Thanks for any help!
-Joe
I am trying to evalulate the audio line-in on the backpack, but not sure how to go about it.
I have read Phil's post about using the bell202modem object:
http://forums.parallax.com/showthread.php?123480-Can-I-get-me-some-of-that-sweet-Line-in-Audio-(ala-the-Propeller-Backpack)&highlight=backpack
But I don't need to demodulate the signal, I think, I just want a amplitude value or whatever else I could glean from regular voice audio.
..confused as usual..
I am so not an expert, I just want to make a sound display like thing.
Seemed like a fun thing to try.
Thanks for any help!
-Joe
Comments
-Phil
Will using the recieve method in your bel202modem object work for my situation since my input is voice audio? (I am using line-level in BTW)
If not what do you suggest to read the audio coming in?
thx
If you need to zero-reference the AC signal, you may also want to keep a running average of adc so you can subtract it from the instantaneous value.
-Phil