Steve Checkoway
|
5f9ee5c5bd
|
Set sample rate of the device, if possible.
|
2006-11-17 17:37:51 +00:00 |
|
Steve Checkoway
|
1ea6837c02
|
Header cleanup.
|
2006-11-17 17:13:39 +00:00 |
|
Steve Checkoway
|
e988ea9945
|
Survive device changes, (external) sample rate changes, etc.
|
2006-11-17 16:59:22 +00:00 |
|
Steve Checkoway
|
1f79f25240
|
Fix crash by stopping the audio _on_ the real time thread. This ensures that the current buffer gets played but that it never gets called again. I'm not convinced that the property listeners won't get called but I'm not sure how to handle those sanely just yet, at least in a lockless manner.
This code doesn't handle external format changes very well yet--but then, neither does the other sound driver.
|
2006-11-12 09:04:14 +00:00 |
|
Steve Checkoway
|
78d055dfad
|
Beginning of a sound driver that uses AUHAL instead of dealing with the HAL itself. Apple engineers claim it's easier to use (although, I note there's almost zero documentation) and it correctly handles things like device format changing. It currently works, for the most part (on 10.4 and above).
|
2006-06-18 19:05:40 +00:00 |
|