ossaudiodev.oss_audio_device.sync()

oss_audio_device.sync()

Wait until the sound device has played every byte in its buffer. (This happens implicitly when the device is closed.) The OSS documentation recommends closing and re-opening the device rather than using sync().

doc_python
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.