Merge pull request #965 from KPatr1ck/doc

Add librosa reference.
pull/962/head
Hui Zhang 3 years ago committed by GitHub
commit a952f7506c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,6 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Modified from librosa(https://github.com/librosa/librosa)
import warnings
from typing import List
from typing import Optional

@ -31,3 +31,7 @@ We borrowed a lot of code from these repos to build `model` and `engine`, thank
* [chainer](https://github.com/chainer/chainer/blob/master/LICENSE)
- MIT License
- Updater, Trainer and more utils.
* [librosa](https://github.com/librosa/librosa/blob/main/LICENSE.md)
- ISC License
- Audio feature

Loading…
Cancel
Save