Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
999Yy999 committed Dec 29, 2021
1 parent b02b361 commit 78ebac9
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,54 +3,54 @@ audio recognition

# 网页版听歌识曲

# 音乐库
一、音乐库
目前包含1k+音乐


# 功能包括
# 1. 音乐库管理(增删改查)
二、功能包括
1. 音乐库管理(增删改查)
![image](https://user-images.githubusercontent.com/49663646/147631824-8b1ecbb9-9dfa-4833-982e-de6091021d3a.png)



# 2. 录音识曲和在线试听
2. 录音识曲和在线试听
![image](https://user-images.githubusercontent.com/49663646/147631889-1225c9cf-f98c-49ab-b19a-332392ce285a.png)
![image](https://user-images.githubusercontent.com/49663646/147631896-84450a61-22c6-4f72-9815-f1e86a675e20.png)
![image](https://user-images.githubusercontent.com/49663646/147631907-fdbfd7dd-83d6-458f-b567-8d4f15fcc7db.png)



# 3. 测试算法识别准确率(模拟加噪环境下)
3. 测试算法识别准确率(模拟加噪环境下)
![image](https://user-images.githubusercontent.com/49663646/147631953-7045eeb8-d51e-4170-a67b-f76c96cafa40.png)
![image](https://user-images.githubusercontent.com/49663646/147631960-f77d417c-d461-4ecf-bfe5-2a0c2eb701aa.png)



# 算法
三、算法
基于Shazam公司的Landmark算法


# 算法效果
### 在音频截取时长不低于4秒时,检索成功率很高。
### 加入辅助检索后,识别准确率增加。
### 系统抗噪能力强,音乐识别速度较快,符合性能需求。
### 系统的最佳参数是:音乐片段时长10秒以上,几乎可以确保音乐识别成功率。
四、算法效果
1、在音频截取时长不低于4秒时,检索成功率很高。
2、加入辅助检索后,识别准确率增加。
3、系统抗噪能力强,音乐识别速度较快,符合性能需求。
4、系统的最佳参数是:音乐片段时长10秒以上,几乎可以确保音乐识别成功率。



# 展望
### 在识别准确率方面,音频截取时长低于4秒时,测试准确率比较低。
### 在时长方面,特别是添加音乐到音乐库时的时长有待提高,识别时长也有提升空间。
### 同时音乐库的体量也有待增大。
### 音乐可以使用爬虫爬取
五、 展望
1、 在识别准确率方面,音频截取时长低于4秒时,测试准确率比较低。
2、 在时长方面,特别是添加音乐到音乐库时的时长有待提高,识别时长也有提升空间。
3、 同时音乐库的体量也有待增大。
4、 音乐可以使用爬虫爬取







# 遇到的问题
六、 遇到的问题
#遇到的问题1:数据库语句运行太慢了

#数据库配置优化了 闲云野鹤大佬帮忙改的 2020-5-4
Expand Down

0 comments on commit 78ebac9

Please sign in to comment.