3e7cef0
(HEAD -> master)
Add a note that rsoundio is abandonware by
2020-12-13 11:46:47 +0100
2725562
Add copyright owner information by
2020-04-27 15:37:32 +0200
5269488
Add deps.rs badge by
2018-02-20 23:31:10 +0100
79910ef
Source profile to make cargo and available by
2017-01-26 23:15:22 +0100
375245f
s/--yes/-y by
2017-01-26 23:12:04 +0100
79fcff4
Disable interactive installation by
2017-01-26 22:58:11 +0100
1b7f6e8
Use rustup by
2017-01-26 22:54:43 +0100
548052b
Fix #8 by
2017-01-26 22:48:59 +0100
4d55c2a
Ignore intellij IDEAs meta data by
2017-01-26 22:48:31 +0100
0e6f0f8
rustfmt by
2016-05-03 16:44:16 +0200
5779dc9
Write `max_frame_count` in `write_callback` by
2016-05-03 16:42:48 +0200
3ba1940
Pretty print latency by
2016-05-03 16:42:35 +0200
e687f5e
Set latency to `sample-rate / buffer-size` by
2016-05-03 16:42:10 +0200
0726d1b
s/sr/sample_rate/g by
2016-05-03 16:40:31 +0200
a9eddf1
Use global `BUF_SIZE` constant by
2016-05-03 16:40:08 +0200
18f5e00
(tag: 0.1.6)
Increase version number to `0.1.6` by
2016-05-03 02:03:17 +0200
dc28b06
Add `set_latency` to `OutStream` by
2016-05-03 01:45:33 +0200
6aae1dc
cargo fmt by
2016-05-03 01:45:11 +0200
315f020
Implement `default` for `SoundIo` and add `name` argument to `new` by
2016-05-03 01:44:10 +0200
3a259be
Replace boolean match with a plain ol' `if-else` by
2016-05-03 01:36:24 +0200
ef948d4
Remove redundant closure by
2016-05-03 01:35:13 +0200
314f7c3
Allow to pass slices instead of forcing a vector by
2016-05-03 01:31:11 +0200
7748e9e
Remove redundant pattern by
2016-05-03 01:26:37 +0200
59104ad
Remove redundant `Clone` implementations and derive them by
2016-05-03 01:23:45 +0200
d787c16
Remove redundant `let` binding by
2016-05-03 01:16:17 +0200
0adc256
(tag: 0.1.5)
Update minor version to `0.1.5` by
2016-04-02 21:06:06 +0200
f6e7123
Use `rb` 0.2.x by
2016-04-02 21:05:50 +0200
7e3e741
Use uppercase identifiers for constants by
2016-04-02 21:05:06 +0200
84a4d17
Add sample-rate setter for `OutStream` by
2016-04-02 21:04:05 +0200
4862c67
Move values into closure to avoid lifetime errors by
2016-04-02 21:03:34 +0200
bf951f6
Fix license section by
2016-04-01 18:09:03 +0200
13a548e
Show the SW-latency by
2016-03-28 13:40:53 +0200
2d51195
Use constants and reduce signal volume by
2016-03-28 13:40:15 +0200
35fe907
Read at most `max_frame_count` frames by
2016-03-28 13:36:06 +0200
70591d3
Use `read_blocking` by
2016-03-28 13:35:08 +0200
6e4725f
Update license shield by
2016-03-26 10:39:47 +0100
e032112
(tag: 0.1.4)
Increase minor version number due to relicensing by
2016-03-24 10:24:09 +0100
2aa861d
Relicense under MIT/Apache-2.0 as it is common in the Rust eco system by
2016-03-24 10:22:59 +0100
05b4ecc
Use ring-buffer in example by
2016-03-22 23:45:33 +0100
69df53b
Increase version number to `0.1.3` by
2016-03-13 17:01:06 +0100
904cb7c
Play a sine by
2016-03-13 17:00:41 +0100
148150c
Explicitly exit if stream test is run in a CI environment by
2016-03-13 17:00:09 +0100
e8cee9f
Suppress error output by
2016-03-13 16:56:41 +0100
fbd8164
Fix some comments by
2016-03-13 16:56:25 +0100
eaf0260
Prevent some `dead_code` warnings by
2016-03-13 16:55:28 +0100
e0cae2d
Check latency from outside the callback by
2016-03-13 16:54:11 +0100
e52f088
Do not call `destroy` explicitly by
2016-03-13 16:47:58 +0100
1fcdde5
Set usage marker to prevent `drop` of source stream on context switch by
2016-03-13 16:46:10 +0100
0f567f4
(tag: 0.1.3)
Increase version number to `0.1.3` by
2016-03-13 17:01:06 +0100
997741a
Play a sine by
2016-03-13 17:00:41 +0100
194e692
Explicitly exit if stream test is run in a CI environment by
2016-03-13 17:00:09 +0100
1037df9
Suppress error output by
2016-03-13 16:56:41 +0100
e0b27bf
Fix some comments by
2016-03-13 16:56:25 +0100
b514469
Prevent some `dead_code` warnings by
2016-03-13 16:55:28 +0100
7b1b2f3
Merge branch 'fix/callback-destroy' by
2016-03-13 16:54:49 +0100
501f6db
Check latency from outside the callback by
2016-03-13 16:54:11 +0100
d85ff7f
Do not call `destroy` explicitly by
2016-03-13 16:47:58 +0100
63c0ecc
Set usage marker to prevent `drop` of source stream on context switch by
2016-03-13 16:46:10 +0100
78850ba
Fix circle.yml by
2016-03-08 16:40:56 +0100
21c35a9
s/backens/backends/g by
2016-03-08 16:31:13 +0100
89fba4c
Add rustdoc shield by
2016-02-28 17:37:26 +0100
8b552cb
(tag: 0.1.2)
Increase minor version by
2016-02-28 17:31:43 +0100
1079eca
(fixes)
Remove empty `drop` implementation by
2016-02-28 16:38:22 +0100
795146c
Remove unused type parameter (was a leftover) by
2016-02-28 16:38:09 +0100
9fbdaab
Remove `ne` that is already provided by the trait by
2016-02-28 16:37:44 +0100
0d00794
Make device reference counter private again by
2016-02-28 16:37:04 +0100
d015abe
Move callbacks and box them inside `register_` method by
2016-02-28 16:36:21 +0100
5218884
Use more appropriate types (unsiged integers for counts) by
2016-02-28 16:17:07 +0100
858e109
Use github repository instead of a link to my `git.klingt.net` by
2016-02-28 15:50:51 +0100
9e74bde
Update TODOs by
2016-02-27 16:43:57 +0100
67e1572
Add crates.io badge by
2016-02-27 16:36:35 +0100
7a5fb49
(tag: 0.1.1)
Increase minor version to `0.1.1` by
2016-02-27 16:35:13 +0100
bbe697f
Add usage section by
2016-02-27 16:34:55 +0100
42abfd0
Merge branch 'circle-ci' by
2016-02-27 16:32:17 +0100
5a4ff23
Add TODO by
2016-02-27 16:32:04 +0100
2f1abd4
Add circle CI badge by
2016-02-27 16:31:56 +0100
7a7ec3d
(circle-ci)
Add rci as dev dependency and skip impossible tests in CI environment by
2016-02-27 16:24:56 +0100
965c445
Fix broken backend assertion by
2016-02-27 04:12:35 +0100
758724f
Fix test by removing unnecessary device unref by
2016-02-27 04:12:11 +0100
5005d7a
Add test `pre` commands by
2016-02-27 04:00:15 +0100
139fc2f
Prefix with `eval` by
2016-02-27 03:55:06 +0100
3009129
Try a different syntax for subshell calls by
2016-02-27 03:49:59 +0100
d41ff05
Reformat test call and add workaround to set `LD_LIBRARY_PATH` by
2016-02-27 03:42:12 +0100
d39752f
Panic on unknown extension by
2016-02-27 02:52:05 +0100
94b5ab8
Build as dynamic library. by
2016-02-27 02:50:16 +0100
bf9378c
Add `sio!` macro and `sio_url` function by
2016-02-27 02:48:55 +0100
d1d7393
Add `err_exists` macro to ignore `AlreadyExists` error by
2016-02-27 02:48:21 +0100
c4dd673
Remove `dst_root` string by
2016-02-27 02:47:40 +0100
5fd6612
Add `lib` and `include` dir as variables by
2016-02-27 02:46:33 +0100
a1a0aec
Fix cmake call specifying envs as `-DENV=VAL` arguments by
2016-02-27 02:44:24 +0100
3a13a12
Remove travis CI config by
2016-02-27 02:43:06 +0100
090b7d3
Fix `cargo test` by loading ssh key by
2016-02-26 18:27:57 +0100
e0f87fc
Install alsa (headers are needed to compile libsoundio, disabling ALSA doesn't work) by
2016-02-26 18:27:17 +0100
76d7e32
Auto confirm multirust installation by
2016-02-26 18:08:28 +0100
bf6b48e
Use multirust by
2016-02-26 18:04:00 +0100
334da58
Add basic Circle CI config for Rust stable by
2016-02-26 18:01:31 +0100
df677c9
Only remove build folder by
2016-02-26 17:53:14 +0100
4c1ce8f
Remove cmake dependency by
2016-02-26 17:53:02 +0100
dcb7e0f
(travis-fix)
dont care by
2016-02-26 17:41:12 +0100
b1e0743
4.9 by
2016-02-21 22:31:53 +0100