Fix small copy-paste typo in ossaudiodev setparameters() example (found by Ken Housley on docs@).
This commit is contained in:
parent
c3eb868cc4
commit
c5c900defb
|
@ -296,7 +296,7 @@ simple calculations.
|
|||
|
||||
fmt = dsp.setfmt(fmt)
|
||||
channels = dsp.channels(channels)
|
||||
rate = dsp.rate(channels)
|
||||
rate = dsp.rate(rate)
|
||||
|
||||
|
||||
.. method:: oss_audio_device.bufsize()
|
||||
|
|
Loading…
Reference in New Issue