jiaaro / pydub

Manipulate audio with a simple and easy high level interface
http://pydub.com
MIT License
8.86k stars 1.04k forks source link

ModuleNotFoundError: No module named 'pyaudioop' #815

Open KOKOMI12345 opened 3 hours ago

KOKOMI12345 commented 3 hours ago

Steps to reproduce

Expected behavior

hope worked normally

Actual behavior

Traceback (most recent call last): File "G:\python\Lib\site-packages\pydub\utils.py", line 14, in import audioop ModuleNotFoundError: No module named 'audioop'

Traceback (most recent call last): File "f:\python_play\FuXLogger\processor\processAudio.py", line 1, in from pydub import AudioSegment File "G:\python\Lib\site-packages\pydub__init__.py", line 1, in from .audio_segment import AudioSegment File "G:\python\Lib\site-packages\pydub\audio_segment.py", line 11, in from .utils import mediainfo_json, fsdecode File "G:\python\Lib\site-packages\pydub\utils.py", line 16, in import pyaudioop as audioop ModuleNotFoundError: No module named 'pyaudioop'

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.

processor.zip

KOKOMI12345 commented 3 hours ago

is ffmpeg, and version is ffmpeg version n4.4.3-2-ga54187b7d9 Copyright (c) 2000-2022 the FFmpeg developers