cd6d744a94Fixes to README. Mention using different float-abi values on different distributions.
Christophe Jacquet
2025-11-30 18:02:18 +0100
d068c4572cUpdate README with latest Raspberry Pi OS instructions.
Christophe Jacquet
2025-11-30 16:28:48 +0100
277821c146Switch generate_waveforms.py to Python 3, verify it works with Pydemod's latest commit. As a result, more decimal places in waveforms.c.
Christophe Jacquet
2025-08-31 14:00:00 +0100
baed8484bbAdd --no-loop option to stop audio at end of file
#211
xbelanch
2025-08-21 08:44:08 +0100
37bd0aa36aAllow setting the TA from command line
#35
Michał Leśniewski
2015-07-31 09:26:57 +0200
Update Makefile
#198
Tom
2024-04-15 19:23:44 -0400
dc5d94be02Fix pointer cast to 32-bit, which is incorrect in 64-bit. This caused compile warnings, and potentially buggy behavior (although on my RPi 3 / Raspbian 12 it ran fine).
ChristopheJacquet
2024-03-02 13:44:11 +0000
495757ffceOpen control pipe in blocking mode.
ChristopheJacquet
2024-02-24 18:12:02 +0000
a1e08d1298Add more executables to .gitignore.
ChristopheJacquet
2024-02-22 22:05:01 +0000
e65776a591Add licence block to rds_strings_test.
ChristopheJacquet
2024-02-22 22:04:25 +0000
02b9e3afbbSupport non-ASCII characters. Characters are decoded according to the system's locale. Thanks to andimik for reporting the feature request.
ChristopheJacquet
2024-02-21 22:33:58 +0000
a0328e9690updated readme to match changes
#54
Florian Schöck
2016-03-12 20:15:17 +0100
43d9431d30The lowpass cutoff frequency is now configurable via CLI with -cutoff [compliant/quality/{cutoff freq}] you can now select the cutoff frequency
Florian Schöck
2016-03-12 19:34:02 +0100
d81db0e798preemphasis is now configurable from CLI by adding -preemph [eu/us/{cutoff freq}] to your Pi FM parameters, you can now select the right preemphasis for your region
Florian Schöck
2016-03-12 19:05:39 +0100
2cc5d96e62switched the filter to a much better sounding one previouse filter was described by: y[n] = bx[n]-bx[n-1]+ay[n-1] filter is now described by: y(n) = x(n) - a x(n-1) with 'a' = old 'b' even i have no idea if that coefficient 'a' is selected correctly, it sounds much better than before
Florian Schöck
2016-03-12 18:16:45 +0100
e0cc4fe10alow-pass filter now has 22050Hz cutoff Might not apply to the fm standards, but since you are not supposed to use it publicly, it doesn't matter
Florian Schöck
2016-03-12 17:36:47 +0100
3629b9ec46Code cleanup whitespaces instead of tabs, see ad766936dc
Florian Schöck
2016-03-12 17:32:38 +0100
ad766936dcInitial implementation of aa preemphasis Implemented as a first-order highpass filter
Florian Schöck
2016-03-12 00:57:21 +0100
0fd4c1c030Add tip to README
Christophe Jacquet
2016-02-07 16:05:29 +0100
abfb6d9455Allow frequencies outside of the normal band.
zeitbinder
2014-11-08 23:34:26 +0100
300414ef5eAdded command line option for frequency deviation.
zeitbinder
2014-11-08 23:32:46 +0100
f8613175aeSupport for toggling the Traffic Announcement (TA) flag at run-time
Christophe Jacquet
2014-11-01 12:00:48 +0100
aa4d85450dCleanly stop the DMA engine even when no file is found. Following the bug report by Github user CRC-Mismatch
Christophe Jacquet
2014-10-19 19:41:21 +0200