mirror of
https://github.com/xiph/opus.git
synced 2025-05-29 14:49:14 +00:00
renamed ShapeNet to NoLACE
Signed-off-by: Jan Buethe <jbuethe@amazon.de>
This commit is contained in:
parent
1fbdec8755
commit
4a47b1a15b
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +44,8 @@ from models.silk_feature_net_pl import SilkFeatureNetPL
|
|||
from models.silk_feature_net import SilkFeatureNet
|
||||
from .scale_embedding import ScaleEmbedding
|
||||
|
||||
class ShapeNet(NNSBase):
|
||||
""" Adaptive Noise Re-Shaping """
|
||||
class NoLACE(NNSBase):
|
||||
""" Non-Linear Adaptive Coding Enhancer """
|
||||
FRAME_SIZE=80
|
||||
|
||||
def __init__(self,
|
Loading…
Add table
Add a link
Reference in a new issue