Voice and video call software
Go to file
noah metz caeed001c3 Added mixer back to client 2024-04-16 15:36:32 -06:00
cmd Added mixer back to client 2024-04-16 15:36:32 -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 Fixed PeerPacket serialization issue 2024-04-16 15:34:53 -06:00
client.go Changed session packet protocol 2024-04-11 21:05:50 -06:00
go.mod Added ncurses, moved channel join to a server command, and removed send_sessions goroutine 2024-04-13 14:00:56 -06:00
go.sum Added ncurses, moved channel join to a server command, and removed send_sessions goroutine 2024-04-13 14:00:56 -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 Protocol changes to support more packet types 2024-04-09 17:08:46 -06:00
packet.go Fixed PeerPacket serialization issue 2024-04-16 15:34:53 -06:00
server.go Fixed PeerPacket serialization issue 2024-04-16 15:34:53 -06:00
session.go Changed session packet protocol 2024-04-11 21:05:50 -06:00
session_test.go Changed session packet protocol 2024-04-11 21:05:50 -06:00

README.md

pnyx

Voice and video call software