[osx] Return correct Voice period.
This commit is contained in:
parent
b2635a52c5
commit
e9b8f46f73
|
@ -162,7 +162,7 @@ impl Voice {
|
||||||
|
|
||||||
#[inline]
|
#[inline]
|
||||||
pub fn get_period(&self) -> usize {
|
pub fn get_period(&self) -> usize {
|
||||||
0
|
self.get_pending_samples()
|
||||||
}
|
}
|
||||||
|
|
||||||
#[inline]
|
#[inline]
|
||||||
|
|
Loading…
Reference in New Issue