Commit Graph

10 Commits

Author SHA1 Message Date
Hurrison 4a5b769c93
fix: The error message incorrectly references argv[1] (input file) instead of argv[2] (output file)
The error message incorrectly references argv[1] (input file) instead of argv[2] (output file)
2024-04-28 14:19:02 +08:00
Eric Limpens 46d81c12fe Include string.h (not strings.h) to avoid warning about implicit declaration of strcmp 2014-06-22 21:16:11 +02:00
Christophe Jacquet 9a819e5001 Safely exits when it is impossible to seek back in the audio file 2014-06-22 18:00:38 +02:00
Christophe Jacquet dad13529a3 Better handling of command line in rds_wav.c 2014-04-14 17:32:04 +02:00
Christophe Jacquet e758ee63a0 Functional rds_wav that generates stereo multiplex signals 2014-04-14 17:26:56 +02:00
Christophe Jacquet e1defb48e6 Started working on generating a complete FM multiplex 2014-04-14 01:03:32 +02:00
Christophe Jacquet e474651aee Work on README 2014-04-06 20:04:31 +02:00
Christophe Jacquet 5e389fa49d Complete WAV generation 2014-04-05 13:04:50 +02:00
Christophe Jacquet 4b39365588 Fix filtering 2014-04-05 01:26:45 +02:00
Christophe Jacquet b24e645017 Added file generator (under way) 2014-04-02 23:41:31 +02:00