Spaces:
Running
Running
Commit
·
d3344e1
1
Parent(s):
014f929
Update app.py
Browse files
app.py
CHANGED
@@ -221,8 +221,8 @@ with gr.Blocks() as demo:
|
|
221 |
Then, you can apply a Parallel Mix technique, which is a simple linear mixing technique of "loudness normalized input" and the "de-limiter output", similar to Parallel Compression.<br>
|
222 |
If the coefficient is 0.3 then the output will be the "loudness_normalized_input * 0.3 + de-limiter_output * 0.7"<br>
|
223 |
Check our Paper <a href="https://arxiv.org/abs/2308.01187">[arXiv]</a>
|
224 |
-
Codes <a href="
|
225 |
-
Audio samples <a href="
|
226 |
Please let me know any issues or comments on [email protected] or the "Community" page (the upper right section of this page).
|
227 |
</div>
|
228 |
"""
|
|
|
221 |
Then, you can apply a Parallel Mix technique, which is a simple linear mixing technique of "loudness normalized input" and the "de-limiter output", similar to Parallel Compression.<br>
|
222 |
If the coefficient is 0.3 then the output will be the "loudness_normalized_input * 0.3 + de-limiter_output * 0.7"<br>
|
223 |
Check our Paper <a href="https://arxiv.org/abs/2308.01187">[arXiv]</a>
|
224 |
+
Codes <a href="https://github.com/jeonchangbin49/De-limiter">[GitHub]</a>
|
225 |
+
Audio samples <a href="https://catnip-leaf-c6a.notion.site/Music-De-limiter-7072c0e725fd42249ff78cbbaedc95d7?pvs=4">[Notion]</a> <br>
|
226 |
Please let me know any issues or comments on [email protected] or the "Community" page (the upper right section of this page).
|
227 |
</div>
|
228 |
"""
|