\
+
\
+
\
拖拽'+(set.multiple?"多":"一")+'个'+set.name+'文件到这里 / 点此选择,并'+set.title+'\
\
\
');
- $(".RuntimeChoiceDropFile").bind("dragover",function(e){
+ $("."+cls+" .RuntimeChoiceDropFile").bind("dragover",function(e){
e.preventDefault();
}).bind("drop",function(e){
e.preventDefault();
readChoiceFile(e.originalEvent.dataTransfer.files);
});
- $(".RuntimeChoiceFile").bind("change",function(e){
+ $("."+cls+" .RuntimeChoiceFile").bind("change",function(e){
readChoiceFile(e.target.files);
});
function readChoiceFile(files){
@@ -1130,6 +1135,7 @@
,{n:"【Demo库】【信号处理】IIR低通、高通滤波",k:"dsp.lib.filter.iir"}
,{n:"【测试】【信号处理】FFT频域分析ECharts频谱曲线图",k:"dsp.test.fft.analysis"}
,{n:"【测试】WebM格式解析并提取音频",k:"test.webm.extract_audio"}
+,{n:"【测试】G711、G72X编码和解码播放",k:"test.g7xx.engine"}
,{n:"【测试】音频可视化相关插件测试",k:"test.extensions.visualization"}
];
diff --git "a/assets/\345\267\245\345\205\267-\350\243\270PCM\350\275\254WAV\346\222\255\346\224\276\346\265\213\350\257\225.html" "b/assets/\345\267\245\345\205\267-\350\243\270PCM\350\275\254WAV\346\222\255\346\224\276\346\265\213\350\257\225.html"
index e2c9299..bed8e05 100644
--- "a/assets/\345\267\245\345\205\267-\350\243\270PCM\350\275\254WAV\346\222\255\346\224\276\346\265\213\350\257\225.html"
+++ "b/assets/\345\267\245\345\205\267-\350\243\270PCM\350\275\254WAV\346\222\255\346\224\276\346\265\213\350\257\225.html"
@@ -7,6 +7,7 @@
裸(RAW、WAV)PCM转WAV播放测试和转码
+