microtony / RTLSDR-Airband

RTLSDR AM demodulator, support multiple channels per dongle, intended for x86 and Raspberry Pi
GNU General Public License v3.0
116 stars 21 forks source link

output questions #11

Open feingarden opened 9 years ago

feingarden commented 9 years ago

I'm not a C++ programmer, so I can't read the code to get the answers to a couple simple questions. First, what do the numbers being constantly updated on the output screen mean? Second, when I define a mountpoint for the stream output as something like tower.mp3, where does that stream live on disk? Does it live on disk at all, or just in memory? Sorry for the noob questions....

microtony commented 9 years ago

Hi,

The numbers indicate the current signal level / noise floor level. The audio should be streamed to a Icecast server. No local playback / save to file.

Regards, Tony Wong

On 29 March 2015 at 12:28, feingarden notifications@github.com wrote:

I'm not a C++ programmer, so I can't read the code to get the answers to a couple simple questions. First, what do the numbers being constantly updated on the output screen mean? Second, when I define a mountpoint for the stream output as something like tower.mp3, where does that stream live on disk? Does it live on disk at all, or just in memory? Sorry for the noob questions....

— Reply to this email directly or view it on GitHub https://github.com/microtony/RTLSDR-Airband/issues/11.