See: Description
Interface | Description |
---|---|
WindowFunction |
Generic windowing interface utility to process spectrum.
|
Class | Description |
---|---|
CircularArray |
Class handling a circular array of the incoming audio data to reduce memory allocation.
|
ConfigConstants |
Set of constants used e.g.
|
ConfigFactory |
Utility class for building SoniTalkConfig objects from JSON files.
|
CRC |
The CRC class adds and also checks the parity bits.
|
DecoderUtils |
Provides functions for removing filling characters and the crc-bits and for
casting bytes back to utf-8 characters.
|
EncoderUtils |
The main part of EncoderUtils is to change the message bytes to bit.
|
HammingWindow |
Hamming window class utility.
|
SignalGenerator |
The SignalGenerator handles the creation of the audio message.
|
Enum | Description |
---|---|
SignalType |
Enum that consists of different types for creating signals.
|