Skip to content
Ryan Lee edited this page May 12, 2020 · 5 revisions

Roadmap for voicechat-modem-dsp development:

  • Complete set of modulation modes
    • Bitstream-datastream conversions
    • ASK
    • FSK
    • PSK
    • QAM
    • OFDM
    • Streamable, real-time implementations of the above
  • Error correction codes
    • Hamming (7,4)
    • Golay (23, 12)
    • Reed-Solomon
    • LDPC
    • Turbo
    • Gray Coding (not technically an ECC but can help reduce BER at a lower level)
  • Audio I/O
    • One-way handshake
      • Protocol
      • Implementation
    • Two-way handshake
      • Protocol
      • Implementation
    • File processing
      • .WAV files
      • Other audio file types
    • Audio protobuf
  • UI
    • CLI using Cleo
    • GUI?
  • Documentation site
    • Overall manual
    • Protocol specifications
    • Jupyter Notebooks for mathematical derivations
Clone this wiki locally