tomaka
|
7c76613aba
|
Merge pull request #51 from tomaka/fix-signed
Fix signed/unsigned formats mismatch
|
2015-07-22 15:18:56 +02:00 |
Pierre Krieger
|
2f36175d96
|
Fix samples signs on win32
|
2015-07-22 14:28:45 +02:00 |
Pierre Krieger
|
c71d9d74b3
|
Merge branch 'sample-format' of https://github.com/kmcallister/cpal into fix-signed
|
2015-07-22 14:28:13 +02:00 |
tomaka
|
68a1952f4d
|
Merge pull request #50 from tomaka/fix-win32
Fix the win32 build
|
2015-07-20 19:12:44 +02:00 |
Pierre Krieger
|
48b7278254
|
Fix the win32 build
|
2015-07-20 19:06:58 +02:00 |
tomaka
|
23de5b5aab
|
Fix the version in the README
|
2015-07-11 15:15:07 +02:00 |
tomaka
|
a8b0aee08e
|
Bump to 0.1.0
|
2015-07-11 15:14:49 +02:00 |
tomaka
|
20a1e255c4
|
Merge pull request #47 from tomaka/msvc
Fix platform-specific dependencies with MSVC
|
2015-07-04 15:08:34 +02:00 |
Pierre Krieger
|
56e555bc03
|
Fix platform-specific dependencies with MSVC
|
2015-07-04 14:13:15 +02:00 |
tomaka
|
0bad33e82c
|
Publish 0.0.22
|
2015-06-24 22:00:03 +02:00 |
tomaka
|
7886c1b9cf
|
Merge pull request #45 from tomaka/fix-alsa-threadsafety
Fix ALSA channels thread safety
|
2015-06-24 21:59:37 +02:00 |
Pierre Krieger
|
b813aa168a
|
Calls to a single ALSA channel are not thread safe
|
2015-06-24 15:17:52 +02:00 |
tomaka
|
f7c99ef3c8
|
Publish 0.0.21
|
2015-06-05 19:14:01 +02:00 |
tomaka
|
ed995c098b
|
Merge pull request #44 from retep998/com
Use shiny new COM
|
2015-05-27 18:38:15 +02:00 |
Peter Atashian
|
618ef2a4f9
|
Use shiny new COM
Signed-off-by: Peter Atashian <retep998@gmail.com>
|
2015-05-27 12:24:14 -04:00 |
tomaka
|
f71af2bed4
|
Merge pull request #40 from ruud-v-a/beep
Simplify beep example
|
2015-04-27 18:11:36 +02:00 |
Ruud van Asseldonk
|
be84701f82
|
Simplify beep example
|
2015-04-27 17:33:02 +02:00 |
tomaka
|
e2b259c958
|
Merge pull request #38 from tomaka/rustup
Rustup and version bumps
|
2015-04-20 11:42:03 +02:00 |
Pierre Krieger
|
d85f969caf
|
Rustup and version bumps
|
2015-04-20 09:30:36 +02:00 |
Mitchell Nordine
|
5403e91f26
|
Merge pull request #37 from ruud-v-a/alsa-sys
Remove integer suffixes in alsa-sys
|
2015-04-18 21:57:35 +10:00 |
Ruud van Asseldonk
|
3041ecaba9
|
Remove integer suffixes in alsa-sys
The `us` suffixes have long been replaced with `usize`, but in this case, no
suffixes are required at all.
|
2015-04-18 13:11:23 +02:00 |
tomaka
|
44d03c017d
|
Merge pull request #36 from tomaka/rustup
Update for Rustc 1.0.0 beta
|
2015-04-04 09:32:11 +02:00 |
Pierre Krieger
|
07b2009dae
|
Update for Rustc 1.0.0 beta
|
2015-04-04 09:22:23 +02:00 |
tomaka
|
b5eba32ee5
|
Merge pull request #35 from tomaka/rustup
Update for change in rustc and winapi
|
2015-03-30 11:42:26 +02:00 |
Pierre Krieger
|
93073f1ff7
|
Update for change in rustc and winapi
|
2015-03-30 11:19:03 +02:00 |
tomaka
|
5594cbe849
|
Merge pull request #34 from tomaka/rustup
Rustup
|
2015-03-26 10:17:04 +01:00 |
Pierre Krieger
|
a6c1b14d66
|
Rustup
|
2015-03-26 10:03:40 +01:00 |
tomaka
|
1adfa820c6
|
Publish alsa-sys before cpal
|
2015-03-25 14:23:23 +01:00 |
tomaka
|
e03de502b9
|
Merge pull request #33 from tomaka/rustup
Rustup
|
2015-03-25 13:55:59 +01:00 |
Pierre Krieger
|
84326cb4a7
|
Rustup
|
2015-03-25 13:50:52 +01:00 |
tomaka
|
f7c2949549
|
Merge pull request #31 from mitchmindtree/master
Fixed coreaudio callback to send proper buffersize, removed code in lib where sampleformat affected buffersize
|
2015-03-03 08:34:11 +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 |
tomaka
|
8781f8b70b
|
Fix travis build
|
2015-02-28 20:13:33 +01:00 |
tomaka
|
6615b0a2d7
|
Merge pull request #28 from mitchmindtree/master
Removed core_audio-sys local bindings in favour of new coreaudio-rs crate
|
2015-02-28 20:12:27 +01:00 |
mitchmindtree
|
1347c7c99d
|
Removed core_audio-sys local bindings in favour of new coreaudio-rs crate
|
2015-03-01 05:50:29 +11:00 |
tomaka
|
502b5f647d
|
Merge pull request #27 from mitchmindtree/master
OSX support via the Apple Core Audio, Audio Unit C API. Only supports f32 samples so far. closes #15
|
2015-02-27 23:58:13 +01:00 |
mitchmindtree
|
d6470de74c
|
Properly shutdown the AudioUnit on drop
|
2015-02-28 06:43:15 +11:00 |
mitchmindtree
|
f212d85889
|
OSX support via the Apple Core Audio, Audio Unit C API. Only supports f32 so far.
|
2015-02-28 06:05:24 +11:00 |
Keegan McAllister
|
8692eb2fc6
|
Correct reported ALSA sample format
|
2015-02-24 14:02:22 -08:00 |
mitchmindtree
|
2b86445c9a
|
Merge remote-tracking branch 'upstream/master'
merging with upstream changes
|
2015-02-23 00:50:10 +11:00 |
mitchmindtree
|
c9fe2a132a
|
Commiting pre-merge
|
2015-02-23 00:50:06 +11:00 |
tomaka
|
bbee77e922
|
Bump version
|
2015-02-22 11:51:29 +01:00 |
tomaka
|
8b0111913a
|
Merge pull request #23 from tomaka/update
Update for rustc
|
2015-02-22 11:34:14 +01:00 |
Pierre Krieger
|
28bd368658
|
Update for rustc
|
2015-02-22 11:24:49 +01:00 |
tomaka
|
ff63e283d5
|
Merge pull request #22 from tomaka/update
Update for rustc
|
2015-02-19 21:34:39 +01:00 |
Pierre Krieger
|
0fa579d885
|
Update for rustc
|
2015-02-19 21:22:22 +01:00 |
mitchmindtree
|
54e570c1e3
|
Merge remote-tracking branch 'upstream/master'
Merging with latest upstream changes.
|
2015-02-16 13:44:26 +11:00 |
tomaka
|
c82d978c59
|
Merge pull request #21 from tomaka/bump-alsa
Bump alsa-sys version
|
2015-02-13 14:48:11 +01:00 |
Pierre Krieger
|
676e206982
|
Bump alsa-sys version
|
2015-02-13 14:43:09 +01:00 |
tomaka
|
85533deb55
|
Merge pull request #20 from tomaka/rework-pub
Publish alsa-sys too
|
2015-02-13 14:41:51 +01:00 |