Voice and video call software
Go to file
noah metz 79189fd2b3 Select default device instead of first 2024-04-08 11:46:43 -06:00
cmd Select default device instead of first 2024-04-08 11:46:43 -06:00
.gitignore Initial commit 2024-04-03 15:03:29 -06:00
LICENSE Initial commit 2024-04-03 15:03:29 -06:00
README.md Initial commit 2024-04-03 15:03:29 -06:00
channel.go Made the default client connect to channel 0 and stream audio data over the raw channel 2024-04-08 11:28:52 -06:00
client.go Made the default client connect to channel 0 and stream audio data over the raw channel 2024-04-08 11:28:52 -06:00
go.mod Made the default client connect to channel 0 and stream audio data over the raw channel 2024-04-08 11:28:52 -06:00
go.sum Made the default client connect to channel 0 and stream audio data over the raw channel 2024-04-08 11:28:52 -06:00
main Made the default client connect to channel 0 and stream audio data over the raw channel 2024-04-08 11:28:52 -06:00
notes.txt Added session open and connect code, and started session data 2024-04-06 16:38:14 -06:00
packet.go Made the default client connect to channel 0 and stream audio data over the raw channel 2024-04-08 11:28:52 -06:00
server.go Made the default client connect to channel 0 and stream audio data over the raw channel 2024-04-08 11:28:52 -06:00
session.go Made the default client connect to channel 0 and stream audio data over the raw channel 2024-04-08 11:28:52 -06:00
session_test.go Made the default client connect to channel 0 and stream audio data over the raw channel 2024-04-08 11:28:52 -06:00

README.md

pnyx

Voice and video call software