faroit / faroit/stempeg

'Input tensor dimension should be 3d' error when decoding Engine DJ stems

オープン
#51 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Python
スター
107
フォーク
18
PR マージ指標
30日以内にマージされた PR はありません

説明

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 of the `stem2files` utility with the file I attached (for demo I took a short snippet of a CC-BY-NC licensed track by "Timbre" which can be found [here](https://freesound.org/s/770565/)) is the following:

```
$ stem2files ./22\ e9f9eb56-b8cb-4669-a5a9-ac4235ae1983.stems
Traceback (most recent call last):
File "/Users/noir/projects/ng/./stems/bin/stem2files", line 8, in
sys.exit(cli())
^^^^^
File "/Users/noir/projects/ng/stempeg/stempeg/cli.py", line 69, in cli
stem2files(
File "/Users/noir/projects/ng/stempeg/stempeg/cli.py", line 110, in stem2files
write_stems(
File "/Users/noir/projects/ng/stempeg/stempeg/write.py", line 776, in write_stems
raise RuntimeError(f"Input tensor dimension should be 3d")
RuntimeError: Input tensor dimension should be 3d
```
I'm on MacOS 14.7.1 with ffmpeg 7.1.

The .stems file:
[22 e9f9eb56-b8cb-4669-a5a9-ac4235ae1983.stems.zip](https://github.com/user-attachments/files/18053639/22.e9f9eb56-b8cb-4669-a5a9-ac4235ae1983.stems.zip)

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。