It appears that the filled area lies between curves proportional to either $\pm\sqrt{|f|}$ or $\pm\log|f|$, where $f$ is proportional to the input signal. The logarithmic version would require some cutoff to avoid large negative values near $f=0$. Since such waves are usually digitally sampled, this could be done by taking the logarithm of the integer sample value, which would be $0$ for an input of $1$, and then defining the output to also be $0$ for an input of $0$. You can see in this plot that it's hard to tell with the naked eye which of the two it is. From what I know about audio, I'd expect that the logarithm would make more sense. If you can, you should apply both of those functions to the input you gave as an example and then compare the outputs in detail.