Salamandra is a tool to find spy microphones that use radio freq to transmit. It uses SDR.
python
threshold
microphone
sound
rtl
sdr
microphones
spy
spy-microphones
salamandra
find-microphones
detect-microphones
-
Updated
Apr 3, 2019 - Python
Describe the bug
2 ^ -2 = 0.2 (should be 0.25)
2 ^ -3 = 0.1 (should be 0.125)
2 ^ -4 = 0.06 (should be 0.0625)
It seems like it cuts off all the digits except the first one after the zeros.