File tree Expand file tree Collapse file tree 6 files changed +33
-2
lines changed
Expand file tree Collapse file tree 6 files changed +33
-2
lines changed Original file line number Diff line number Diff line change 99 Audio</ h1 >
1010 < section >
1111 < div class ="sample-app ">
12- < img src ="images/samples/accord-audio-fourier.png " alt ="Spectrometer (fourier) sample application. " />
12+ < img src ="images/samples/accord-audio-fourier.png " alt ="Spectrometer (fourier) sample application. "
13+ style ="max-width: 385px; " />
1314 < h2 >
1415 Fourier</ h2 >
1516 < p >
1617 A simple audio spectrum analyzer using Fast Fourier Transform (FFT). Can optionally
1718 use audio windows (i.e. Hamming) to reduce bin leakage in the spectrum.</ p >
1819 </ div >
1920 < div class ="sample-app ">
20- < img src ="images/samples/accord-audio-tempodetector.png " alt ="Tempo detector sample application. " />
21+ < img src ="images/samples/accord-audio-tempodetector.png " alt ="Beat detector sample application. "
22+ style ="max-width: 396px; " />
2123 < h2 >
2224 Beat Detector</ h2 >
2325 < p >
2830 current tempo by "tapping" the metronome.</ p >
2931 </ div >
3032 < div class ="sample-app ">
33+ < img src ="images/samples/accord-audio-recording.png " alt ="Wave recording sample application. "
34+ style ="max-width: 370px; " />
3135 < h2 >
3236 Recorder</ h2 >
37+ < div class ="sample-links ">
38+ < ul >
39+ < li > Download < a href ="http://dl.dropbox.com/u/32601472/accord/samples/accord-audio-fourier-bin.zip ">
40+ application</ a > </ li >
41+ < li > Download < a href ="http://dl.dropbox.com/u/32601472/accord/samples/accord-audio-fourier-src.zip ">
42+ source code</ a > </ li >
43+ < li > Browse the < a href ="https://github.com/accord-net/framework/tree/master/Samples/Audio/Fourier ">
44+ source code online</ a > </ li >
45+ </ ul >
46+ </ div >
3347 < p >
3448 A simple wave recorder able to capture sound from the microphone.</ p >
3549 </ div >
Original file line number Diff line number Diff line change @@ -358,6 +358,23 @@ article .video
358358 width : 80% ;
359359}
360360
361+ .sample-links
362+ {
363+ margin-bottom : 4px ;
364+ }
365+
366+ .sample-links ul
367+ {
368+ list-style-type : none;
369+ padding-left : 5px ;
370+ }
371+
372+ .sample-links li
373+ {
374+ font-size : 12px ;
375+ line-height : 14px ;
376+ }
377+
361378
362379
363380# faq : first-child
You can’t perform that action at this time.
0 commit comments