mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-06 10:44:01 +00:00
[client] audio: implement record interface and glue
This commit is contained in:
@@ -200,7 +200,7 @@ static void pipewire_start(int channels, int sampleRate)
|
||||
pw_thread_loop_unlock(pw.thread);
|
||||
}
|
||||
|
||||
static void pipewire_play(uint8_t * data, int size)
|
||||
static void pipewire_play(uint8_t * data, size_t size)
|
||||
{
|
||||
if (!pw.stream)
|
||||
return;
|
||||
|
Reference in New Issue
Block a user