The Open Master Hearing Aid (openMHA)
openMHA
Open community platform for hearing aid algorithm research
|
Classes | |
class | uni_processor_t |
An interface to a class that sports a process method with no parameters and no return value. More... | |
class | thread_platform_t |
Basic interface for encapsulating thread creation, thread priority setting, and synchronization on any threading platform (i.e., pthreads or win32threads). More... | |
class | dummy_threads_t |
Dummy specification of a thread platform: This class implements everything in a single thread. More... | |
class | posix_threads_t |
Posix threads specification of thread platform. More... | |
class | domain_handler_t |
Handles domain-specific partial input and output signal. More... | |
class | splitted_part_t |
The splitted_part_t instance manages the plugin that performs processing on the reduced set of channels. More... | |
class | split_t |
Implements split plugin. More... | |
Enumerations | |
enum | { INVALID_THREAD_PRIORITY = 999999999 } |
Invalid thread priority. More... | |
A namespace for the split plugin. Helps testability and documentation.