Featured post

c# - Usage of Server Side Controls in MVC Frame work -

i using asp.net 4.0 , mvc 2.0 web application. project requiremrnt have use server side control in application not possibl in noraml case. ideally want use adrotator control , datalist control. i saw few samples , references in codepleax mvc controllib howwver found less useful. can tell how utilize theese controls in asp.net application along mvc. note: please provide functionalities related adrotator , datalist controls not equivalent functionalities thanks in advace. mvc pages not use normal .net solution makes use of normal .net components impossible. a normal .net page use event driven solution call different methods service side mvc use actions , view completly different way handle things. also, mvc not use viewstate normal .net controlls require. found article discussing mixing of normal .net , mvc.

audio - How to write a wah-wah sound effect in C++? -


i'm trying learn write wah-wah sound effect. fun :)

so far, i've done lot of research, , page explains best. http://www.geofex.com/article_folders/wahpedl/voicewah.htm

basically, i'm looking simple c++ examples generate wah-wah (ooaaooaa) effect.

eventually once done, hope able create "eeeoooeeeoo" effect, or "eeaaeeaa" effect :) sort of vowel sythnthesis, music.

if find examples i'll link them here.

...

i'm having trouble mathematical side of things.

what waves need generate make "e" sound? waves need generate make "o" sound?

i did try making 2 frequencies, harmonics, according page, , adjusting 2 frequencies, still sounded electronic beeps, not vowels.

...

http://www.acoustics.hut.fi/publications/files/theses/lemmetty_mst/chap3.html seems good. there numbers can use. sound "vowelish".

edit: tried making sounds @ frequencies mentioned on page (100hz,600hz,1000hz,2500hz). did not sound "vowelish". maybe slightly, not properly.

so need more frequencies make proper "a" sound. although i'm not sure frequencies.

i record own voice. , maybe download otherpeople speaking vowels. , find spectrum analyser app. tried searching spectrum analyser app, , first 1 found wouldn't work on sound files microphone input. seems lot more work trying find spectrum analyser app need. might need write own.

shame can't find resource list of requencies generate vowel from... can learn this. , using knowledge, develop "vowel filter" works wahwah "ioio" or "eaea" sounds.

right now, amount of effort need do:

  • download vowels
  • test perhaps 4 apps see if can analyse frequency spectrums file
  • generate frequencies spectrum
  • test frequencies see if sounds "vowel-like"

its not "fun" anymore. work. shame. have other (real) work doing. i'll park 1 until find enough answers make project fun work on.

about sounding vowel, should @ formants. in synthesizing voice.

passing sound thru formant filter may lead precisely effect want.

edit: insist formant filter is not wah-wah effect. wah-wah effect simple bandpass filter. formant filter more complex.


Comments

Popular posts from this blog

c# - Usage of Server Side Controls in MVC Frame work -

cocoa - Nesting arrays into NSDictionary object (Objective-C) -

ios - Very simple iPhone App crashes on UILabel settext -