Hi guys,
I am new to the Audacity and signal processing world. I am currently working on a project that involves monitoring of a radio channel.
Since I am unable to physically monitor it 24/7, I would like to integrate my SDR, which I am using GNUradio to receive, with a recording software, such as Audacity.
Is it possible to integrate them? And if yes, how does one go about doing this?
Integration, meaning that I am automatically linking the output of GNUradio, to be used as the input for Audacity to record.
Secondly, is there a way to automatically stop recordings and save them, using Audacity? Or is this a manual process?
Hoping to get some help
Kind regards,
-BTC
Integrating GNUradio with Audacity
Forum rules
This forum is for Audacity on GNU/Linux.
Please state:
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade (see https://www.audacityteam.org/download/).
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Please state:
- which version of Linux you are using,
- the exact three-section version number of Audacity from Help menu > About Audacity,
- whether you installed your distribution's release, PPA version, or compiled Audacity from source code.
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade (see https://www.audacityteam.org/download/).
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
-
bessiethacow
- Posts: 2
- Joined: Mon Oct 07, 2019 5:15 pm
- Operating System: Linux Debian
-
waxcylinder
- Forum Staff
- Posts: 14684
- Joined: Tue Jul 31, 2007 11:03 am
- Operating System: Windows 10
Re: Integrating GNUradio with Audacity
you can use Timer Record to do this.bessiethacow wrote: ↑Mon Oct 07, 2019 5:25 pmSecondly, is there a way to automatically stop recordings and save them, using Audacity? Or is this a manual process?
See: https://manual.audacityteam.org/man/timer_record.html
WC
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * FAQ * * * * * Tutorials * * * * * Audacity Manual * * * * *
* * * * * FAQ * * * * * Tutorials * * * * * Audacity Manual * * * * *
Re: Integrating GNUradio with Audacity
If you want to integrate recording with GNUradio, I think you would do better using a simple command-line recorder, such as arecord (included in alsa-utils, for recording from ALSA) or parec (recording from PulseAudio) or jack_capture (recording from Jack Audio Sound System).
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)