|
c72eca2ad8
|
Made separate streams for in and out sound. WIll be very handy for muting a microphone and your companion.
|
2024-03-25 01:05:29 +04:00 |
|
|
d9cc37896f
|
Add the empty lines at the end of the sources so clang won't whine and compile. :)
|
2024-03-25 00:56:42 +04:00 |
|
|
e4b388f554
|
An include messup was cleaned.
|
2024-03-24 05:06:13 +04:00 |
|
|
b5d92489b8
|
In an audio module: 1) removed a commented out block of code; 2) uint8_t -> unsigned char; 3) size_t -> int; 4) make audio_read() return a number of encoded bytes or -1 on an error.
|
2024-03-23 04:17:19 +04:00 |
|
|
e075a99a28
|
In audio.c/.h arg/var naming style was changed.
|
2024-03-22 03:30:12 +04:00 |
|
|
f13e7e20fd
|
Completed an audio module using a blocking I/O.
|
2024-03-21 17:50:20 +04:00 |
|
|
64176055d0
|
An initial commit. :)
|
2024-03-21 04:10:02 +04:00 |
|