anyone please provide voice corpus tool example I read the usage file but I cant understand the process.
this what I used
./voice.py augment ./train_data_english.csv reverb [-room_scale 1] [-hf_damping 1] [-wet_gain 1] [-reverberance 1] [-wet_only 1] [-pre_delay 1] write ./temp.csv
Reading augmentation sample durations…
0%| | 0/16244 [00:00<?, ?it/s]Traceback (most recent call last):
File “./voice.py”, line 700, in
main()
File “./voice.py”, line 696, in main
parser.parse(sys.argv[1:])
File “./voice.py”, line 131, in parse
result = self._parse(state)
File “./voice.py”, line 123, in _parse
result = cmd.action(*arg_values, **options)
File “./voice.py”, line 629, in _augment
aug_durs = self._map(‘Reading augmentation sample durations…’, aug_samples, lambda s: int(math.ceil(s.file.duration * 1000.0)))
File “./voice.py”, line 372, in _map
for result in self._progress(message, pool.imap_unordered(fun, lst), total=len(lst) if total < 0 else total):
File “/home/giuser/anaconda3/lib/python3.7/site-packages/tqdm/_tqdm.py”, line 955, in iter
for obj in iterable:
File “/home/giuser/anaconda3/lib/python3.7/multiprocessing/pool.py”, line 748, in next
raise value
File “/home/giuser/anaconda3/lib/python3.7/multiprocessing/pool.py”, line 121, in worker
result = (True, func(*args, **kwds))
File “./voice.py”, line 629, in
aug_durs = self._map(‘Reading augmentation sample durations…’, aug_samples, lambda s: int(math.ceil(s.file.duration * 1000.0)))
File “./voice.py”, line 225, in duration
return self.stats.duration
File “./voice.py”, line 220, in stats
self._stats = sf.info(self.filename)
File “/home/giuser/anaconda3/lib/python3.7/site-packages/soundfile.py”, line 436, in info
return _SoundFileInfo(file, verbose)
File “/home/giuser/anaconda3/lib/python3.7/site-packages/soundfile.py”, line 383, in init
with SoundFile(file) as f:
File “/home/giuser/anaconda3/lib/python3.7/site-packages/soundfile.py”, line 627, in init
self._file = self._open(file, mode_int, closefd)
File “/home/giuser/anaconda3/lib/python3.7/site-packages/soundfile.py”, line 1182, in _open
"Error opening {0!r}: ".format(self.name))
File “/home/giuser/anaconda3/lib/python3.7/site-packages/soundfile.py”, line 1355, in _error_check
raise RuntimeError(prefix + _ffi.string(err_str).decode(‘utf-8’, ‘replace’))
RuntimeError: Error opening ‘/home/giuser/MyWorkspace/HMM_STT/2907/voice-corpus-tool/wav/joel/filee_35015.wav’: File contains data in an unknown format.
but i got this error
thanks