windytan / redsea

Command-line FM-RDS decoder with JSON output.
MIT License
390 stars 36 forks source link

Unknown warnings category 'experimental::smartmatch' at ./redsea.pl line 13 #7

Closed pclov3r closed 9 years ago

pclov3r commented 9 years ago

Perl v5.14.2

Get this error when trying to run it. If I comment out line 13 it starts fine however there is zero output even for very strong FM stations w/RDS. In programs like SDR# the RDS subcarrier is very viable.

windytan commented 9 years ago

Fixed (hopefully) by using use experimental qw(smartmatch);

windytan commented 9 years ago

Subcarrier detection is difficult and will probably be improved on later.