stempeg
stempeg copied to clipboard
Python I/O for STEM audio files
**Bug Description:** When using `stempeg` as part of [`musdb`](https://github.com/sigsep/sigsep-mus-db), I encountered the following error: ```python stem_durations = np.array([t.shape[0] for t in stems]) if not (stem_durations == stem_durations[0]).all(): > warnings.warning("Stems differ...
Is there a way to convert the 4 stem output files from the new Open-Unmix UMX using Stempeg to output 16 bit flac files instead of the 24 bit flac...
supporting file-like objects to read and decode in-memory data would be a useful enhancement. There may be problems, as suggested here, though: https://github.com/kkroening/ffmpeg-python/issues/292
Basically, for stems which have been created by the NI creator have the titles of the streams in the `udta` metadata. I added the functionality to try to read the...
adds separate checks for `ffmpeg` and `ffprobe` also allows users to set the paths using environment variables `FFMPEG_PATH` and `FFPROBE_PATH`
Howdy! I'm having trouble using `stempeg` on a fresh Ubuntu machine. I installed and built `ffmpeg` using script that was linked to in the README, and `ffmpeg` sits in `/usr/bin`...
When using the [musdb](https://pypi.org/project/musdb/) package, `stempeg` needs to be installed, which leads this warning: ``` site-packages/stempeg/__init__.py:30: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated...
Denons Engine DJ recently got support for stem separation. The file the desktop software produces seems to be in STEMS format but there's something different in the format. The output...