oxygen-dioxide / OpenUtau

Open source UTAU editing environment.
MIT License
9 stars 3 forks source link

记录帖(自用) #9

Open oxygen-dioxide opened 1 year ago

oxygen-dioxide commented 1 year ago

常用PR:

官方stable->master master->diffsinger insider->diffsinger diffsinger->xunmengshe phonemizers->xunmengshe PhonemizerOnUtau->xunmengshe

oxygen-dioxide commented 1 year ago

https://github.com/oxygen-dioxide/OpenUtau/tree/find-and-replace find-and-replace分支:开发“查找与替换”功能,尚未完成

oxygen-dioxide commented 1 year ago

https://github.com/oxygen-dioxide/openutau/tree/diffsinger :旧的diffsinger协议,现已弃用 https://github.com/oxygen-dioxide/OpenUtau/tree/diffsinger-nomidi-directml :基于diffsinger最新nomidi模式开发的渲染器,使用onnx,无需python服务器,支持windows directml https://github.com/oxygen-dioxide/OpenUtau/tree/nnsvs-onnx :nnsvs onnx音素器,无需python服务器,目标是将nnsvs的音素时长模型开放给其他AI引擎及开发者。

oxygen-dioxide commented 1 year ago

openutau diffsinger 更新内容:

版本3

oxygen-dioxide commented 1 year ago

System.Resources.MissingManifestResourceException HResult=0x80131532 Message=Could not find the resource "ResamplerPresets.Data.Resources.resources" among the resources "OpenUtau.Core.Analysis.Crepe.Resources.resources", "OpenUtau.Core.G2p.Data.Resources.resources", "OpenUtau.Core.ResamplerPresets.Data.Resources.resources", "OpenUtau.Core.Vogen.Data.VogenRes.resources" embedded in the assembly "OpenUtau.Core", nor among the resources in any satellite assemblies for the specified culture. Perhaps the resources were embedded with an incorrect name. Source=System.Private.CoreLib StackTrace: 在 System.Resources.ManifestBasedResourceGroveler.HandleResourceStreamMissing(String fileName) 在 System.Resources.ManifestBasedResourceGroveler.GrovelForResourceSet(CultureInfo culture, Dictionary`2 localResourceSets, Boolean tryParents, Boolean createIfNotExists) 在 System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents) 在 System.Resources.ResourceManager.GetObject(String name, CultureInfo culture, Boolean wrapUnmanagedMemStream) 在 System.Resources.ResourceManager.GetObject(String name, CultureInfo culture) 在 A.Resources.get_moresampler() 在 E:\repos\OpenUtau\OpenUtau.Core\ResamplerPresets\Data\Resources.Designer.cs 中: 第 68 行 在 OpenUtau.Core.ResamplerPresets.ShippedManifests.TryGet(String name, Byte[]& manifestBytes) 在 E:\repos\OpenUtau\OpenUtau.Core\ResamplerPresets\ShippedManifests.cs 中: 第 16 行 在 OpenUtau.Classic.ExeResampler.LoadManifest() 在 E:\repos\OpenUtau\OpenUtau.Core\Classic\ExeResampler.cs 中: 第 28 行

此异常最初是在此调用堆栈中引发的: [外部代码] OpenUtau.Core.ResamplerPresets.ShippedManifests.TryGet(string, out byte[]) (位于 ShippedManifests.cs 中) OpenUtau.Classic.ExeResampler.LoadManifest() (位于 ExeResampler.cs 中)

image
github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 60 days with no activity. It will be closed if no further activity occurs. Thank you.

oxygen-dioxide commented 1 year ago

image

oxygen-dioxide commented 1 month ago

暂缓cli命令行渲染功能的开发,相关代码保存在cli-old分支中