John Hershey

Results 5 comments of John Hershey

After reducing the volume, and padding/clipping at the end, I eliminated the mismatch that was coming from clipping. There still seems to be another mismatch, that happens every so often...

I haven't tried exactly reproducing it, since I'm randomizing when I generate, but I can try that. It's something that seems to happen in a small percentage of the soundscapes...

Yes, at first I thought it was from the seed being the same each run, but it remained after changing the seed.

The temp file warnings are mentioned here: https://github.com/rabitt/pysox/issues/6 The input formats warning is mentioned here: https://github.com/rabitt/pysox/issues/85

Using disable_sox_warnings=True in scaper.generate() makes things look better.