Remove buffer functions from PA code.
This commit is contained in:
parent
b681e0d9f1
commit
ec73bc2e12
@ -73,18 +73,6 @@
|
||||
*/
|
||||
#define SEND_INTERVAL 500
|
||||
|
||||
/**
|
||||
* Allocates a new audio buffer that can be shared between the
|
||||
* read and send threads
|
||||
*/
|
||||
buffer* guac_pa_buffer_alloc();
|
||||
|
||||
/**
|
||||
* Frees up allocated resources for reading and sending audio data
|
||||
* read and send threads
|
||||
*/
|
||||
void guac_pa_buffer_free(buffer* audio_buffer);
|
||||
|
||||
/**
|
||||
* Reads audio data from Pulse Audio and inserts it into the
|
||||
* audio buffer
|
||||
|
Loading…
Reference in New Issue
Block a user