ai|coustics SDK 0.3.0
The ai|coustics speech enhancement SDK
Loading...
Searching...
No Matches
Release Notes

This release includes a complete redesign of the SDK, enabling you to load various types of models. Please note that nearly all function and variable names have changed.

Known Issues

  • Resampling may be problematic with certain sample rate ratios. If you encounter issues, try using the native sample rate returned by aic_get_optimal_sample_rate or mentioned in the GettingStarted.md.
  • The latency reported by aic_get_latency may not always be accurate, depending on the resampling ratio. We are working on providing the correct latency.
  • The reset function aic_reset is currently not implemented, which can cause occasional glitches in the sound when pausing the audio or switching between models. This issue occurs because some of the old audio data remains in the model states. The function will be implemented soon; therefore, we recommend planning to use it in your implementation.