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
don't need to worry about other built-in formats:
koumura files all end in .wav
and textgrid doesn't actually open the .wav file to get the sampling rate / frequency,
and the user can specify another extension (e.g., '.WAV') if they need to
by using the modified `_parse_file` function
that can accept multiple extensions as valid
`phn2annot` will now check for both `.phn` and `.PHN` extensions
phn2annot
throws an error because it looks for files with extension.wav
, not.WAV
The text was updated successfully, but these errors were encountered: