Is there a way to specify iolib = MHAIOFile for the input and iolib = MHAIOalsa for the output.
Essentially I want to listen to a .wav file using mha.
Dan..
wav file input and line or BTE output
-
- Posts: 38
- Joined: Fri May 10, 2019 7:58 am
Re: wav file input and line or BTE output
Mixed iolibs are not possible, but for your case you can use
iolib = MHAIOalsa
and add the addsndfile plugin with
mode = replace
in your processing chain. This will replace the mic signals with the content of your .wav file.
Hendrik
iolib = MHAIOalsa
and add the addsndfile plugin with
mode = replace
in your processing chain. This will replace the mic signals with the content of your .wav file.
Hendrik
Re: wav file input and line or BTE output
Thanks, That was very helpful.
Dan..
Dan..