Audio.Pitch not smaller than 0.1f on the iPhone?

Hi, i need to set a small audio.pitch value like 0.0001f which works on the PC version.

But on the iPhone it seems like the min. value is 0.1f.

Is there a limitation?

One possible solution to get below that limitation would be creating the sound in different "pitches" and then deciding which sound to play if it goes below any given limitation (I know that there were some limitations on frequency due to very nasty crash bugs in Unity - seems quite plausible that they have similar limitations on the iPhone). You might even get better audio-quality if you optimize the sounds for different pitches (but transitions might be a little more tricky to implement).