⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.74
Server IP:
104.21.48.1
Server:
Linux vmi2315822.contaboserver.net 5.15.0-134-generic #145-Ubuntu SMP Wed Feb 12 20:08:39 UTC 2025 x86_64
Server Software:
LiteSpeed
PHP Version:
8.3.21
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
lib
/
python3.10
/
email
/
mime
/
__pycache__
/
View File Name :
audio.cpython-310.pyc
o �*�g� � @ s` d Z dgZddlZddlmZ ddlmZ ddlmZ ddd d d �Z dd� Z G d d� de�ZdS )z/Class representing audio/* type MIME documents.� MIMEAudio� N)�BytesIO)�encoders)�MIMENonMultipart�basiczx-wavzx-aiff)�au�wav�aiff�aifcc C sH | dd� }t |�}tjD ]}|||�}|dur!t�|d � S q dS )a Try to identify a sound file type. sndhdr.what() has a pretty cruddy interface, unfortunately. This is why we re-do it here. It would be easier to reverse engineer the Unix 'file' command and use the standard 'magic' file, as shipped with a modern Unix. Ni r )r �sndhdr�tests�_sndhdr_MIMEmap�get)�data�hdr�fakefile�testfn�res� r �'/usr/lib/python3.10/email/mime/audio.py�_whatsnd s �r c @ s&