We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Greeting; i use pydub for a notification module and which just play a simple sound. this unwanted logs are messing with actual logs
i search api.md for any help but found none.
greatest luck to you and your projects
from pydub import AudioSegment from pydub.playback import play song = AudioSegment.from_wav("files/notif.wav") play(song)
playing song without anything!
unwanted logs:
Input #0, wav, from '/tmp/tmpyxvtcvfl.wav': 0KB sq= 0B f=0/0 Duration: 00:00:02.16, bitrate: 1536 kb/s Stream #0:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 48000 Hz, 2 channels, s16, 1536 kb/s 2.09 M-A: 0.000 fd= 0 aq= 0KB vq= 0KB sq= 0B f=0/0
You can include the audio file in this issue - just put it in a zip file and drag/drop the zip file into the github issue. Files dosent matter
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Greeting;
i use pydub for a notification module and which just play a simple sound.
this unwanted logs are messing with actual logs
i search api.md for any help but found none.
greatest luck to you and your projects
Steps to reproduce
Expected behavior
playing song without anything!
Actual behavior
unwanted logs:
Your System configuration
Is there an audio file you can include to help us reproduce?
You can include the audio file in this issue - just put it in a zip file and drag/drop the zip file into the github issue.
Files dosent matter
The text was updated successfully, but these errors were encountered: