Add getEngineVersion to C API

This commit is contained in:
Chris Cannam
2022-06-30 08:26:47 +01:00
parent 51631289db
commit 08861c6e76
2 changed files with 7 additions and 0 deletions

View File

@@ -111,6 +111,8 @@ RB_EXTERN void rubberband_delete(RubberBandState);
RB_EXTERN void rubberband_reset(RubberBandState);
RB_EXTERN int rubberband_get_engine_version(RubberBandState);
RB_EXTERN void rubberband_set_time_ratio(RubberBandState, double ratio);
RB_EXTERN void rubberband_set_pitch_scale(RubberBandState, double scale);