#include <Sample.h>
Public Member Functions | |
| Sample (std::string file, double base_volume, double base_pitch, bool volume_envelope=false, bool pitch_envelope=false) | |
| ~Sample () | |
| void | schedule (slScheduler *scheduler, bool loop=false, int priority=0) |
| void | volume (double volume_factor) |
| void | pitch (double pitch_factor) |
| void | play () |
| void | pause () |
| void | stop () |
Definition at line 44 of file Sample.h.
|
||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
1.4.6