mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 05:45:46 +00:00
AudioCore: Move samples_per_frame and num_sources into hle/common.h
This commit is contained in:
parent
1ecee38468
commit
dda9ffe790
3 changed files with 11 additions and 12 deletions
|
@ -10,8 +10,6 @@ class VMManager;
|
|||
|
||||
namespace AudioCore {
|
||||
|
||||
constexpr int num_sources = 24;
|
||||
constexpr int samples_per_frame = 160; ///< Samples per audio frame at native sample rate
|
||||
constexpr int native_sample_rate = 32728; ///< 32kHz
|
||||
|
||||
/// Initialise Audio Core
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue