Skip to content

Commit

Permalink
Add interpolatemode description to tsf.h header
Browse files Browse the repository at this point in the history
  • Loading branch information
tmyqlfpir authored and Hendricks266 committed Feb 24, 2024
1 parent 8107e3e commit dbb3ca1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/audiolib/src/tsf.h
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ enum TSFInterpolateMode
// Setup the parameters for the voice render methods
// outputmode: if mono or stereo and how stereo channel data is ordered
// samplerate: the number of samples per second (output frequency)
// interpolatemode: set the resampling interpolation method
// global_gain_db: volume gain in decibels (>0 means higher, <0 means lower)
TSFDEF void tsf_set_output(tsf* f, enum TSFOutputMode outputmode, enum TSFInterpolateMode interpolatemode, int samplerate, float global_gain_db CPP_DEFAULT0);

Expand Down

0 comments on commit dbb3ca1

Please sign in to comment.