Home
last modified time | relevance | path

Searched refs:ma_format_f32 (Results 1 – 25 of 64) sorted by relevance

123

/dports/games/jaggedalliance2/miniaudio-634cdb028f340075ae8e8a1126620695688d2ac3/tests/test_generation/
H A Dma_test_generation_waveform.c49 …result = test_waveform__by_format_and_type(ma_format_f32, ma_waveform_type_sine, +amplitude, TEST_… in test_waveform__f32()
54 …result = test_waveform__by_format_and_type(ma_format_f32, ma_waveform_type_sine, -amplitude, TEST_… in test_waveform__f32()
60 …result = test_waveform__by_format_and_type(ma_format_f32, ma_waveform_type_square, +amplitude, TES… in test_waveform__f32()
65 …result = test_waveform__by_format_and_type(ma_format_f32, ma_waveform_type_square, -amplitude, TES… in test_waveform__f32()
71 …result = test_waveform__by_format_and_type(ma_format_f32, ma_waveform_type_triangle, +amplitude, T… in test_waveform__f32()
76 …result = test_waveform__by_format_and_type(ma_format_f32, ma_waveform_type_triangle, -amplitude, T… in test_waveform__f32()
82 …result = test_waveform__by_format_and_type(ma_format_f32, ma_waveform_type_sawtooth, +amplitude, T… in test_waveform__f32()
87 …result = test_waveform__by_format_and_type(ma_format_f32, ma_waveform_type_sawtooth, -amplitude, T… in test_waveform__f32()
H A Dma_test_generation_noise.c41 …result = test_noise__by_format_and_type(ma_format_f32, ma_noise_type_white, TEST_OUTPUT_DIR"/noise… in test_noise__f32()
46 …result = test_noise__by_format_and_type(ma_format_f32, ma_noise_type_pink, TEST_OUTPUT_DIR"/noise_… in test_noise__f32()
51 …result = test_noise__by_format_and_type(ma_format_f32, ma_noise_type_brownian, TEST_OUTPUT_DIR"/no… in test_noise__f32()
/dports/audio/miniaudio/miniaudio-dbca7a3b44594e0226f887472b31f54aa5f14214/tests/test_generation/
H A Dma_test_generation_waveform.c49 …result = test_waveform__by_format_and_type(ma_format_f32, ma_waveform_type_sine, +amplitude, TEST_… in test_waveform__f32()
54 …result = test_waveform__by_format_and_type(ma_format_f32, ma_waveform_type_sine, -amplitude, TEST_… in test_waveform__f32()
60 …result = test_waveform__by_format_and_type(ma_format_f32, ma_waveform_type_square, +amplitude, TES… in test_waveform__f32()
65 …result = test_waveform__by_format_and_type(ma_format_f32, ma_waveform_type_square, -amplitude, TES… in test_waveform__f32()
71 …result = test_waveform__by_format_and_type(ma_format_f32, ma_waveform_type_triangle, +amplitude, T… in test_waveform__f32()
76 …result = test_waveform__by_format_and_type(ma_format_f32, ma_waveform_type_triangle, -amplitude, T… in test_waveform__f32()
82 …result = test_waveform__by_format_and_type(ma_format_f32, ma_waveform_type_sawtooth, +amplitude, T… in test_waveform__f32()
87 …result = test_waveform__by_format_and_type(ma_format_f32, ma_waveform_type_sawtooth, -amplitude, T… in test_waveform__f32()
H A Dma_test_generation_noise.c41 …result = test_noise__by_format_and_type(ma_format_f32, ma_noise_type_white, TEST_OUTPUT_DIR"/noise… in test_noise__f32()
46 …result = test_noise__by_format_and_type(ma_format_f32, ma_noise_type_pink, TEST_OUTPUT_DIR"/noise_… in test_noise__f32()
51 …result = test_noise__by_format_and_type(ma_format_f32, ma_noise_type_brownian, TEST_OUTPUT_DIR"/no… in test_noise__f32()
/dports/audio/miniaudio/miniaudio-dbca7a3b44594e0226f887472b31f54aa5f14214/research/_examples/
H A Dresource_manager_advanced.c38 if (dataSourceFormat == ma_format_f32) { in ma_data_source_read_pcm_frames_f32_ex()
58 …_pcm_frames_ptr_f32(pFramesOut, totalFramesRead, dataSourceChannels), ma_format_f32, temp, dataSou… in ma_data_source_read_pcm_frames_f32_ex()
116 …ma_mix_pcm_frames_f32(ma_offset_pcm_frames_ptr(pFramesOut, totalFramesRead, ma_format_f32, channel… in ma_data_source_read_pcm_frames_and_mix_f32()
140 MA_ASSERT(pDevice->playback.format == ma_format_f32); in data_callback()
220 deviceConfig.playback.format = ma_format_f32; in main()
/dports/games/jaggedalliance2/miniaudio-634cdb028f340075ae8e8a1126620695688d2ac3/tests/test_filtering/
H A Dma_test_filtering_lpf.c59 return test_lpf1__by_format(pInputFilePath, TEST_OUTPUT_DIR"/lpf1_f32.wav", ma_format_f32); in test_lpf1__f32()
120 return test_lpf2__by_format(pInputFilePath, TEST_OUTPUT_DIR"/lpf2_f32.wav", ma_format_f32); in test_lpf2__f32()
182 return test_lpf3__by_format(pInputFilePath, TEST_OUTPUT_DIR"/lpf3_f32.wav", ma_format_f32); in test_lpf3__f32()
H A Dma_test_filtering_hpf.c59 return test_hpf1__by_format(pInputFilePath, TEST_OUTPUT_DIR"/hpf1_f32.wav", ma_format_f32); in test_hpf1__f32()
120 return test_hpf2__by_format(pInputFilePath, TEST_OUTPUT_DIR"/hpf2_f32.wav", ma_format_f32); in test_hpf2__f32()
181 return test_hpf3__by_format(pInputFilePath, TEST_OUTPUT_DIR"/hpf3_f32.wav", ma_format_f32); in test_hpf3__f32()
H A Dma_test_filtering_bpf.c59 return test_bpf2__by_format(pInputFilePath, TEST_OUTPUT_DIR"/bpf2_f32.wav", ma_format_f32); in test_bpf2__f32()
120 return test_bpf4__by_format(pInputFilePath, TEST_OUTPUT_DIR"/bpf4_f32.wav", ma_format_f32); in test_bpf4__f32()
H A Dma_test_filtering_notch.c59 return test_notch2__by_format(pInputFilePath, TEST_OUTPUT_DIR"/notch2_f32.wav", ma_format_f32); in test_notch2__f32()
120 return test_notch4__by_format(pInputFilePath, TEST_OUTPUT_DIR"/notch4_f32.wav", ma_format_f32);
H A Dma_test_filtering_loshelf.c59 …return test_loshelf2__by_format(pInputFilePath, TEST_OUTPUT_DIR"/loshelf2_f32.wav", ma_format_f32); in test_loshelf2__f32()
120 …return test_loshelf4__by_format(pInputFilePath, TEST_OUTPUT_DIR"/loshelf4_f32.wav", ma_format_f32);
H A Dma_test_filtering_hishelf.c59 …return test_hishelf2__by_format(pInputFilePath, TEST_OUTPUT_DIR"/hishelf2_f32.wav", ma_format_f32); in test_hishelf2__f32()
120 …return test_hishelf4__by_format(pInputFilePath, TEST_OUTPUT_DIR"/hishelf4_f32.wav", ma_format_f32);
H A Dma_test_filtering_peak.c59 return test_peak2__by_format(pInputFilePath, TEST_OUTPUT_DIR"/peak2_f32.wav", ma_format_f32); in test_peak2__f32()
120 return test_peak4__by_format(pInputFilePath, TEST_OUTPUT_DIR"/peak4_f32.wav", ma_format_f32);
/dports/audio/miniaudio/miniaudio-dbca7a3b44594e0226f887472b31f54aa5f14214/tests/test_filtering/
H A Dma_test_filtering_lpf.c59 return test_lpf1__by_format(pInputFilePath, TEST_OUTPUT_DIR"/lpf1_f32.wav", ma_format_f32); in test_lpf1__f32()
120 return test_lpf2__by_format(pInputFilePath, TEST_OUTPUT_DIR"/lpf2_f32.wav", ma_format_f32); in test_lpf2__f32()
182 return test_lpf3__by_format(pInputFilePath, TEST_OUTPUT_DIR"/lpf3_f32.wav", ma_format_f32); in test_lpf3__f32()
H A Dma_test_filtering_hpf.c59 return test_hpf1__by_format(pInputFilePath, TEST_OUTPUT_DIR"/hpf1_f32.wav", ma_format_f32); in test_hpf1__f32()
120 return test_hpf2__by_format(pInputFilePath, TEST_OUTPUT_DIR"/hpf2_f32.wav", ma_format_f32); in test_hpf2__f32()
181 return test_hpf3__by_format(pInputFilePath, TEST_OUTPUT_DIR"/hpf3_f32.wav", ma_format_f32); in test_hpf3__f32()
H A Dma_test_filtering_bpf.c59 return test_bpf2__by_format(pInputFilePath, TEST_OUTPUT_DIR"/bpf2_f32.wav", ma_format_f32); in test_bpf2__f32()
120 return test_bpf4__by_format(pInputFilePath, TEST_OUTPUT_DIR"/bpf4_f32.wav", ma_format_f32); in test_bpf4__f32()
H A Dma_test_filtering_loshelf.c59 …return test_loshelf2__by_format(pInputFilePath, TEST_OUTPUT_DIR"/loshelf2_f32.wav", ma_format_f32); in test_loshelf2__f32()
120 …return test_loshelf4__by_format(pInputFilePath, TEST_OUTPUT_DIR"/loshelf4_f32.wav", ma_format_f32);
H A Dma_test_filtering_notch.c59 return test_notch2__by_format(pInputFilePath, TEST_OUTPUT_DIR"/notch2_f32.wav", ma_format_f32); in test_notch2__f32()
120 return test_notch4__by_format(pInputFilePath, TEST_OUTPUT_DIR"/notch4_f32.wav", ma_format_f32);
H A Dma_test_filtering_hishelf.c59 …return test_hishelf2__by_format(pInputFilePath, TEST_OUTPUT_DIR"/hishelf2_f32.wav", ma_format_f32); in test_hishelf2__f32()
120 …return test_hishelf4__by_format(pInputFilePath, TEST_OUTPUT_DIR"/hishelf4_f32.wav", ma_format_f32);
H A Dma_test_filtering_peak.c59 return test_peak2__by_format(pInputFilePath, TEST_OUTPUT_DIR"/peak2_f32.wav", ma_format_f32); in test_peak2__f32()
120 return test_peak4__by_format(pInputFilePath, TEST_OUTPUT_DIR"/peak4_f32.wav", ma_format_f32);
/dports/audio/miniaudio/miniaudio-dbca7a3b44594e0226f887472b31f54aa5f14214/research/_extras/nodes/ma_delay_node/
H A Dma_delay_node_example.c8 #define DEVICE_FORMAT ma_format_f32 /* Must always be f32 for this example because the …
19 …T(pDevice->capture.format == pDevice->playback.format && pDevice->capture.format == ma_format_f32); in data_callback()
/dports/audio/miniaudio/miniaudio-dbca7a3b44594e0226f887472b31f54aa5f14214/research/_extras/nodes/ma_reverb_node/
H A Dma_reverb_node_example.c8 #define DEVICE_FORMAT ma_format_f32 /* Must always be f32 for this example because the …
19 …T(pDevice->capture.format == pDevice->playback.format && pDevice->capture.format == ma_format_f32); in data_callback()
/dports/audio/miniaudio/miniaudio-dbca7a3b44594e0226f887472b31f54aa5f14214/extras/
H A Dminiaudio_libopus.h153 pOpus->format = ma_format_f32; /* f32 by default. */ in ma_libopus_init_internal()
155 …if (pConfig != NULL && (pConfig->preferredFormat == ma_format_f32 || pConfig->preferredFormat == m… in ma_libopus_init_internal()
299 if (format == ma_format_f32) { in ma_libopus_read_pcm_frames()
H A Dminiaudio_libvorbis.h148 pVorbis->format = ma_format_f32; /* f32 by default. */ in ma_libvorbis_init_internal()
150 …if (pConfig != NULL && (pConfig->preferredFormat == ma_format_f32 || pConfig->preferredFormat == m… in ma_libvorbis_init_internal()
294 if (format == ma_format_f32) { in ma_libvorbis_read_pcm_frames()
/dports/devel/raylib/raylib-3.7.0/src/
H A Dconfig.h194 #define AUDIO_DEVICE_FORMAT ma_format_f32 // Device output format (miniaudio: float-32bit)
/dports/games/jaggedalliance2/miniaudio-634cdb028f340075ae8e8a1126620695688d2ac3/tests/test_common/
H A Dma_test_common.c53 if (format == ma_format_f32) { in drwav_data_format_from_minaudio_format()

123