|
Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Print buffer to stdout. More...
#include "roc_core/stddefs.h"Go to the source code of this file.
Namespaces | |
| namespace | roc |
| Root namespace. | |
| namespace | roc::core |
| Basic building blocks. | |
Functions | |
| void | roc::core::print_buffer (const uint8_t *data, size_t size) |
| Print bytes buffer. More... | |
| void | roc::core::print_buffer (const float *data, size_t size) |
| Print floats buffer. More... | |
| void | roc::core::print_buffer_slice (const uint8_t *inner, size_t inner_size, const uint8_t *outer, size_t outer_size) |
| Print a slice of bytes buffer. More... | |
| void | roc::core::print_buffer_slice (const float *inner, size_t inner_size, const float *outer, size_t outer_size) |
| Print a slice of floats buffer. More... | |
Print buffer to stdout.
Definition in file print_buffer.h.