pub fn register_sample_from_path(path: &Path) -> Result<String, Error>
Convenience: load a WAV file at path and register it under an absolute path string URI. Returns the URI used (absolute path) on success.
path