remove 32-bit int option

This commit is contained in:
tildearrow 2025-10-24 15:02:39 -05:00
parent ffb89ece04
commit 22eb29cf6c
3 changed files with 0 additions and 10 deletions

View file

@ -35,7 +35,6 @@ const char* audioExportFormats[]={
const char* audioExportWavFormats[]={
_N("8-bit int (unsigned)"),
_N("16-bit int"),
_N("32-bit int"),
_N("32-bit float"),
NULL
};