#include <ckernel_audio.h>
Data Fields | |
| int | bits_per_sample |
| int | channels |
| size_t | data_bytes |
| size_t | data_offset |
| int | format_tag |
| int | frames |
| int | sample_rate |
Definition at line 16 of file ckernel_audio.h.
| int CKAudioWavInfo::bits_per_sample |
Definition at line 20 of file ckernel_audio.h.
Referenced by audio_wav_decode_pcm16_mono_f32(), and audio_wav_parse_memory().
| int CKAudioWavInfo::channels |
Definition at line 18 of file ckernel_audio.h.
Referenced by audio_wav_decode_memory_pcm16_mono_window_f32(), audio_wav_decode_pcm16_mono_f32(), and audio_wav_parse_memory().
| size_t CKAudioWavInfo::data_bytes |
Definition at line 23 of file ckernel_audio.h.
Referenced by audio_wav_decode_pcm16_mono_f32(), and audio_wav_parse_memory().
| size_t CKAudioWavInfo::data_offset |
Definition at line 22 of file ckernel_audio.h.
Referenced by audio_wav_decode_memory_pcm16_mono_window_f32(), audio_wav_decode_pcm16_mono_f32(), and audio_wav_parse_memory().
| int CKAudioWavInfo::format_tag |
Definition at line 17 of file ckernel_audio.h.
Referenced by audio_wav_decode_pcm16_mono_f32(), and audio_wav_parse_memory().
| int CKAudioWavInfo::frames |
Definition at line 21 of file ckernel_audio.h.
Referenced by audio_wav_decode_memory_pcm16_mono_window_f32(), audio_wav_decode_pcm16_mono_f32(), audio_wav_parse_memory(), and audio_whisper_log_mel_window_wav_pcm16_f32().
| int CKAudioWavInfo::sample_rate |
Definition at line 19 of file ckernel_audio.h.
Referenced by audio_wav_parse_memory(), and audio_whisper_log_mel_window_wav_pcm16_f32().