mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-07 16:26:36 +01:00
more prep for audio groups
This commit is contained in:
@@ -81,7 +81,7 @@ DeviceError open_device(DeviceType type, int32_t selection, uint32_t* device_idx
|
||||
DeviceError close_device(DeviceType type, uint32_t device_idx);
|
||||
|
||||
/* Write data to device */
|
||||
DeviceError write_out(uint32_t device_idx, int16_t* data, uint32_t lenght, uint8_t channels);
|
||||
DeviceError write_out(uint32_t device_idx, int16_t* data, uint32_t length, uint8_t channels);
|
||||
|
||||
void print_devices(ToxWindow* self, DeviceType type);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user