Changes between Version 52 and Version 53 of Getting-Started/iPhone


Ignore:
Timestamp:
Oct 3, 2013 5:02:45 AM (11 years ago)
Author:
ming
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/iPhone

    v52 v53  
    122122Note: these steps do not troubleshoot audio problems. 
    123123 
     124=== Audio issue (no audio) (iOS7) === 
     125 
     126There are a few reports that the audio is not working on iOS 7 (so far it's only reported to happen in iPhone 5) after getting the following error: 
     127 
     128{{{ 
     129iPhone mediaserverd[45] <Error>: 10:53:59.986 ERROR:     [0x240b000] 740: _vp: initialize hw input: fs mismatched! REF=0.000000Hz, MIC=44100.000000Hz 
     130iPhone mediaserverd[45] <Error>: Resampler2 bad sample rate(s) :        0.00    16000.00 
     131}}} 
     132 
     133One solution is to set the sound device's clock rate to 44100 Hz as to avoid resampling. 
     134 
    124135=== Supporting multiple architectures (armv6, armv7, armv7s, and so on) === 
    125136