Home
last modified time | relevance | path

Searched refs:synthesize_mixing (Results 1 – 2 of 2) sorted by relevance

/dports/games/easyrpg-player/Player-0.7.0/src/
H A Dmidisynth.h209 int synthesize_mixing(int_least32_t* output, std::size_t samples, float rate);
H A Dmidisynth.cpp461 int num_notes = synthesize_mixing(&buf[0], samples, rate); in synthesize()
478 int synthesizer::synthesize_mixing(int_least32_t* output, std::size_t samples, float rate) in synthesize_mixing() function in midisynth::synthesizer