While playing sound acceleration occurs - Stack Overflow most recent 30 from stackoverflow.com2009-12-16T19:57:42Zhttp://stackoverflow.com/feeds/question/736876http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/736876/while-playing-sound-acceleration-occurs0While playing sound acceleration occurs Jyotsna2009-04-10T06:29:00Z2009-04-10T08:14:18Z
<p>Hi to all</p>
<p>I am developing one game where I want to move UIImageView based on accelerometer. When I rotate iphone device left to right or right to left the UIImageView have to rotate in particular angle. It's moving also but the problem occurs when I play background sound because of that sound, it sends some acceleration point even if my iphone is idle.
So my UIImageView is also moving. It should not happen. When I decrease the iphone sound volume it works very well. What I have to do for that. </p>
<p>And also if anyone knows how to get acceleration point only when iphone is moving from left to right or right to left. It should not detect when iphone is xz or yz plane. </p>
<p>If anybody knows the solution please reply.</p>
http://stackoverflow.com/questions/736876/while-playing-sound-acceleration-occurs/737029#7370292Answer by Roger Nolan for While playing sound acceleration occurs Roger Nolan2009-04-10T08:14:18Z2009-04-10T08:14:18Z<p>Have you got any filtering on the input from the accelertometer? I would expect the noise from the speaker the accelerometer is picking up is vastly different in amplitude and frequency than the game control.</p>
<p>There is a simple low pass filter in the Apple accelerometer graph sample code.</p>