Skip to content

Add functionality to read wav file #20

@kootenpv

Description

@kootenpv

Unfortunately doesn't work with:

wf = wave.open("my.wav", "rb")

self.stream = p.open(
    format=p.get_format_from_width(wf.getsampwidth()),
    channels=wf.getnchannels(),
    rate=wf.getframerate(),
    output=True,
    stream_callback=self.callback,
)

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