#!/usr/bin/python3 # -*- coding: utf-8 -*- """ https://github.com/xiph/rnnoise https://arxiv.org/abs/1709.08243 """ if __name__ == '__main__': pass