update changelog and remove outdated dependency notes
This commit is contained in:
@@ -1,2 +1,3 @@
|
|||||||
- Added model downloading support to `AICFilter` with `model_id` and `model_download_dir` parameters.
|
- Added model downloading support to `AICFilter` with `model_id` and `model_download_dir` parameters.
|
||||||
- Added `model_path` parameter to `AICFilter` for loading local .aicmodel files.
|
- Added `model_path` parameter to `AICFilter` for loading local .aicmodel files.
|
||||||
|
- Added unit tests for `AICFilter` and `AICVADAnalyzer`.
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
- Updated `AICFilter` and `AICVADAnalyzer` to use aic-sdk ~= 2.0.0.
|
- Updated `AICFilter` and `AICVADAnalyzer` to use aic-sdk ~= 2.0.1.
|
||||||
|
|||||||
@@ -38,9 +38,6 @@ class AICFilter(BaseAudioFilter):
|
|||||||
|
|
||||||
Buffers incoming audio to the model's preferred block size and processes
|
Buffers incoming audio to the model's preferred block size and processes
|
||||||
frames using float32 samples normalized to the range -1 to +1.
|
frames using float32 samples normalized to the range -1 to +1.
|
||||||
|
|
||||||
.. note::
|
|
||||||
This class requires aic-sdk ~= 2.0.0 (uses 'aic_sdk' module).
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(
|
def __init__(
|
||||||
|
|||||||
@@ -41,9 +41,6 @@ class AICVADAnalyzer(VADAnalyzer):
|
|||||||
Range: 1.0 to 15.0
|
Range: 1.0 to 15.0
|
||||||
Formula: Energy threshold = 10 ** (-sensitivity)
|
Formula: Energy threshold = 10 ** (-sensitivity)
|
||||||
Default (SDK): 6.0
|
Default (SDK): 6.0
|
||||||
|
|
||||||
.. note::
|
|
||||||
This class requires aic-sdk ~= 2.0.0 (uses 'aic_sdk' module).
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(
|
def __init__(
|
||||||
|
|||||||
Reference in New Issue
Block a user