process double channels only once in each frame

This commit is contained in:
snt 2024-04-24 17:41:40 +02:00
parent 63f25e8209
commit 32a1e5cb0c
11 changed files with 70 additions and 46 deletions

View file

@ -58,6 +58,14 @@ enum Status
PlayingLoop,
};
static const char* StatusStr[] =
{
"Stop",
"Pause",
"Playing One",
"Playing Loop",
};
enum Slider
{
Volume,