Skip to content

No sound output on Linux Mint #575

Description

@ullix

Using sounddevice in Python 3.11.2 on Linux Mint LMDE6 (based on debian12) but not getting any sound output using this simple test program:

import sounddevice as sd
import soundfile   as sf

path = "gres/bip.wav"

print("sounddevice")
data, samplerate = sf.read(path)
sd.play(data, samplerate)
sd.wait()

No error message of any kind. It works well when using playsound3 instead.

And both work well on Win11 Pro 23H2.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions