working on software backend

This commit is contained in:
2025-03-04 00:13:32 +01:00
parent 8c7b2bb44f
commit 211700b955
19 changed files with 539 additions and 32 deletions

View File

@@ -13,7 +13,9 @@
typedef struct SoftBuffer
{
void* buffer;
void* map;
PulseMapMode current_map_mode;
} SoftBuffer;
PulseBuffer SoftCreateBuffer(PulseDevice device, const PulseBufferCreateInfo* create_infos);