specux 0.0.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- specux/__init__.py +6 -0
- specux-0.0.0.dist-info/METADATA +20 -0
- specux-0.0.0.dist-info/RECORD +4 -0
- specux-0.0.0.dist-info/WHEEL +4 -0
specux/__init__.py
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: specux
|
|
3
|
+
Version: 0.0.0
|
|
4
|
+
Summary: Differentiable, GPU-accelerated audio/DSP feature extraction (placeholder — under development)
|
|
5
|
+
Project-URL: Homepage, https://specux.com
|
|
6
|
+
Author-email: Peter Kiers <peter@dreamteam.nl>
|
|
7
|
+
License-Expression: MIT
|
|
8
|
+
Keywords: audio,differentiable,dsp,gpu,mel,mfcc,spectrogram,stft
|
|
9
|
+
Classifier: Development Status :: 1 - Planning
|
|
10
|
+
Classifier: Programming Language :: Python :: 3
|
|
11
|
+
Classifier: Topic :: Multimedia :: Sound/Audio :: Analysis
|
|
12
|
+
Requires-Python: >=3.10
|
|
13
|
+
Description-Content-Type: text/markdown
|
|
14
|
+
|
|
15
|
+
# specux
|
|
16
|
+
|
|
17
|
+
Differentiable, GPU-accelerated audio/DSP feature extraction.
|
|
18
|
+
|
|
19
|
+
> **Status:** placeholder release reserving the name. The real package is under
|
|
20
|
+
> active development — watch [specux.com](https://specux.com).
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
specux/__init__.py,sha256=kb0ulKGyHH0aLBNkYY4TaB9ufoOI8LVHx7QuJY5TIu0,183
|
|
2
|
+
specux-0.0.0.dist-info/METADATA,sha256=0LHveFhY8u7AgBj_9cOa7HCq5FxlTwjBL-BYlcjnW88,771
|
|
3
|
+
specux-0.0.0.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
|
|
4
|
+
specux-0.0.0.dist-info/RECORD,,
|