Use libsamplerate to convert samples not at the same rate as the plugin is running at
This adds a dependency on libsamplerate
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
|
||||
kits* scan_kits();
|
||||
void free_samples(drmr_sample* samples, int num_samples);
|
||||
int load_sample(char* path,drmr_layer* layer);
|
||||
int load_sample(char* path,drmr_layer* layer,double target_rate);
|
||||
int load_hydrogen_kit(DrMr* drmr, char* path);
|
||||
|
||||
#endif // DRMR_HYDRO_H
|
||||
|
||||
Reference in New Issue
Block a user