Beartooth / codec2-ios

Rowetel Codec 2 for iOS
8 stars 4 forks source link

VHF FM Support #1

Closed blanu closed 7 years ago

blanu commented 7 years ago

It would be great to get support for mode 2400B for compatibility with VHF FM radios. As far as I can tell, this requires exposing not just the Codec2 codec2_encode/codec2_decode functions, but also the freedv API functions (freedv_open, freedv_tx, freedv_rx, etc.) in order to get access to the VHF FM modem implementation.

jeffypooo commented 7 years ago

@blanu So a swift wrapper on freedv_api.h?

Simple enough. I likely won't have time to work on this until next weekend, but you're welcome to submit a PR. Otherwise, I'll plan on doing it then.

jeffypooo commented 7 years ago

Merged from #2.