@@ -18,7 +18,7 @@ static int channels = SIDEMU_STEREO;
|
||||
static int selectedSong = 0;
|
||||
static size_t buffSize = 0.5*frequency*channels; // 0.5 seconds
|
||||
|
||||
// don't change anything below - only 16 bit/sigend PCM is supported my ctrmus
|
||||
// don't change anything below - only 16 bit/sigend PCM is supported my mice
|
||||
static int sampleFormat = SIDEMU_SIGNED_PCM;
|
||||
static int bitsPerSample = SIDEMU_16BIT;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user