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.

sharing audio input on Android -


i doing preparation research android phone app involve voice search or speech recognition while user simultaneously engaged in phone call. i'm finding when in middle of call , attempt invoke voice search or similar action take input microphone "audio error" message. phone app take exclusive control on microphone input of phone such other apps cannot access audio input?

in answer direct question, yes. phone app takes full exclusive control on microphone input. same apps use microphone. 1 app can have access microphone @ time. however, in hope app, can access voice uplink stream, same thing (it spoken mic , uploaded service towers), plus won't interfere call @ all. can this:

mediarecorder mrecorder = new mediarecorder(); mrecorder.setaudiosource(mediarecorder.audiosource.voice_uplink);

you have add permissions record manifest , such, that's that. luckily speech recognition stuff built in, should able find out how poking around bit on here or googleing it. unfortunately, myself don't have offer in field however. hope helps!


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 -