Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Models = map[string]struct { Fono []string NonFono []string jobs int }{ "mdx_extra": {Fono: []string{"bass", "drums", "other"}, NonFono: []string{"vocals"}, /* contains filtered or unexported fields */}, "htdemucs": {Fono: []string{"bass", "drums", "other"}, NonFono: []string{"vocals"}, /* contains filtered or unexported fields */}, "htdemucs_ft": {Fono: []string{"bass", "drums", "other"}, NonFono: []string{"vocals"}, /* contains filtered or unexported fields */}, "htdemucs_6s": {Fono: []string{"bass", "drums", "guitar", "piano", "other"}, NonFono: []string{"vocals"}, /* contains filtered or unexported fields */}, "hdemucs_mmi": {Fono: []string{"bass", "drums", "other"}, NonFono: []string{"vocals"}, /* contains filtered or unexported fields */}, } ModelNames []string = func() (names []string) { for model := range Models { names = append(names, model) } return }() // for UI SampleOrder = func() map[string]int { ordered := make(map[string]int) for i, key := range []string{"original", "fono", "vocals", "drums", "bass", "guitar", "piano", "other"} { ordered[key] = i } return ordered }() )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.