Skip to content

Commit

Permalink
add "sc.npz" to VoicebankFiles.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Astel123457 authored May 28, 2024
1 parent b969d52 commit bfc6334
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OpenUtau.Core/Classic/VoicebankFiles.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ private List<Tuple<string, string>> GetMetaFiles(string source, string sourceTem
Tuple.Create(source + ".pmk", sourceTemp + ".pmk"),
Tuple.Create(source + ".vs4ufrq", sourceTemp + ".vs4ufrq"),
Tuple.Create(noExt + ".rudb", tempNoExt + ".rudb"),
Tuple.Create(noExt + ".sc.npz", tempNoExt + ".sc.npz"),
};
}

Expand Down

0 comments on commit bfc6334

Please sign in to comment.