sergree / matchering

🎚️ Open Source Audio Matching and Mastering
https://pypi.org/project/matchering/
GNU General Public License v3.0
1.58k stars 170 forks source link

emojis actually prevent building from source on Windows. #61

Open twobob opened 3 days ago

twobob commented 3 days ago

Steps to repro:

Git clone repo, cd to dir pip install -r ./requirements.txt pip install .

and it will faile complaining about not being able to parse the README.md for the setup.py

For some reason - The inability to properly parse the README.md document for the HF_long_name? I think was it. prevents the build working on windows.

I just cut the emojis and it built fine.
Just so you know

[README.md](https://github.com/twobob/matchering/commit/4b13d9b248bad332662ea8eac1e8a9776562caca#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5)
+3-3

Original file line number   Diff line number    Diff line change
@@ -8,7 +8,7 @@
[![Mentioned in Awesome Python](https://awesome.re/mentioned-badge.svg)](https://github.com/vinta/awesome-python)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

## Matching + Mastering = ❤️
## Matching + Mastering = 

**[Matchering 2.0]** is a novel **[Containerized Web Application][Docker Image]** and **[Python Library][PyPI]** for audio matching and [mastering].

@@ -28,7 +28,7 @@ So **Matchering 2.0** will make your song sound the way you want! It opens up a
- You can make your music instantly sound like your favorite artist's music
- You can make all the tracks on your new album sound the same very quickly
- You can find new aspects of your sound in experiments
- You can do everything as you want! Because of **[Your References, Your Rules.™](https://macprovideo.com/article/audio-software/sound-tools-instant-online-mastering-with-reference-matching-now-in-open-beta)** *(just a little nostalgic note)* 🤭
- You can do everything as you want! Because of **[Your References, Your Rules.™](https://macprovideo.com/article/audio-software/sound-tools-instant-online-mastering-with-reference-matching-now-in-open-beta)** *(just a little nostalgic note)* 

![Matchering WEB GIF Animation](https://raw.githubusercontent.com/sergree/matchering/master/images/animation.gif "Matchering WEB")

@@ -127,7 +127,7 @@ You can find more examples in the **[examples directory]**.

### Or you can use premade **Matchering 2.0 Command Line Application**: **[matchering-cli]**.

## 💓 WhatBPM
##  WhatBPM

Looking for the perfect BPM or key for a new EDM track?
twobob commented 3 days ago

perhaps building is a strong word. "Installing" is more accurate