pyroomacoustics
beets
pyroomacoustics | beets | |
---|---|---|
2 | 191 | |
1,428 | 12,795 | |
1.9% | 0.9% | |
7.8 | 9.7 | |
22 days ago | 8 days ago | |
Python | Python | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
pyroomacoustics
-
How would you classify impulse response and convolution?
1) For the legal aspects, you could find some dataset with open licenses. Or, you could simulate the room impulse responses with a simulation tool like pyroomacoustics (disclaimer: I am the main developer).
-
physically modeling reverb
I am developing such a simulation tool in python called pyroomacoustics. It is similar to wayverb linked in a different comment, but can be operated in python and is probably easier to get started with. https://github.com/LCAV/pyroomacoustics
beets
-
The Open Music Encyclopedia
I quite like the command line centric application http://beets.io/ as well too.
- Beets 2.0 release: mpd compatible music library manager and MusicBrainz tagger
-
Mp3tag – The Universal Tag Editor
If you haven’t already looked in to it, beets might be a solution for you
https://beets.io/
-
Show HN: Synced lyrics database with a free, easy-to-use API
I was always frustrated that there is no solid source for synced lyrics that also offers decent API support. There is good ol' Crintsoft's MiniLyrics that is thankfully free software, was what I used a lot in my childhood, but unfortunately the API is highly obfuscated. Another popular choice is the Musixmatch API, which has a very large database of synced lyrics, but with "free" API that are reverse-engineered from their app, you will quickly run into rate-limit.
That's why I created LRCLIB. It's aimed to provide completely free synchronized lyrics for everyone, especially for FOSS music players, with zero profit intention. It currently has nearly 3,000,000 (not deduplicated) lyrics in database. You can also contribute to the database by adding and syncing lyrics for your favorite songs using the LRCGET client.
I'm trying my best to make LRCLIB server-side code open-source as soon as possible. But right now, full LRCLIB's database dumps have already been uploaded regularly and publicly, which are simply sqlite3 files. Feel free to download, look at or do anything you want with the database at https://lrclib.net/db-dumps.
Many open-source projects have already begun integrating LRCLIB, including:
- beets - music library metadata management (https://github.com/beetbox/beets)
-
Finally moving to Navidrome... but how to best manage files and metadata?
I just ssh onto my server and use beets to remotely organize my navidrome collection and edit metadata. Beets has lots of auto-tagging features and I rarely need to edit anything manually. Works great if you are ok with using the command line.
- Beets: The music geek's media organizer
- Manage offline music?
-
Musicserver that works with folders, not albums
You could try https://github.com/beetbox/beets but it seemed very manual and extremely slow. I had better luck with Picard.
-
Ask HN: Flac/MP3 listeners: How do you store/play your music?
Honestly? I use https://beets.io/ to organise all my FLAC on my NAS.
I expose the /Music directory over NFC.
I use https://kodi.tv/ to stream music to my amp. I manually pick the album I want to listen to.
Kodi also has a fairly reasonable web UI.
Keep it simple.