Skip to content

unable to write FLAC files with SoundFile #2

@raecke

Description

@raecke

The script

import soundfile as sf
sf.write('test.flac', [0.1, 0.2, 0.3, 0.4], 48000)

crashes with the current master branch of SoundFile, and python 2.7.6 (32-bit) under Windows 7 64bit.

Also affected is tag 1.0.27. Tag 1.0.25 works.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions