gitextract_n87oml8j/ ├── .gitattributes ├── .gitignore ├── LICENSE ├── README.md ├── SpleeterGui/ │ ├── App.config │ ├── Form1.Designer.cs │ ├── Form1.cs │ ├── Form1.resx │ ├── Program.cs │ ├── Properties/ │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ ├── Settings.settings │ │ └── app.manifest │ ├── SpleeterGui.csproj │ ├── configs/ │ │ ├── 2stems.json │ │ ├── 4stems.json │ │ └── 5stems.json │ ├── languages_source/ │ │ ├── arabic.xml │ │ ├── chinese.xml │ │ ├── english.xml │ │ ├── french.xml │ │ ├── german.xml │ │ ├── hindi.xml │ │ ├── italian.xml │ │ ├── japanese.xml │ │ ├── korean.xml │ │ ├── russian.xml │ │ ├── spanish.xml │ │ └── tchinese.xml │ └── packages_OLD.config ├── SpleeterGui.sln └── ni-stem-metadata.json