Merge branch 'sample-format' of https://github.com/kmcallister/cpal into fix-signed

This commit is contained in:
Pierre Krieger 2015-07-22 14:28:13 +02:00
commit c71d9d74b3
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ impl Voice {
}
pub fn get_samples_format(&self) -> ::SampleFormat {
::SampleFormat::U16
::SampleFormat::I16
}
pub fn append_data<'a, T>(&'a mut self, max_elements: usize) -> Buffer<'a, T> where T: Clone {