Module libaudioverse::server [] [src]

The main entry point to Libaudioverse.

Structs

Server

Represents a server, the main entry point to Libaudioverse. All libaudioverse nodes must be passed a server at creation time as the first argument to their constructor and cannot migrate between them. Furthermore, it is an error to try to connect objects from different servers. By default, Libaudioverse will use one thread per core on the current system for audio mixing. This may be changed via Lav_serverSetThreads. For full details of this class, see the Libaudioverse manual.