|
blip
0.1
|
#include <stdint.h>#include <sys/types.h>#include <cstdlib>#include <cstring>#include <commonc++/Common.h++>
Go to the source code of this file.
Namespaces | |
| blip | |
| WAV file format details at: https://ccrma.stanford.edu/courses/422/projects/WaveFormat/. | |
Macros | |
| #define | BLIP_FWD_DECL(CLASS) namespace blip { class CLASS; } |
Typedefs | |
| typedef uint64_t | timespan_us_t |
| A time interval, measured in microseconds. More... | |
| typedef uint64_t | timespan_ns_t |
| A time interval, measured in nanoseconds. More... | |
| typedef int | filedesc_t |
| A file descriptor. More... | |
| #define BLIP_FWD_DECL | ( | CLASS | ) | namespace blip { class CLASS; } |