GUI: improve sample type conversion

This commit is contained in:
tildearrow 2023-05-24 02:54:36 -05:00
parent 0fd5483b59
commit c7b24f706f
3 changed files with 42 additions and 2 deletions

View file

@ -269,6 +269,13 @@ struct DivSample {
*/
bool resample(double sRate, double tRate, int filter);
/**
* convert sample depth.
* @warning do not attempt to do this outside of a synchronized block!
* @param newDepth the new depth.
*/
void convert(DivSampleDepth newDepth);
/**
* initialize the rest of sample formats for this sample.
*/