mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-23 23:44:42 -04:00
feat(sointu): remove 16-bit output toggle from song; make it compile time option
This commit is contained in:
@ -23,7 +23,7 @@
|
||||
#define SU_CALLCONV
|
||||
#endif
|
||||
|
||||
{{- if .Song.Output16Bit}}
|
||||
{{- if .Output16Bit}}
|
||||
typedef short SUsample;
|
||||
#define SU_SAMPLE_RANGE 32767.0
|
||||
{{- else}}
|
||||
|
Reference in New Issue
Block a user