Crate miniaudio

source ·

Modules§

Structs§

Enums§

Constants§

Traits§

Functions§

  • Create a sender/receiver pair for a single producer single consumer ring buffer. subbfer_len is the number of items that should be contained in each subbffer, and subbuffer_count is the number of subbffers that are used to swap data between the sender and receiver.
  • Create a sender/receiver pair for a single producer single consumer ring buffer using a preallocated buffer for items. subbfer_len is the number of items that should be contained in each subbffer, and subbuffer_count is the number of subbffers that are used to swap data between the sender and receiver.

Type Aliases§