Sync to master

This commit is contained in:
cam900 2022-09-25 18:32:34 +09:00
parent 0a49d4bfd0
commit 8e1ce1abb1
21 changed files with 238 additions and 3298 deletions

View file

@ -161,9 +161,8 @@ const char* resampleStrats[DIV_RESAMPLE_MAX]={
"best possible"
};
const char* loopMode[DIV_SAMPLE_LOOPMODE_MAX]={
"Disable",
"Foward",
const char* loopMode[DIV_SAMPLE_LOOP_MAX]={
"Forward",
"Backward",
"Pingpong"
};