teragonaudio / MrsWatson

A command-line VST plugin host
http://teragonaudio.com/MrsWatson.html
Other
486 stars 102 forks source link

Trying to process WAV file with VST2 plugin. Get 'dropout' -> 0 frames output #232

Closed vtange closed 8 years ago

vtange commented 8 years ago

Hello.

I'm trying to process music in WAV format through a De-esser plugin I save the settings for in an .FXP file.

Everything seems to checkout and the process finishes, but I get nothing written in the output file. All I get is

D 00294400 006302 Read 512 samples from PCM file
D 00294400 006302 Processing audio with plugin 'Lisp.dll'
D 00294400 006302 Plugin 'Lisp.dll' spent 0ms processing (0% effective CPU usage)

and finally

D 00294912 006302 End of PCM file reached
D 00294912 006302 Read 0 samples from PCM file
D 00294912 006302 Processing audio with plugin 'Lisp.dll'
W 00294912 006302 Possible dropout! Plugin 'Lisp.dll' spent 0ms processing time (0ms max)
- 00294912 006302 Finished processing input source
D 00294912 006302 Using buffer size of 0 for final block
- 00295424 006302 Total processing time 6sec, approximate breakdown:
- 00295424 006302   MrsWatson Initialization: 6sec (98.0%)
- 00295424 006302   MrsWatson Input Source: 18ms (0.3%)
- 00295424 006302   MrsWatson Output Source: 0ms (0.0%)
- 00295424 006302   Lisp.dll Audio Processing: 78ms (1.2%)
- 00295424 006302   Lisp.dll MIDI Processing: 0ms (0.0%)
- 00295424 006302 Read 294912 frames from F:\Vic\Desktop\MrsWatson-Report-Tue-May-----------------\utterance_0.wav
- 00295424 006302 Wrote 0 frames to F:\Vic\Desktop\MrsWatson-Report-Tue-May-----------------\utterance_deessed.wav

Am I doing something wrong? How hard would this be to fix/implement?

vtange commented 8 years ago

Here is the error log and plugin and all. DroppedIssue.zip

vtange commented 8 years ago

Solved issue by reverting Mrs.Watson version to one used in npm module node-vst-host.