tests: fix a thinko in the wavenc example
authorAntonio Ospite <ao2@ao2.it>
Fri, 29 Aug 2014 13:40:23 +0000 (15:40 +0200)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 12 Jan 2016 22:20:33 +0000 (22:20 +0000)
commitbe5f94734a57a13294ea06ada1466d041a5654a9
tree2015b860da3853f989301841d471ca5f1ac8def7
parentbdcc0390aff2b91ceb48fb169e7c155f3e84f4ba
tests: fix a thinko in the wavenc example

The code is supposed to follow somehow what the comment above says, that
is to have one channel with a wave of freq 440 and the other channel
with a wave of freq 880, but an off by one error results in frequencies
of 0 and 440.

https://bugzilla.gnome.org/show_bug.cgi?id=735673
tests/check/pipelines/wavenc.c