-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnohup.out
More file actions
36 lines (35 loc) · 1.95 KB
/
Copy pathnohup.out
File metadata and controls
36 lines (35 loc) · 1.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
============================================================
Processing BeMaTac dataset...
============================================================
Traceback (most recent call last):
File "/Users/whisper/zenflow_projects/coding.agent/scripts/prepare_german_dataset.py", line 831, in <module>
main()
~~~~^^
File "/Users/whisper/zenflow_projects/coding.agent/scripts/prepare_german_dataset.py", line 806, in main
process_bematac()
~~~~~~~~~~~~~~~^^
File "/Users/whisper/zenflow_projects/coding.agent/scripts/prepare_german_dataset.py", line 508, in process_bematac
n = process_dialogue(mono, sr, spk0, spk1, "bematac", fid, output_dir)
File "/Users/whisper/zenflow_projects/coding.agent/scripts/prepare_german_dataset.py", line 453, in process_dialogue
write_chunk(stereo, sr, chunk_aligns, output_dir, fname)
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/whisper/zenflow_projects/coding.agent/scripts/prepare_german_dataset.py", line 381, in write_chunk
sf.write(wav_path, stereo.T, sr, subtype="PCM_16")
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/whisper/miniconda3/lib/python3.13/site-packages/soundfile.py", line 375, in write
with SoundFile(file, 'w', samplerate, channels,
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
subtype, endian, format, closefd,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
compression_level, bitrate_mode) as f:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/whisper/miniconda3/lib/python3.13/site-packages/soundfile.py", line 788, in __exit__
self.close()
~~~~~~~~~~^^
File "/Users/whisper/miniconda3/lib/python3.13/site-packages/soundfile.py", line 1257, in close
self.flush()
~~~~~~~~~~^^
File "/Users/whisper/miniconda3/lib/python3.13/site-packages/soundfile.py", line 1251, in flush
_snd.sf_write_sync(self._file)
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
KeyboardInterrupt