stakira / OpenUtau

Open singing synthesis platform / Open source UTAU successor
http://www.openutau.com
MIT License
2.06k stars 285 forks source link

Error when Playing on Piano Roll #310

Closed hilmiyafia closed 2 years ago

hilmiyafia commented 2 years ago

Acknowledgement

šŸ› Describe the bug

The error is at:

WordlineResampler.cs public string DoResamplerReturnsFile(ResamplerItem item, ILogger logger); WaveFileWriter.CreateWaveFile16(item.outputFile, new ExportAdapter(source).ToMono(1, 0));

Explains how to reproduce the bug

I use my private voicebank There was only one track with the default phonemizer I made a simple two notes on the piano roll Then when I tried to play it this happened.

OS & Version

Windows 11

Logs

[04:57:53 INF] StartPlayback at 00:00:03.8125000 [04:57:54 VRB] Copy D:\Assets\Voice Banks\Sample 2\17_wav.frq to C:\Users\Hilmi Yafi\Downloads\OpenUtau-master\OpenUtau\bin\Debug\net5.0-windows\Cache\src-376e15ab-02cc5d05-bcfbf609_wav.frq [04:57:54 VRB] Copy D:\Assets\Voice Banks\Sample 2\17.wav.llsm to C:\Users\Hilmi Yafi\Downloads\OpenUtau-master\OpenUtau\bin\Debug\net5.0-windows\Cache\src-376e15ab-02cc5d05-bcfbf609.wav.llsm Exception thrown: 'System.IO.IOException' in System.Private.CoreLib.dll An exception of type 'System.IO.IOException' occurred in System.Private.CoreLib.dll but was not handled in user code The process cannot access the file 'C:\Users\Hilmi Yafi\Downloads\OpenUtau-master\OpenUtau\bin\Debug\net5.0-windows\Cache\res-376e15ab-19b53c82047d6c33.wav' because it is being used by another process.

stakira commented 2 years ago

supposedly fixed by now