2025年12月21日
摘要: https://gitee.com/h128/sound-color-similar-detect import numpy as np import librosa import os import sys from sklearn.metrics.pairwise import cosine_s 阅读全文
posted @ 2025-12-21 20:54 小沙盒工作室 阅读(19) 评论(0) 推荐(0)
摘要: import numpy as np import librosa import os from sklearn.metrics.pairwise import cosine_similarity # 1. 设置路径 test_audio_path = "./test_audio.wav" # 用户 阅读全文
posted @ 2025-12-21 12:58 小沙盒工作室 阅读(6) 评论(0) 推荐(0)
摘要: <script src="https://cdn.sheetjs.com/xlsx-0.20.3/package/dist/xlsx.full.min.js"></script> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8 阅读全文
posted @ 2025-12-21 11:17 小沙盒工作室 阅读(9) 评论(0) 推荐(0)
摘要: minetest.conf name =管理员名称 default_privs = interact, shout, privs 阅读全文
posted @ 2025-12-21 00:53 小沙盒工作室 阅读(3) 评论(0) 推荐(0)