jiaaro/pydub

Unwanted Logs!!

matin1099 opened this issue · 0 comments

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

from pydub import AudioSegment
from pydub.playback import play
 
song = AudioSegment.from_wav("files/notif.wav")

play(song)

Expected behavior

playing song without anything!

Actual behavior

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   


Your System configuration

  • Python version: 3.12
  • Pydub version: 0.25.1
  • ffmpeg or avlib?: wav
  • ffmpeg/avlib version: N/A

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