python-wavefile icon indicating copy to clipboard operation
python-wavefile copied to clipboard

Pythonic access to audio files

Results 4 python-wavefile issues
Sort by recently updated
recently updated
newest added

I just started using WaveWriter to write multi-channel data, and the output wav files can be read by Matlab and Audacity, as well as recognized by sox. But when loading...

Seeking should be available also en WaveWriter

enhancement

Expose `is_seekable` attribute in SND_INFO structure as `isSeekable` read-only property.

enhancement

Let the library be smart and given some clues deduce which is the format and subformat to use. For instance: - When no main format is specified, deduce it from...

enhancement