RustAudio / rodio

Rust audio playback library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question] Best way use sinks in terms of performance for a video game?

charliewheate98 opened this issue · comments

Hello, new to the library, it looks great. I have a few questions.

  • Is it ok to have a Sink per sound fx? or only use sinks for playing multiple sounds one after the other? what is the recommended way?
  • If I want to control volume, pitch, etc of a SFX, does Sink's have to be used?
  • How do I go about setting a 3D position for a sfx, a SpatialSink right?

any other tips would be useful, thanks