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:
Nick Lanham
2012-02-14 12:03:18 +01:00
parent 645a4b497c
commit 48bf1f33b9
6 changed files with 50 additions and 7 deletions

View File

@@ -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