Merge pull request #1149 from jeanguyomarch/ea_swvr_sample_rate

Fix sample rate of EA swvr
This commit is contained in:
bnnm 2022-06-07 00:46:19 +02:00 committed by GitHub
commit e5d89222ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -122,7 +122,7 @@ VGMSTREAM* init_vgmstream_ea_swvr(STREAMFILE* sf) {
goto fail;
coding = coding_PCM8_U_int;
channels = 1;
sample_rate = 16000; /* assumed */
sample_rate = 22050; /* assumed */
}
else {
//todo