Skip to content

Commit

Permalink
remove librosa dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
KinWaiCheuk committed Nov 13, 2019
1 parent 30cdc7d commit ae2b766
Show file tree
Hide file tree
Showing 10 changed files with 2,561 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ y_list.npy
__pycache__
.ipynb_checkpoints
busy
Installation
Installation/build
Installation/dist
Bach.wav
Chopin.wav
19 changes: 19 additions & 0 deletions Installation/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Copyright (c) 2018 The Python Packaging Authority

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
2 changes: 2 additions & 0 deletions Installation/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Please refer to the nnAudio homepage
[Github-flavored Markdown](https://github.com/KinWaiCheuk/nnAudio)
16 changes: 16 additions & 0 deletions Installation/nnAudio.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Metadata-Version: 2.1
Name: nnAudio
Version: 0.0.2
Summary: A fast GPU audio processing toolbox with 1D convolutional neural network
Home-page: https://github.com/KinWaiCheuk/nnAudio
Author: KinWaiCheuk
Author-email: [email protected]
License: UNKNOWN
Description: Please refer to the nnAudio homepage
[Github-flavored Markdown](https://github.com/KinWaiCheuk/nnAudio)
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
8 changes: 8 additions & 0 deletions Installation/nnAudio.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
README.md
setup.py
nnAudio/Spectrogram.py
nnAudio/__init__.py
nnAudio.egg-info/PKG-INFO
nnAudio.egg-info/SOURCES.txt
nnAudio.egg-info/dependency_links.txt
nnAudio.egg-info/top_level.txt
1 change: 1 addition & 0 deletions Installation/nnAudio.egg-info/dependency_links.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions Installation/nnAudio.egg-info/top_level.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nnAudio
Loading

0 comments on commit ae2b766

Please sign in to comment.