摘要: import pydub import pydub.playback import numpy as np import time import threading def play_audio_and_print_binary(file_path): # 加载音频文件 audio = pydub. 阅读全文
posted @ 2025-08-20 16:30 华腾智算 阅读(23) 评论(0) 推荐(0)
摘要: from pydub import AudioSegment from pydub.playback import play song = AudioSegment.from_file("s.mp3", format="mp3") print(len(song)) print('采样率',song. 阅读全文
posted @ 2025-08-20 11:14 华腾智算 阅读(14) 评论(0) 推荐(0)
摘要: import re firstASCII=ord('a') N=26 def enChar(x,key): xid=ord(x)-firstASCII yid=(xid+key)%N y=chr(firstASCII+yid) return y def Caesar(text,key): retur 阅读全文
posted @ 2025-08-20 08:41 华腾智算 阅读(10) 评论(0) 推荐(0)
https://damo.alibaba.com/ https://tianchi.aliyun.com/course?spm=5176.21206777.J_3941670930.5.87dc17c9BZNvLL