return s;
}
#endif /* HAVE_WAVREAD */
- AUBIO_ERROR("failed creating aubio source with %s\n", uri);
+ AUBIO_ERROR("source: failed creating aubio source with %s"
+ " at samplerate %d with hop_size %d\n", uri, samplerate, hop_size);
AUBIO_FREE(s);
return NULL;
}
return s;
beach:
- AUBIO_ERR("source_wavread: can not read %s at samplerate %dHz with a hop_size of %d\n",
- s->path, s->samplerate, s->hop_size);
+ //AUBIO_ERR("source_wavread: can not read %s at samplerate %dHz with a hop_size of %d\n",
+ // s->path, s->samplerate, s->hop_size);
del_aubio_source_wavread(s);
return NULL;
}