fsphil / hacktv

Analogue TV transmitter for the HackRF
GNU General Public License v3.0
669 stars 80 forks source link

a2stereo option not automatically disables nicam #79

Closed itewreed closed 2 years ago

itewreed commented 3 years ago

To make a2stereo work, it is also necessary to use the nonicam parameter on the commandline. E.g --a2stereo --nonicam Not doing so seems to have both, a2stereo and nicam, active. In this case a receiving device cannot detect a2stereo and the transmission still seems mono. Test was done on two VCRs with stereo reception capability.

I suppose, that by using a2stereo option, the nicam should automatically be deactivated.

fsphil commented 2 years ago

Agreed. --a2stereo will disable NICAM now.

itewreed commented 2 years ago

As with the latest pull of August 13th, the issue still is present. To make a2stereo work I still need to use the --nonicam parameter.

fsphil commented 2 years ago

It seems fine here. Can you share the command line you are using?

itewreed commented 2 years ago

Found the mistake. I forgot to run the make command after pulling the update. Sorry for the inconvenience.