diff options
author | XANTRONIX Development | 2022-02-28 13:13:35 -0500 |
---|---|---|
committer | XANTRONIX Development | 2022-02-28 13:13:49 -0500 |
commit | 2bf8a288c817715f84a16cabc13c717c3943e3f4 (patch) | |
tree | 912d5b8f0bd0acd215d74837e86b61e26bd77720 /examples | |
parent | 4152e6845e71344142faf0911382d5a2b05ae1e4 (diff) | |
download | xas-2bf8a288c817715f84a16cabc13c717c3943e3f4.tar.gz xas-2bf8a288c817715f84a16cabc13c717c3943e3f4.tar.bz2 xas-2bf8a288c817715f84a16cabc13c717c3943e3f4.zip |
Allow setting bank player gain separately
Diffstat (limited to 'examples')
-rw-r--r-- | examples/say.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/say.c b/examples/say.c index c89a245..4edd864 100644 --- a/examples/say.c +++ b/examples/say.c @@ -154,7 +154,7 @@ int main(int argc, char **argv) { goto error_bank_record; } - xas_bank_player_select(player, 0, 1.0); + xas_bank_player_set_entry(player, 0); for (i=0; i<duration_frames; i++) { void *buf; |