Commit graph

20 commits

Author SHA1 Message Date
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
est31
3aba98639c Update README as symphonia can do vorbis now 2022-01-25 04:00:26 +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
Nathan Stocks
cbb6f5a376 Migrate from Travis to GitHub Actions 2021-03-08 22:54:56 -07:00
est31
b36ce81447 Update some links to the new location 2019-11-16 08:02:42 +01:00
est31
fcd0edbdcc Finish the relicensing process (#178)
Closes #64
2018-08-28 11:56:39 +02:00
est31
9853088595 Require all new contributions to be MIT/Apache2 (#175) 2018-08-17 13:59:55 +02:00
Jacob Kiesel
d839e53078 Prepare 0.8 release 2018-06-22 08:50:19 -06: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
est31
043b2074b8 Use lewton
Fixes #74.
2016-10-04 16:10:02 +02:00
tomaka
8b4b3c58c6 Put link to crates.io 2015-10-22 13:14:55 +02:00
Pierre Krieger
10a8c62169 Add documentation 2015-10-16 16:48:40 +02:00
tomaka
22ea123af2 Remove warning about Rust version from README 2015-09-28 10:57:00 +02:00
Pierre Krieger
8ebf4abfe0 Add warning in README about version 2015-09-23 10:48:24 +02:00
Pierre Krieger
d12b6d560f Add travis badge 2015-07-22 14:33:11 +02:00
Pierre Krieger
70805c791d Tweak README 2015-07-22 14:32:23 +02:00
Pierre Krieger
49b03e081a Add links to documentation 2015-07-22 13:57:51 +02:00
Pierre Krieger
9dcd7c552c Add some administrative stuff 2015-07-22 13:43:27 +02:00