Ronald Kinard
|
e9b8f46f73
|
[osx] Return correct Voice period.
|
2016-06-14 23:38:52 -05:00 |
Ronald Kinard
|
b2635a52c5
|
[osx] Add get_period to Voice
|
2016-06-01 01:28:59 -05:00 |
Geoffroy Couprie
|
dd87dbc1d2
|
Fix compilation on OSX with the new API for coreaudio-rs
this builds upon the following pull request:
https://github.com/tomaka/cpal/pull/81
|
2016-01-12 17:06:14 +01:00 |
Ronald Kinard
|
30e96aa15a
|
coreaudio: implementation cleanup
|
2015-09-26 23:04:17 -05:00 |
Ronald Kinard
|
1cdf5af808
|
coreaudio: Implement some missing functions.
underflow and get_pending_samples.
|
2015-09-24 16:24:12 -05:00 |
Ronald Kinard
|
53c5529b16
|
Return correct length of buffer, stub unimpl funcs
|
2015-09-24 13:19:42 -05:00 |
Ronald Kinard
|
fd50a113a1
|
Revert "coreaudio: Add support for U16/I16 PCM formats."
This reverts commit bdef4fb3fe .
|
2015-09-24 12:54:54 -05:00 |
Ronald Kinard
|
bdef4fb3fe
|
coreaudio: Add support for U16/I16 PCM formats.
The conversion is done Rust-side instead of using AUHAL's
automatic conversion because I haven't gotten around generics
issues yet.
|
2015-09-23 23:19:29 -05:00 |
Ronald Kinard
|
54fb5b03cc
|
Set coreaudio sample rate to 44100.
This makes rodio demos work correctly!
|
2015-09-23 22:23:57 -05:00 |
Ronald Kinard
|
dbf9ae20da
|
Make coreaudio Voice Send/Sync.
|
2015-09-23 22:14:32 -05:00 |
Ronald Kinard
|
c841be235c
|
Restore CoreAudio support after API overhaul.
|
2015-09-23 22:02:28 -05:00 |
Pierre Krieger
|
8d21f5ff25
|
Store the format in the public `Voice` struct
|
2015-09-22 13:34:06 +02:00 |
Pierre Krieger
|
75f828b04f
|
Add #[inline] attributes
|
2015-09-11 10:55:29 +02:00 |
Ronald Kinard
|
6389ab3ece
|
Remove use of box syntax.
Allows build on stable/beta rust.
|
2015-07-25 17:13:51 -05:00 |
Pierre Krieger
|
a6c1b14d66
|
Rustup
|
2015-03-26 10:03:40 +01:00 |
mitchmindtree
|
1d66e18d7e
|
Fixed coreaudio callback to send proper buffersize, removed code in lib where sampleformat affected buffersize
|
2015-03-03 18:17:21 +11:00 |
mitchmindtree
|
1347c7c99d
|
Removed core_audio-sys local bindings in favour of new coreaudio-rs crate
|
2015-03-01 05:50:29 +11:00 |