You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is it possible to generate a multi-speaker mixture, as I noticed in your package it mixed all folders audio's in the foreground folder, ex:
my folder will be like follow:
but in my case I only want to random mix two spekears, if my foreground folder has 1000 speakers the output wav will contain all the 1000 spkears, (correct me if I'm worng)
also another point I'm interest on is it possible for example to have a custom output data, I need another file to act as a reference (ref most be different from the one used in the mix) of one of the mixed speakers ex:
the package only expect .wav files in my case I only have .flac should I transfer all my files from .flac to wav before using this package (this is additional work and space)
The text was updated successfully, but these errors were encountered:
is it possible to generate a multi-speaker mixture, as I noticed in your package it mixed all folders audio's in the foreground folder, ex:
my folder will be like follow:
the output of the mixture will be as follow:
but in my case I only want to random mix two spekears, if my foreground folder has 1000 speakers the output wav will contain all the 1000 spkears, (correct me if I'm worng)
also another point I'm interest on is it possible for example to have a custom output data, I need another file to act as a reference (ref most be different from the one used in the mix) of one of the mixed speakers ex:
The text was updated successfully, but these errors were encountered: