Skip to content

Efficient network audio server/client written in C

License

Notifications You must be signed in to change notification settings

frizz925/ongaku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ongaku

Efficient network audio server/client written in C

Requirements

  • libpulse (Linux)
  • libportaudio (Windows and macOS)
  • libsodium
  • libopus

Compiling

Compilation is done using Meson.

meson setup builddir
cd builddir
meson test
meson compile
meson install

Running

Server

ongaku-server

Client

ongaku-client 192.168.0.1

About

Efficient network audio server/client written in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published