|
Async
1.5.0
|
Files | |
| file | AsyncApplication.h [code] |
| The core class for writing asyncronous applications. | |
| file | AsyncAtTimer.h [code] |
| A timer that times out at a specified absolute time. | |
| file | AsyncAudioAmp.h [code] |
| Contains an audio pipe class for amplification/attenuation. | |
| file | AsyncAudioClipper.h [code] |
| Contains an audio pipe class to clip audio to a given maximum level. | |
| file | AsyncAudioCompressor.h [code] |
| Contains a class to do audio compression/limiting. | |
| file | AsyncAudioDebugger.h [code] |
| This file contains a class that can be used for debugging. | |
| file | AsyncAudioDecimator.h [code] |
| Decimates a higher sample rate to a lower one. | |
| file | AsyncAudioDecoder.h [code] |
| Base class of an audio decoder. | |
| file | AsyncAudioDelayLine.h [code] |
| An audio pipe component to create a delay used for muting. | |
| file | AsyncAudioDevice.h [code] |
| Base class for handling audio devices. | |
| file | AsyncAudioDeviceFactory.h [code] |
| A class for handling audio device types. | |
| file | AsyncAudioEncoder.h [code] |
| Base class for an audio decoder. | |
| file | AsyncAudioFifo.h [code] |
| A FIFO for handling audio samples. | |
| file | AsyncAudioFilter.h [code] |
| Contains a class for creating a wide range of audio filters. | |
| file | AsyncAudioGenerator.h [code] |
| An audio generator. | |
| file | AsyncAudioInterpolator.h [code] |
| Interpolates a lower sampling rate to a higher one. | |
| file | AsyncAudioIO.h [code] |
| Contains a class for handling audio input/output to an audio device. | |
| file | AsyncAudioJitterFifo.h [code] |
| A FIFO for handling audio samples. | |
| file | AsyncAudioMixer.h [code] |
| This file contains an audio mixer class. | |
| file | AsyncAudioNoiseAdder.h [code] |
| A class to add white gaussian noise to an audio stream. | |
| file | AsyncAudioPacer.h [code] |
| An audio pipe class for pacing audio output. | |
| file | AsyncAudioPassthrough.h [code] |
| This file contains a class that just pass the audio through. | |
| file | AsyncAudioProcessor.h [code] |
| The base class for an audio processor class. | |
| file | AsyncAudioReader.h [code] |
| An audio pipe component for on-demand reading samples. | |
| file | AsyncAudioRecorder.h [code] |
| Contains a class for recording raw audio to a file. | |
| file | AsyncAudioSelector.h [code] |
| This file contains a class that is used to select one of many audio streams. | |
| file | AsyncAudioSink.h [code] |
| This file contains the base class for an audio sink. | |
| file | AsyncAudioSource.h [code] |
| This file contains the base class for an audio source. | |
| file | AsyncAudioSplitter.h [code] |
| A class that splits an audio stream into multiple streams. | |
| file | AsyncAudioStreamStateDetector.h [code] |
| This file contains a class that just passes the audio through and fires an event when the stream state changes. | |
| file | AsyncAudioValve.h [code] |
| This file contains a class that implements a "valve" for audio. | |
| file | AsyncConfig.h [code] |
| A class for reading "INI-foramtted" configuration files. | |
| file | AsyncCppApplication.h [code] |
| The core class for writing asyncronous cpp applications. | |
| file | AsyncDnsLookup.h [code] |
| Contains a class for executing DNS queries. | |
| file | AsyncExec.h [code] |
| Execute external commands. | |
| file | AsyncFdWatch.h [code] |
| Contains a watch for file descriptors. | |
| file | AsyncFileReader.h [code] |
| A class for asynchronous reading from binary files. | |
| file | AsyncFramedTcpConnection.h [code] |
| A TCP connection with framed instead of streamed content. | |
| file | AsyncIpAddress.h [code] |
| Platform independent representation of an IP address. | |
| file | AsyncMsg.h [code] |
| A message packing framework. | |
| file | AsyncPty.h [code] |
| A class that wrap up some functionality to use a PTY. | |
| file | AsyncPtyStreamBuf.h [code] |
| A stream buffer for writing to a PTY. | |
| file | AsyncQtApplication.h [code] |
| The core class for writing asyncronous cpp applications. | |
| file | AsyncSerial.h [code] |
| A class for using asynchronous serial communications. | |
| file | AsyncSigCAudioSink.h [code] |
| Contains an adapter class to connect to an AudioSource using SigC. | |
| file | AsyncSigCAudioSource.h [code] |
| Contains an adapter class to connect to an AudioSink using SigC. | |
| file | AsyncTcpClient.h [code] |
| Contains a class for creating TCP client connections. | |
| file | AsyncTcpClientBase.h [code] |
| Contains a base class for creating TCP client connections. | |
| file | AsyncTcpConnection.h [code] |
| Contains a class for handling exiting TCP connections. | |
| file | AsyncTcpServer.h [code] |
| A class for creating a TCP server. | |
| file | AsyncTcpServerBase.h [code] |
| The base class for creating a TCP server. | |
| file | AsyncTimer.h [code] |
| Contains a single shot or periodic timer that emits a signal on timeout. | |
| file | AsyncUdpSocket.h [code] |
| Contains a class for using UDP sockets. | |