Open
Description
I use two pcs; they have different specs but use the exact same python libraries.
In one of the two pcs, the reading by soundfile library sf.read
makes the floating issue for some audio files, ending up with extremely large number over a component of a sample.
I recommend using torchaudio.load
instead of sf.read
'; this fixes the issue.
Metadata
Metadata
Assignees
Labels
No labels