Home
last modified time | relevance | path

Searched refs:WAV_FMT (Results 1 – 12 of 12) sorted by relevance

/dports/audio/flacon/flacon-8.2.0/converter/
H A Dwavheader.cpp38 static const char *WAV_FMT = "fmt "; variable
321 if (chunkId == WAV_FMT) { in readWavHeader()
375 if (chunkId.startsWidth(WAV_FMT)) { in readWave64Header()
551 res << WAV_FMT; in wavToByteArray()
/dports/audio/libsndfile/libsndfile-1.0.31/src/
H A Dwavlike.h296 } WAV_FMT ; typedef
309 WAV_FMT wav_fmt ;
H A Dw64.c226 WAV_FMT *wav_fmt ; in w64_read_header()
H A Dwavlike.c126 WAV_FMT *wav_fmt ; in wavlike_read_fmt_chunk()
133 memset (wav_fmt, 0, sizeof (WAV_FMT)) ; in wavlike_read_fmt_chunk()
H A Drf64.c181 WAV_FMT *wav_fmt ; in rf64_read_header()
H A Dwav.c293 WAV_FMT *wav_fmt ; in wav_read_header()
/dports/audio/alsa-utils/alsa-utils-1.2.2/bat/
H A Dcommon.c125 case WAV_FMT: in read_wav_header()
164 wav->format.magic = WAV_FMT; in prepare_wav_info()
H A Dcommon.h32 #define WAV_FMT COMPOSE('f', 'm', 't', ' ') macro
/dports/audio/alsa-utils/alsa-utils-1.2.2/aplay/
H A Dformats.h71 #define WAV_FMT COMPOSE_ID('f','m','t',' ') macro
H A Daplay.c1028 if (type == WAV_FMT) in test_wavefile()
2618 cf.type = WAV_FMT; in begin_wave()
/dports/deskutils/cairo-dock-plugins/cairo-dock-plug-ins-3.4.1/Sound-Effects/src/
H A Dapplet-sound.c52 #define WAV_FMT COMPOSE_ID('f','m','t',' ') macro
101 if (type == WAV_FMT) in _parse_header()
/dports/audio/alsa-utils/alsa-utils-1.2.2/speaker-test/
H A Dspeaker-test.c654 #define WAV_FMT COMPOSE_ID('f','m','t',' ') macro