You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generating a sine wave as shown in the first blocks of the sine example in http://audiostream.readthedocs.org/en/latest/#examples
and changing the number of channels from 1 to 2 or from 2 to 1 changes the frequency (half and double, respectively).
I tried to dive into the code and think it is because the AudioSample class and the AudioOutput class (from audiostream.core) can have different channel settings (variables .channels and .channel, respectively).
The text was updated successfully, but these errors were encountered:
mpollow
changed the title
changing channel number changes frequency in SineSource
changing number of channels causes a frequency change in SineSource
Sep 21, 2014
Generating a sine wave as shown in the first blocks of the sine example in
http://audiostream.readthedocs.org/en/latest/#examples
and changing the number of channels from 1 to 2 or from 2 to 1 changes the frequency (half and double, respectively).
I tried to dive into the code and think it is because the AudioSample class and the AudioOutput class (from audiostream.core) can have different channel settings (variables .channels and .channel, respectively).
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: