Misc audio tweaks/cleanup

This commit is contained in:
Brick
2023-08-21 20:45:52 +01:00
committed by Ryan C. Gordon
parent 72d9d53def
commit 4983638630
2 changed files with 11 additions and 7 deletions

View File

@@ -796,7 +796,7 @@ static int audio_resampleLoss(void *arg)
} test_specs[] = {
{ 50, 440, 0, 44100, 48000, 79, 0.0008 },
{ 50, 5000, SDL_PI_D / 2, 20000, 10000, 999, 0.0001 },
{ 50, 440, 0, 22050, 96000, 76, 0.0120 }, /* I have no idea how to tune these values */
{ 50, 440, 0, 22050, 96000, 76, 0.0120 },
{ 50, 440, 0, 96000, 22050, 80, 0.0014 },
{ 0 }
};