stempeg icon indicating copy to clipboard operation
stempeg copied to clipboard

Python I/O for STEM audio files

Results 7 stempeg issues
Sort by recently updated
recently updated
newest added

**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...

enhancement
help wanted

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

enhancement

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`...