Spaces:
Running
on
Zero
Running
on
Zero
reedmayhew
commited on
Commit
•
00e068b
1
Parent(s):
a3ebb0d
Update README.md
Browse filesUpdated readme to accurately reflect newer model updates.
README.md
CHANGED
@@ -6,8 +6,9 @@ colorTo: red
|
|
6 |
sdk: gradio
|
7 |
sdk_version: 4.13.0
|
8 |
app_file: app.py
|
9 |
-
pinned:
|
10 |
license: other
|
|
|
11 |
---
|
12 |
|
13 |
# Welcome to Audiomaster.ai
|
@@ -19,7 +20,7 @@ A groundbreaking tool in the realm of audio mastering. Our innovative AI technol
|
|
19 |
|
20 |
**Revolutionary Mastering:** Unlike conventional methods that tweak settings on audio plugins based on music analysis, Audiomaster.ai directly processes audio through a neural network. This means the sound you hear is the raw, untouched output of the AI.
|
21 |
|
22 |
-
**Efficient and Fast:** For a typical 3-minute song, our system can deliver an automatically mastered track in an astonishing 30 seconds
|
23 |
|
24 |
**Complex Processing:** Audiomaster.ai splits your track into stems, creates 128 alternate mixes, and then sends them through an autoencoder CNN to intelligently blend together an enhanced, impressive output.
|
25 |
|
@@ -33,7 +34,7 @@ A groundbreaking tool in the realm of audio mastering. Our innovative AI technol
|
|
33 |
|
34 |
### Known Issues and Recommendations:
|
35 |
|
36 |
-
**Quality Variation:**
|
37 |
|
38 |
**Trial and Experimentation:** We encourage you to try different types of music to fully experience the potential of Audiomaster.ai.
|
39 |
|
|
|
6 |
sdk: gradio
|
7 |
sdk_version: 4.13.0
|
8 |
app_file: app.py
|
9 |
+
pinned: true
|
10 |
license: other
|
11 |
+
short_description: Master music in seconds with mutli-track controls!
|
12 |
---
|
13 |
|
14 |
# Welcome to Audiomaster.ai
|
|
|
20 |
|
21 |
**Revolutionary Mastering:** Unlike conventional methods that tweak settings on audio plugins based on music analysis, Audiomaster.ai directly processes audio through a neural network. This means the sound you hear is the raw, untouched output of the AI.
|
22 |
|
23 |
+
**Efficient and Fast:** For a typical 3-minute song, our system can deliver an automatically mastered track in an astonishing 30 seconds or less!
|
24 |
|
25 |
**Complex Processing:** Audiomaster.ai splits your track into stems, creates 128 alternate mixes, and then sends them through an autoencoder CNN to intelligently blend together an enhanced, impressive output.
|
26 |
|
|
|
34 |
|
35 |
### Known Issues and Recommendations:
|
36 |
|
37 |
+
**Quality Variation:** Low frequency bass that does not have a predictable pattern (typically used in dramatic sound effects) can causing ringing artifacts. Quieter sounds might exhibit artifacts.
|
38 |
|
39 |
**Trial and Experimentation:** We encourage you to try different types of music to fully experience the potential of Audiomaster.ai.
|
40 |
|