Skip to content
New issue

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

Unwanted Logs!! #798

Open
matin1099 opened this issue Jun 27, 2024 · 0 comments
Open

Unwanted Logs!! #798

matin1099 opened this issue Jun 27, 2024 · 0 comments

Comments

@matin1099
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant