mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-13 22:08:34 +00:00
Fix audio test.
This commit is contained in:
parent
6421fe248b
commit
752b7608e7
@ -57,7 +57,7 @@ int main(int argc, char *argv[])
|
||||
if (fread(input_i, sizeof(int16_t), 1024, stdin) != 1024)
|
||||
break;
|
||||
|
||||
audio_convert_s16_to_float(input_f, input_i, 1024);
|
||||
audio_convert_s16_to_float(input_f, input_i, 1024, 1.0f);
|
||||
|
||||
struct resampler_data data = {
|
||||
.data_in = input_f,
|
||||
|
Loading…
Reference in New Issue
Block a user