commit 60022bc68f4e4d3416b1830943972d443cc2be43
parent fdcbb2fe6e5cf937c1ba3f8bcb21a98647388237
Author: CarlSouthall <c-southall@live.co.uk>
Date: Wed, 3 Aug 2016 16:45:00 +0100
1.0
Diffstat:
6 files changed, 42 insertions(+), 0 deletions(-)
diff --git a/ADTLib.egg-info/PKG-INFO b/ADTLib.egg-info/PKG-INFO
@@ -0,0 +1,17 @@
+Metadata-Version: 1.1
+Name: ADTLib
+Version: 1.5
+Summary: Automated Drum Trancription Library
+Home-page: https://github.com/CarlSouthall/ADTLib
+Author: Carl Southall
+Author-email: c-southall@live.co.uk
+License: BSD
+Download-URL: https://github.com/CarlSouthall/ADTLib
+Description: UNKNOWN
+Keywords: Drums,Transcription,Automated
+Platform: UNKNOWN
+Classifier: Programming Language :: Python :: 2.7
+Classifier: License :: OSI Approved :: BSD License
+Classifier: License :: Free for non-commercial use
+Classifier: Topic :: Multimedia :: Sound/Audio :: Analysis
+Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
diff --git a/ADTLib.egg-info/SOURCES.txt b/ADTLib.egg-info/SOURCES.txt
@@ -0,0 +1,18 @@
+setup.cfg
+setup.py
+ADTLib/__init__.py
+ADTLib.egg-info/PKG-INFO
+ADTLib.egg-info/SOURCES.txt
+ADTLib.egg-info/dependency_links.txt
+ADTLib.egg-info/requires.txt
+ADTLib.egg-info/top_level.txt
+ADTLib/models/__init__.py
+ADTLib/nn/__init__.py
+ADTLib/nn/NNFiles/BDHAll-1000
+ADTLib/nn/NNFiles/BDHAll-1000.meta
+ADTLib/nn/NNFiles/BDKAll-1000
+ADTLib/nn/NNFiles/BDKAll-1000.meta
+ADTLib/nn/NNFiles/BDSAll-1000
+ADTLib/nn/NNFiles/BDSAll-1000.meta
+ADTLib/utils/__init__.py
+bin/ADTBDRNN
+\ No newline at end of file
diff --git a/ADTLib.egg-info/dependency_links.txt b/ADTLib.egg-info/dependency_links.txt
@@ -0,0 +1 @@
+
diff --git a/ADTLib.egg-info/requires.txt b/ADTLib.egg-info/requires.txt
@@ -0,0 +1,4 @@
+numpy
+scipy
+cython
+madmom
diff --git a/ADTLib.egg-info/top_level.txt b/ADTLib.egg-info/top_level.txt
@@ -0,0 +1 @@
+ADTLib
diff --git a/dist/ADTLib-1.5.tar.gz b/dist/ADTLib-1.5.tar.gz
Binary files differ.