-
Updated
Jul 6, 2020 - Python
flac
Here are 208 public repositories matching this topic...
hi,
as you know, in SoLoud, the number of filters are limited
we should implement more like different reverbs, fir and irr filters, (these could be used to implement HRTF support), Chorus, One Poll, One Zero, Pole Zero, Two Pole, Two Zero, etc
a library exists called stk under zlib license which already implemented these maybe we can implement some of these out
Seek performance
on: Arduino 1.8.8 gui, on Windows.
Should you be listed in the Arduino Library Manager? it's not showing for me.
https://github.com/quodlibet/mutagen-specs
This was born when http://id3.org/ was down for a few months (it's down again right now). And then I started to copy the specs there, but that doesn't scale and isn't maintainable.
We should still have links and references to all the information that's useful so we can delete mutagen-specs.
Hi, I've been trying to get additional tags from itunes m4a files. for example album artist which should be aART based on https://help.mp3tag.de/main_tags.html
I added this to config.xml
<library-options>
<id3>
<auxdata>
<add-data tag="aART"/>
</auxdata>
</id3>
</library-options>
and import.js
var aartist = obj.aux['aART'];
When using Subsonic (or compatible server), a scrobbler can be configured in personal preferences. This means that you can configure the scrobbler once and supported clients will use it. The client-side configuration is as simple as checking a box. The client starts playing a song and the Subsonic server takes care of sending the info to the scrobbler service. In Airsonic, ListenBrainz and Last.fm
Either as its own file, its own page, or as a section in the README.
Certain questions get asked again and again, and while a FAQ won’t prevent from getting them asked, some users might actually see it, and for those that don’t, it’ll be an easy place to point to when they do get asked, instead of having to type out new variations of the essentially same paragraphs time and time again. :)
This ticket serves as a tracker for translations needing updates for fre:ac 1.1.2. It will be updated once the status of a translation changes.
Help is needed to update the translations for fre:ac 1.1.2 which has been released on 20th June 2020. The next point release is planned for September 2020.
New translations to as of yet unsupported languages are more than welcome as well of cou
-
Updated
Jul 15, 2020 - Python
-
Updated
Mar 21, 2020 - C++
It'd be great if flacon offered the option to delete the source file on successful splitting into individual tracks. Especially useful for bulk operations.
-
Updated
Jul 7, 2020 - JavaScript
Create a new bin crate, sonata-test, that accepts two input files: a WAV reference file, and a test file (any format). The application should decode both files and check if they are sample-for-sample equivalent. Samples that are not the same should have their timestamp printed.
Using the application it should be possible to, for example, compare an FFMPEG decoded MP3 file (converted to WAV) wit
-
Updated
Apr 1, 2019 - C++
-
Updated
May 24, 2019 - MATLAB
Improve this page
Add a description, image, and links to the flac topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the flac topic, visit your repo's landing page and select "manage topics."
Currently, mStream only supports running at the root of the server, like
http://localhost:3000/.In order to make mStream deployable on a domain without affecting the rest of the site, mStream should be deployable at
http://localhost:3000/mStream.This pattern is supported by various other server software,
like BookStack https://www.bookstackapp.com/docs/admin/subdirectory-setup/
and G