Commit graph

550 commits

Author SHA1 Message Date
Pierre Krieger
ae21370019
Merge pull request #170 from Xaeroxe/release
Prepare 0.8 release
2018-06-22 17:39:39 +02:00
Jacob Kiesel
d839e53078 Prepare 0.8 release 2018-06-22 08:50:19 -06:00
Pierre Krieger
ebde38777b
Merge pull request #169 from AlexNav73/master
Bumped minimp3 version
2018-06-22 13:29:48 +02:00
Aliaksandr_Navitski
ac5d8b79f4 Bumped minimp3 version 2018-06-22 11:48:03 +03:00
Pierre Krieger
992b5d5c80
Merge pull request #168 from thiolliere/patch-1
fix dynamic mixer doc
2018-06-21 16:27:06 +02:00
thiolliere
2933c3c0b2
fix dynamic mixer doc 2018-06-20 19:32:57 +02:00
Pierre Krieger
8d51880638
Merge pull request #167 from barzamin/minimp3
Implement MP3 support via Minimp3
2018-06-16 20:01:20 +02:00
Pierre Krieger
5b67e5ffa4
Merge pull request #166 from lennartS/typo
Fix typo in rustdoc
2018-06-10 00:57:54 +02:00
Lennart Sauerbeck
43e161899d Fix typo in rustdoc 2018-06-09 20:57:02 +02:00
Erin Moon
05fbda87db examples: add music_mp3 example 2018-05-26 18:42:22 -05:00
Erin Moon
5c54078126 decoders: implement minimp3-based MP3 decoder
Closes #36.
2018-05-26 18:42:22 -05:00
Erin Moon
c5725b8a37 vorbis decoder: implement filetype check and fallthrough 2018-05-26 18:42:22 -05:00
Erin Moon
73e19bad29 cargo: add feature dependency on minimp3 2018-05-26 18:42:22 -05:00
Pierre Krieger
6ab1c2a6b9
Merge pull request #164 from frazar/master
Refactor code with `cargo fmt`
2018-04-21 11:10:28 +02:00
Pierre Krieger
a5ad6ffe3f
Merge pull request #163 from frazar/new_release
Publish 0.7.0
2018-04-21 11:09:59 +02:00
frazar
ad97682aec
Fix grammar 2018-04-21 09:39:10 +02:00
Francesco Zardi
c14650d6d5 Publish 0.7.0 2018-04-19 11:38:00 +02:00
Francesco Zardi
6a8c71bdb2 Run cargo fmt 2018-04-19 10:03:48 +02:00
Pierre Krieger
8d2209be8c
Merge pull request #162 from frazar/master
Update cpal dependency to 0.8
2018-04-19 09:46:19 +02:00
Francesco Zardi
255db6aa71 Use the default_output_format() from cpal to choose the best output format 2018-04-19 08:59:27 +02:00
Francesco Zardi
b85626b3fb Fix the value of the silenced output for the u16 case (i.e. half of the maximum allowed value) 2018-04-19 08:59:27 +02:00
Francesco Zardi
fb234e3ebb Bump cpal version to 0.8 2018-04-19 08:59:27 +02:00
Francesco Zardi
30d601c3cd Rename 'new_stream()' to 'new_output_stream()' 2018-04-19 08:59:27 +02:00
Francesco Zardi
5641ab56fa Remove 'mut' keyboard from the buffer argument of audio_callback() 2018-04-19 08:59:27 +02:00
Francesco Zardi
c554c8e1f8 Handle the case in which an StreamData::Input is passed as a buffer to audio_callback() 2018-04-19 08:59:27 +02:00
Francesco Zardi
457c8a5011 Fix typo 2018-04-19 08:59:27 +02:00
Francesco Zardi
95703113ba Rename 'endpoint' to 'device' 2018-04-19 08:59:27 +02:00
Francesco Zardi
5f42197c77 Fix typo 2018-04-19 08:59:27 +02:00
Francesco Zardi
0a90b31380 Rename the play() method of EventLoop to play_stream() 2018-04-19 08:59:27 +02:00
Francesco Zardi
96d4d539b3 Rename 'voice' to 'stream' 2018-04-19 08:59:27 +02:00
Francesco Zardi
f3b1fc915e Change the signature of audio_callback() to accept a StreamData enum instead of a UnknownTypeOutputBuffer 2018-04-19 08:59:27 +02:00
Francesco Zardi
9d4d9fdcac Rename voice_id to stream_id 2018-04-19 08:59:27 +02:00
Francesco Zardi
5d62f69223 Rename VoiceId to StreamId 2018-04-19 08:59:27 +02:00
Francesco Zardi
ebceebb760 Rename 'endpoints' to devices' 2018-04-19 08:59:27 +02:00
Francesco Zardi
cde47ab970 Rename default_endpoint() to, default_output_device(), reexport default_input_device() 2018-04-19 08:59:27 +02:00
Francesco Zardi
b912730313 Rename 'Endpoint' to 'Device' 2018-04-18 20:26:54 +02:00
Francesco Zardi
ac8541ddfc Rename UnknownTypeBuffer to UnknownTypeOutputBuffer 2018-04-18 18:03:22 +02:00
Pierre Krieger
7f4dbb060c
Merge pull request #161 from frazar/master
Update cpal dependency to 0.7.0
2018-04-18 16:07:24 +02:00
Francesco Zardi
a959cd618b Update comments to follow cpal` 0.7 convention 2018-04-18 14:53:04 +02:00
Francesco Zardi
95917f2e0f Rename samples_rate.rs to sample_rate.rs to follow cpal 0.7 convention 2018-04-18 14:46:29 +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
Pierre Krieger
27a0cb7cfd
Merge pull request #158 from cormac-obrien/master
Update hound dependency to 3.3.1
2018-03-20 10:47:01 +01: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
aa5d64339c
Merge pull request #154 from tomaka/tomaka-patch-1
Publish 0.5.3
2018-02-08 17:18:00 +01:00
Pierre Krieger
85a7d1abfe
Public 0.5.3
Fix #153
2018-02-08 17:12:50 +01:00
Pierre Krieger
90092c513e
Merge pull request #150 from tomaka/update-deps
Update dependencies
2017-12-24 11:19:28 +01:00
Pierre Krieger
c6854dc325 Update dependencies 2017-12-24 10:48:40 +01:00
tomaka
a9d2ab1ac5
Merge pull request #146 from chyvonomys/optional-decoders
Optional decoders
2017-10-30 07:26:46 +01:00
Andriy S. from cobalt
b14006ec99 have play_once fn and Decoder trait even if decoders are turned off 2017-10-29 21:18:01 +02:00