This is the GNU telephonic audio library for the GNU uCommon C++ framework. More...
#include <ucommon/ucommon.h>#include <ucommon/platform.h>#include <stdlib.h>#include <ucommon/object.h>#include <unistd.h>#include <features.h>#include <bits/types.h>#include <time.h>#include <bits/time.h>#include <sys/select.h>#include <ucommon/linked.h>#include <ucommon/timers.h>#include <ucommon/access.h>#include <ucommon/memory.h>#include <ucommon/thread.h>#include <sys/types.h>#include <stddef.h>#include <sys/socket.h>#include <stdint.h>#include <endian.h>#include <bits/byteswap.h>#include <netinet/in.h>#include <errno.h>#include <stdarg.h>#include <stdio.h>#include <signal.h>#include <ucommon/string.h>#include <ucommon/numbers.h>#include <ucommon/socket.h>#include <sys/stat.h>#include <ucommon/fsys.h>#include <ucommon/buffer.h>#include <ucommon/shell.h>#include <iostream>#include <string>#include <vector>#include <deque>#include <map>

Go to the source code of this file.
Data Structures | |
| class | ucc::audio |
| Common audio class for GNU telephonic audio. More... | |
| class | ucc::audio::framer |
| Common access to audio frames. More... | |
| class | ucc::audiobuffer |
| Generic audio buffering and transcoding for audio sources and sinks. More... | |
| class | ucc::audiocodec |
| Convert audio media. More... | |
| class | ucc::audiofile |
| Basic audio file access class. More... | |
| class | ucc::tonegen |
| Tone generator class for producing convertable tones. More... | |
Namespaces | |
| namespace | ucc |
Common namespace for all ucommon objects. | |
This is the GNU telephonic audio library for the GNU uCommon C++ framework.
This library will offer support for audio transcoding, for accessing of audio files, tone generation and detection, and phrasebook voice libraries.
Definition in file audio.h.
1.6.3