https://github.com/defective4/rds2audacity
Convert RDS data output by Redsea to Audacity label format
https://github.com/defective4/rds2audacity
audacity fm rds redsea sdr
Last synced: 7 months ago
JSON representation
Convert RDS data output by Redsea to Audacity label format
- Host: GitHub
- URL: https://github.com/defective4/rds2audacity
- Owner: Defective4
- License: mit
- Created: 2024-05-22T12:07:09.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-01T07:35:04.000Z (about 1 year ago)
- Last Synced: 2025-03-01T15:03:12.761Z (7 months ago)
- Topics: audacity, fm, rds, redsea, sdr
- Language: Java
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Just a little private project
Usage:
```bash
java -jar RDS2Audacity.jar [input] [output]
Use - as input to read from standard input
Use - as output to write to standard output
```# Background - Why this project exists?
This project is capable of converting RDS data outputted by [redsea](https://github.com/windytan/redsea/) in JSON format, in the form of one JSON object per line,
and converts it to the label format used by [Audacity](https://www.audacityteam.org/).
It allows me to (roughly) detect, when what song is played in my local FM broadcast stations.
I use it to easily split recording of FM transmission into separate named music tracks.