function samples_store(audio_sample_type, std::byte *, const fbase *const *, size_t, size_t, bool) audio¶
Stores interleaved audio samples based on sample type.
| type | Audio sample type. |
| out | Destination buffer. |
| in | Source buffers for each channel. |
| channels | Number of channels. |
| size | Number of samples per channel. |
| swap_bytes | Whether to swap bytes. |
Defined at audio/data.hpp:332