聲音檢索
- Blum, et al. " Audio Analysis for Content-Based Retrieval" 1996
- 以數位訊號處理技術字聲音資料庫擷取出音響特性
- 音響特性:音高 (pitch)、響度 (loudness)、亮度 (brightness) 、頻寬 bandwidth 、調和度 (harmonicity)
- 查詢模式與範例:
- 以值查詢:令 p1,p2 代表相異兩個特徵的值 "retrieve all the sounds with p1 greater than 0.9 and p2 smaller than 0.2" 查出 p1 > 0.9 AND p2 < 0.2 的所有聲音
- 範例查詢: "Retrieve all the sounds similar to this sound with respect to feature p1" 查出所有的聲音,其特徵 p1 與所給範例的特徵 p1 相似者
- 組織與瀏覽: "Sort the current sounds by feature p2" 將查詢結果按特徵 p2 的大小排列
Notes: