Benjins-automation
8f949a81c8
Upgrade plain-HTTP links to HTTPS in Cargo.toml files ( #498 )
...
Co-authored-by: Benji Smith <6193112+Benjins@users.noreply.github.com>
2023-05-21 08:02:32 +02:00
Joe Clay
d5b9ae3467
Release 0.17.1
2023-02-25 20:45:30 +01:00
Joe Clay
4e123a6366
Disable Symphonia default features
2023-02-25 20:45:30 +01:00
est31
56360d789c
Release 0.17.0 ( #480 )
2023-02-17 22:42:40 +01:00
est31
7b65d2fdd9
Edition 2021 ( #479 )
2023-02-17 22:14:05 +01:00
François
0c0e086b6a
update cpal to 0.15 ( #478 )
2023-02-17 13:05:23 +01:00
Johannes Hackel
317ec569fe
Support ADPCM formats in WAV files ( #469 )
2023-01-25 10:32:46 +01:00
Sergey "Shnatsel" Davidoff
92142b1a0c
Default to pure-Rust Symphonia for MP3 decoding ( #453 )
...
* Default to symphonia-mp3 over minimp3
* Update documentation to state that MP3 is decoded by Symphonia
2022-11-12 05:08:36 +01:00
David
e7faaf7506
Release version 0.16.0 ( #441 )
...
* Bump version to 0.15.1
* Update CHANGELOG.md
* Update Cargo.toml
* Update CHANGELOG.md
2022-09-14 14:43:27 +02:00
harudagondi
61367c92df
Update cpal
to 0.14 ( #435 )
2022-08-27 15:17:01 +02:00
Alejandro Perea
69a7f416a7
Move sound to assets/
; Exclude it from package ( #421 )
...
* Move sound to `assets/`; Exclude it from package
* Exclude tests from package
2022-03-26 20:15:18 +01:00
est31
ed16867cdb
Update symphonia to 0.5 ( #412 )
2022-01-31 18:01:11 +01:00
est31
9436db8e2b
Add symphonia-vorbis feature to use symphonia's vorbis support instead
2022-01-25 02:20:57 +01:00
Stephen Sherratt
9ba6836e37
Release 0.15.0 ( #408 )
...
* Update symphonia dep
* Release 0.15.0
2022-01-25 01:57:53 +01:00
Austin Schey
0988e8c886
Add optional Symphonia backend ( #376 )
...
* add symphonia decoder
* add symphonia-flac
* better compile errors
* remove unsafe send
* update ci
* sudo
* disable duration check because symphonia does not support it
* add error handling
* cleanup
* update symphonia and fix breaking changes
* update to published symphonia version
* update docs
* reduce namespace duplication
* remove extra reference to current frame
* pr comments
* exclude decoders from module if unused
* fix flac test
* recommend disabling default features with symphonia
2021-06-29 09:12:28 +02:00
Alex Butler
f6af938d8d
Release 0.14.0 ( #368 )
...
* Add 0.14 changes to changelog
* Release 0.14
2021-05-21 22:15:25 +02:00
Marcel Märtens
c397a4d8d1
Fix a error when rodio just panics instead of propagate an error to the user ( #362 )
...
Update version to 0.13.1
2021-03-29 08:58:23 +02:00
SnoozeTime
e1aea73ba0
add feature flag to enable wasm-bindgen ( #342 )
2020-12-09 13:49:36 +01:00
David Ackerman
73857e3d51
Update cpal with Android support ( #336 )
...
* Add cpal with Android support. Update CHANGELOG
* Bump version to 0.13.0
* Update CHANGELOG
2020-11-03 15:04:48 +01:00
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