WAV_InfoTypedef is only used within STemWin.
 
Symbols
loading...
Files
loading...

WAV_InfoTypedef struct

Syntax

typedef struct {   uint32_t   ChunkID;           uint32_t   FileSize;         uint32_t   FileFormat;       uint32_t   SubChunk1ID;      uint32_t   SubChunk1Size;      uint16_t   AudioFormat;       uint16_t   NbrChannels;         uint32_t   SampleRate;       uint32_t   ByteRate;         uint16_t   BlockAlign;         uint16_t   BitPerSample;       uint32_t   SubChunk2ID;         uint32_t   SubChunk2Size;      }WAV_InfoTypedef ;

Fields

ChunkID

No summary provided. Read more...

FileSize

No summary provided. Read more...

FileFormat

No summary provided. Read more...

SubChunk1ID

No summary provided. Read more...

SubChunk1Size

No summary provided. Read more...

AudioFormat

No summary provided. Read more...

NbrChannels

No summary provided. Read more...

SampleRate

No summary provided. Read more...

ByteRate

No summary provided. Read more...

BlockAlign

No summary provided. Read more...

BitPerSample

No summary provided. Read more...

SubChunk2ID

No summary provided. Read more...

SubChunk2Size

No summary provided. Read more...

References

LocationReferrerScopeText
audio_if.h:101
typedef struct
audio_if.h:118
audio_player_app.c:421AUDIOPLAYER_GetFileInfo()::infoAUDIOPLAYER_GetFileInfo()
audio_player_app.c:430AUDIOPLAYER_GetFileInfo()
if(f_read(&fsfile, info, sizeof(WAV_InfoTypedef), (void *)&numOfReadBytes) == FR_OK)
audio_player_app.c:452AUDIOPLAYER_SelectFile()
audio_player_app.h:89AUDIOPLAYER_GetFileInfo()::infoAUDIOPLAYER_GetFileInfo()
audio_player_win.c:159WavInfo
audio_recorder_app.c:40AudioInfo
audio_recorder_app.c:45WavProcess_HeaderInit()::pAudioInfoStructWavProcess_HeaderInit()
audio_recorder_app.c:46WavProcess_HeaderUpdate()::pAudioInfoStructWavProcess_HeaderUpdate()
audio_recorder_app.c:147AUDIO_RECORDER_GetFileInfo()
audio_recorder_app.c:177AUDIO_RECORDER_SelectFile()
if(f_read(&wav_file, &AudioInfo, sizeof(WAV_InfoTypedef), (void *)&numOfReadBytes) == FR_OK)
audio_recorder_app.c:275AUDIO_RECORDER_StopRec()
if(f_write(&wav_file, pHeaderBuff, sizeof(WAV_InfoTypedef), (void*)&byteswritten) == FR_OK)
audio_recorder_app.c:663WavProcess_HeaderInit()::pAudioInfoStructWavProcess_HeaderInit()
audio_recorder_app.c:748WavProcess_HeaderUpdate()::pAudioInfoStructWavProcess_HeaderUpdate()
audio_recorder_app.h:52AUDIO_RECORDER_GetFileInfo()

Type Use

all items filtered out
WAV_InfoTypedef
all items filtered out