An open API service indexing awesome lists of open source software.

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

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.