portapack-mayhem / mayhem-firmware

Custom firmware for the HackRF+PortaPack H1/H2/H4
https://hackrf.app
GNU General Public License v3.0
3.39k stars 552 forks source link

More Microphone enhancement suggestions #1542

Open NotherNgineer opened 11 months ago

NotherNgineer commented 11 months ago

Additional enhancement suggestions for the Microphone app that were not implemented in PR #1531 (these were originally part of enhancement suggestion #1525):

  1. Make the "Hear Mic" button work when RX Audio is enabled (versus hiding the button).

  2. Allow VOX (voice activated transmit) mode while RX Audio is enabled. Makes it easier to carry on a conversation with someone in VOX mode when you can hear their reply. (Would need to figure out how to configure the audio chip for this.)

  3. Allow frequency step value to be configured.

  4. Use last TX frequency from app_settings .ini file, instead of "global target frequency", when Mic app is not entered from another app. (Currently the TX frequency comes from the "global target frequency" stored in persistent memory so it currently gets carried over from the previous app executed even if Microphone is started from the main menu.)

  5. Fix VU meter to go back to 0 after transmitting when RX Audio is enabled.

NotherNgineer commented 6 months ago

Suggestion 4 above (suggestion duplicated in issue #1954) is addressed by PR #2073, if approved