est31
f34939b1dc
Release 0.12.0
2020-10-05 01:10:01 +02:00
est31
71bc464ff2
Use OR instead of /
2020-10-05 01:09:40 +02:00
Nicolas Braud-Santoni
ff9f6fc7de
SampleRateConverter: Parametrize tests over the sample frequencies
2020-10-01 17:04:08 +02:00
Jacob Hughes
95317f9b88
Add LoopedDecoder
...
LoopedDecoder works like the normal Decoder, but when the decoder
reaches the end of file it will restart playback from the beginning.
This has the advantage over Decoder::new().repeat_infinite() that it
will not buffer the entire uncompressed audio file into memory.
Update minimp3 to version 0.5 to use the `into_iter()` method
2020-08-27 15:07:40 -04:00
Alex Butler
286d63d6b3
Use cpal 0.12
2020-07-10 20:08:12 +01:00
Alex Butler
c93adb2582
Migrate to edition 2018
...
* Remove unstable/legacy rustfmt config
* Run rustfmt
2020-05-02 13:33:57 +01:00
Alex Butler
0517ee7216
Add RodioDevice wrapper for cpal::Device
...
* Remove static/global facilities.
2020-05-02 13:33:56 +01:00
Alex Butler
00c627241c
Rework to use no-event-loop cpal
2020-05-02 13:33:52 +01:00
est31
7bf8ba5cb6
Release v0.11.0
2020-03-16 22:39:44 +01:00
est31
1b3b716e9f
Update cpal to 0.11.0
2020-01-30 20:56:26 +01:00
Alex Butler
29344401ee
Update lewton to 0.10
2020-01-30 20:43:24 +01:00
est31
7f9eff3cc8
Release v0.10.0
2019-11-16 23:27:22 +01:00
est31
b36ce81447
Update some links to the new location
2019-11-16 08:02:42 +01:00
est31
80948cf5c4
Merge pull request #243 from est31/remove_nalgebra
...
Remove nalgebra in favour of a handmade function
2019-08-09 22:06:57 +02:00
est31
a15ca2b43e
Remove nalgebra in favour of a handmade function
2019-08-09 20:46:41 +02:00
Alex Butler
0151398043
Update cpal -> 0.10
...
* Provide device prevous method using `cpal::default_host()`
* Naively handle new cpal errors
2019-07-18 13:06:14 +01:00
Pierre Krieger
65bffdbaa3
Publish v0.9.0
2019-06-08 15:08:16 +02:00
Azriel Hoh
3ee73c5ad6
Swap cgmath
to nalgebra
crate.
...
This helps converge the rust ecosystem onto `nalgebra`.
2019-05-21 14:22:43 +12:00
Azriel Hoh
94230abdab
Bumped claxon
to 0.4.2 to avoid uninitialized memory read.
2019-05-21 14:20:29 +12:00
german gomez
660f081c15
minimp3 version bump ( fixes #212 )
...
Signed-off-by: german gomez <germangb42@gmail.com>
2018-12-09 00:21:25 +01:00
german gomez
1e02d9022a
Bump minimp3 version
...
Signed-off-by: german gomez <germangb42@gmail.com>
2018-12-07 18:32:10 +01:00
est31
a82eba1abe
Prepare the 0.8.1 release ( #186 )
2018-09-18 13:53:34 +02:00
est31
fcd0edbdcc
Finish the relicensing process ( #178 )
...
Closes #64
2018-08-28 11:56:39 +02:00
est31
5f04ae5156
Update lewton to 0.9 ( #174 )
2018-08-16 19:39:49 +02:00
est31
2a9f1feb73
Update lewton to 0.8.0
2018-07-26 11:16:22 +02:00
Jacob Kiesel
d839e53078
Prepare 0.8 release
2018-06-22 08:50:19 -06:00
Aliaksandr_Navitski
ac5d8b79f4
Bumped minimp3 version
2018-06-22 11:48:03 +03:00
Erin Moon
73e19bad29
cargo: add feature dependency on minimp3
2018-05-26 18:42:22 -05:00
Francesco Zardi
c14650d6d5
Publish 0.7.0
2018-04-19 11:38:00 +02:00
Francesco Zardi
fb234e3ebb
Bump cpal version to 0.8
2018-04-19 08:59:27 +02:00
Francesco Zardi
74ceb63c3c
Update cpal
dependency to 0.7
...
The update required adapting to the breaking changes introduced by the new version, as reported in the `cpal`'s
[changelog](a2fe9386af/CHANGELOG.md
), namely:
- Rename `ChannelsCount` to `ChannelCount`.
- Rename `SamplesRate` to `SampleRate`.
- Rename the `min_samples_rate` field of `SupportedFormat` to `min_sample_rate`
- Rename the `with_max_samples_rate()` method of`SupportedFormat` to `with_max_sample_rate()`
- Rename the `samples_rate` field of `Format` to `sample_rate`
- Changed the type of the `channels` field of the `SupportedFormat` struct from `Vec<ChannelPosition>` to `ChannelCount` (an alias to `u16`)
2018-04-18 14:24:33 +02:00
Cormac O'Brien
0e2ce6716b
Update hound dependency to 3.3.1
...
Fixes tomaka/rodio#157
2018-03-19 14:41:47 -05:00
tomaka
ec3e39bbf2
Publish 0.6.0
2018-02-08 22:47:20 +01:00
Pierre Krieger
85a7d1abfe
Public 0.5.3
...
Fix #153
2018-02-08 17:12:50 +01:00
Pierre Krieger
c6854dc325
Update dependencies
2017-12-24 10:48:40 +01:00
Andriy S. from cobalt
2f1b3f5309
merge upstream/master
2017-10-29 18:06:20 +02:00
Andriy S. from cobalt
3ef6b0564f
make wav/flac/vorbis decoding features optional
2017-10-29 17:57:21 +02:00
Pierre Krieger
f7473cc9fe
Fix tests
2017-10-21 09:52:59 +02:00
Pierre Krieger
8b2fab2673
Finish rework
2017-10-21 09:30:38 +02:00
Pierre Krieger
da515c65ec
[WIP] Update for cpal's rework
2017-10-14 14:22:45 +02:00
Jacob Kiesel
5e68bba0fe
Publish new version
...
It would be helpful to me to have use of the new `empty()` function for Amethyst. Do you mind publishing a new minor version?
2017-08-21 13:48:24 -06:00
Pierre Krieger
80b4acef38
Publish 0.5.1
2017-07-11 16:53:18 +02:00
Jacob Kiesel
b4ecdfd075
Add spatial audio
2017-07-02 10:48:32 -06:00
tomaka
e0f5c43c4e
Publish 0.5.0
2017-05-01 14:52:22 +02:00
tomaka
39d7a48125
Publish 0.4.3
2017-04-15 13:51:07 +02:00
est31
89635a3f71
Update to lewton 0.5
2017-02-27 19:26:16 +01:00
tomaka
b1a560eb41
Merge pull request #100 from tomaka/flac
...
Implement decoding Flac
2017-02-10 09:49:23 +01:00
Pierre Krieger
c9338891d5
More documentation rework
2017-02-09 14:02:38 +01:00
Pierre Krieger
99419b64ec
Implement decoding Flac
2017-02-09 11:54:25 +01:00
tomaka
48b1f0e89f
Publish 0.4.2
2016-11-14 22:24:34 +01:00