GUI: temporarily hide BRR sample type
This commit is contained in:
parent
9a94b7124d
commit
b7fd410c1f
|
@ -104,7 +104,7 @@ const char* sampleDepths[17]={
|
||||||
"ADPCM-B",
|
"ADPCM-B",
|
||||||
"X68000 ADPCM",
|
"X68000 ADPCM",
|
||||||
"8-bit PCM",
|
"8-bit PCM",
|
||||||
"BRR",
|
NULL, // "BRR",
|
||||||
"VOX",
|
"VOX",
|
||||||
NULL,
|
NULL,
|
||||||
NULL,
|
NULL,
|
||||||
|
@ -121,4 +121,4 @@ const char* resampleStrats[]={
|
||||||
"blep synthesis",
|
"blep synthesis",
|
||||||
"sinc",
|
"sinc",
|
||||||
"best possible"
|
"best possible"
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue