Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Add support for DVSI AMBE3000 hardware codec devices #376

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Feb 28, 2018

  1. Configuration menu
    Copy the full SHA
    1fea217 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2018

  1. A first version of the AMBE Dv3k codec implementation

    Not fully functional yet. For example:
    - It only work with 8kHz audio at the moment
    - Error handling need to be improved
    - Serial protocol synchronization need to be done on startup
    sm0svx committed Mar 1, 2018
    Configuration menu
    Copy the full SHA
    8610898 View commit details
    Browse the repository at this point in the history
  2. Implementation cleanup

    - Add more code documentation
    - Rename CodecVector type to Codecs
    - Use std::copy instead of for loop
    - Return AudioEncoderAmbe/AudioDecoderAmbe instead of AudioCodecAmbe
      objects when allocating encoders/decoders
    - Correct setup of fileds length indicator in the multi field Packet
      constructor
    sm0svx committed Mar 1, 2018
    Configuration menu
    Copy the full SHA
    61de6f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    996f813 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    37fafb0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bd9b079 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cdcfad6 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2018

  1. Configuration menu
    Copy the full SHA
    8102851 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2018

  1. Fix audio pipe flow control

    sm0svx committed Mar 8, 2018
    Configuration menu
    Copy the full SHA
    92d1fe9 View commit details
    Browse the repository at this point in the history