Constant for DSP_SUBFRAME_SIZE

This commit is contained in:
PJB3005
2026-03-12 11:47:22 +01:00
parent 4f09fc65ac
commit 45e55f1384
2 changed files with 7 additions and 2 deletions
@@ -13,6 +13,11 @@
*/
#define DSP_OUTPUT_CHANNELS 6 // Presumed 5.1 surround
/**
* Amount of audio samples rendered by the DSP in a single sub frame.
*/
#define DSP_SUBFRAME_SIZE 0x50
struct JASWaveInfo;
namespace JASDsp {