RTLSDR-Airband
RTLSDR-Airband copied to clipboard
[Feature Request] Raw output to file
[Feature Request] Rawoutput to file
Concept:
-
Each channel could be configured to use a different "sink"
-
Raw output is dumped to a file so that external applications can interface with the data
This would be extremely useful to negate the need to use pulse/alsa to create virtual sinks
You are probably looking for https://github.com/szpajder/RTLSDR-Airband/wiki/Configuring-rawfile-outputs .
Unfortunately that will not work as I would have to rewrite must the functionality of RTL-Airband
Brandon Ragsdale
From: Tomasz Lemiech [email protected] Sent: Wednesday, August 12, 2020 11:31:27 AM To: szpajder/RTLSDR-Airband [email protected] Cc: lilrags16 [email protected]; Author [email protected] Subject: Re: [szpajder/RTLSDR-Airband] [Feature Request] Raw output to file (#177)
You are probably looking for https://github.com/szpajder/RTLSDR-Airband/wiki/Configuring-rawfile-outputs .
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/szpajder/RTLSDR-Airband/issues/177#issuecomment-673010602, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AC3BYA5ZR2V6XZTBGMDW4PDSALGW7ANCNFSM4P2Y7BNA.
Version 4.0.0 supports uncompressed audio streams over UDP, so maybe this suits your needs?
https://github.com/szpajder/RTLSDR-Airband/wiki/Configuring-UDP-outputs
UDP is great if you want to spin up other processes to capture it in real time. I would love to capture raw demodulate audio.
The RawFile option is great, but requires demodulation after capture, we've already got a demodulator running, its kind of silly to have to demodulate again after the fact.
1000ft overview of my thinking, at some point the raw demodulated audio is passed to LAME to encode and compress as an MP3, instead it could be handed to a file handler and be done?