| 124 | === Audio issue (no audio) (iOS7) === |
| 125 | |
| 126 | There 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 | {{{ |
| 129 | iPhone mediaserverd[45] <Error>: 10:53:59.986 ERROR: [0x240b000] 740: _vp: initialize hw input: fs mismatched! REF=0.000000Hz, MIC=44100.000000Hz |
| 130 | iPhone mediaserverd[45] <Error>: Resampler2 bad sample rate(s) : 0.00 16000.00 |
| 131 | }}} |
| 132 | |
| 133 | One solution is to set the sound device's clock rate to 44100 Hz as to avoid resampling. |
| 134 | |