Commit graph

41 commits

Author SHA1 Message Date
DataHoarder 12bf62a8f4 Add fork information, update CI
Some checks failed
continuous-integration/drone/push Build is failing
2022-01-27 17:19:10 +01:00
Hraban Luyat 1a9beeaf07 docs: fix markdown syntax (accidental org mode) 2021-10-31 00:23:53 +01:00
Hraban Luyat 2de6cff49f docs: explain container formats vs audio codec
This was a recurring issue, hopefully the new docs clarify the distinction.

Fixes #43
Fixes #23
Fixes #22
Fixes #20
Fixes #15
2021-10-31 00:19:03 +01:00
Jakub Skiba ab1467d638 readme: fix typo 2021-04-15 23:47:06 +01:00
Hraban Luyat d779bb1cc5 readme: fix types in example code blocks
Fixes hraban/opus#36.
2020-10-25 10:31:12 +00:00
Hraban Luyat e28f821448 docs: move PLC and FEC documentation to docstring
People are more likely to read the API docs than the README.
2020-07-10 14:27:58 +01:00
Victor Gaydov 66645e87c8 feat: add PLC support 2020-07-10 14:27:58 +01:00
Hraban Luyat 9cdd11edbd readme: update CI status badge to GH actions 2020-07-10 14:02:29 +01:00
Randy Reddig 25a249fbd5 feat: build without libopusfile using go build tag
This patch introduces a new build tag `nolibopusfile` that conditionally
compiles out the code that imports `libopusfile`. This enables a static
binary build on Alpine Linux, which doesn’t have a static `libopusfile`.

Tests still work:

```sh
go test -tags nolibopusfile ./...
go test ./...
```

We could also have moved all libopusfile related code (i.e. Stream) into
a separate sub-package, but that would break backwards compatibility.
This feature is too unpopular to justify introducing a new major
version.

See also: https://github.com/hraban/opus/pull/24
2020-07-10 13:54:23 +01:00
elinor 5429761d87 Readme and godoc strings 2018-04-02 15:54:07 +03:00
Hraban Luyat 629543142d README: clarify stereo vs mono in decoding api 2017-07-23 23:38:36 +01:00
Hraban Luyat cc6c1c4f38 README: Example for file & stream handling 2017-05-19 22:41:53 +01:00
Hraban Luyat bac75aac1d Update godoc links to gopkg.in...v2 2017-01-11 12:55:08 +00:00
Hraban Luyat 4591f9c108 V2 released, remove warning from README 2017-01-11 00:36:32 +00:00
Hraban Luyat 86c82bca97 README: v2 import syntax 2017-01-11 00:09:38 +00:00
Hraban Luyat 39af50e9f0 README: camelCase 2017-01-06 22:10:15 +00:00
Hraban Luyat d19039546f Update copyright year to 2015-2017. 🎆 2017-01-01 23:36:24 +00:00
Hraban Luyat 080f95290a README: debian package names for non-dev 2016-12-29 00:28:31 +00:00
Hraban Luyat 7c11c8a92f README: How to use in dockerized app 2016-12-26 15:30:14 +00:00
Hraban Luyat e359f398f2 s/obvious/cleaner/ 2016-11-02 16:08:37 +00:00
Hraban Luyat 3d5fe8ad3e Dynamic linking explanation 2016-11-02 16:06:04 +00:00
Hraban Luyat ef70b322f9 Clearer intro in README 2016-10-27 17:06:55 +01:00
Hraban Luyat 77b76670d8 Ogg, not Vorbis. :) 2016-10-27 16:54:43 +01:00
Hraban Luyat efecd7371f Merge remote-tracking branch 'refs/remotes/origin/master' 2016-10-27 16:40:30 +01:00
Hraban Luyat a1a36a3519 Note (without example) about Stream in README 2016-10-27 16:39:39 +01:00
Hraban Luyat 3801bb7179 Travis-CI build status image in README 2016-10-14 14:20:32 +01:00
Hraban Luyat 6db54ef185 README: Correct frame size for stereo decoding 2016-10-10 16:39:18 +01:00
Hraban Luyat c6de5af4e0 Update README with stereo vs mono 2016-10-10 16:35:39 +01:00
Hraban Luyat a2ed672652 Unit test for stereo sound 2016-10-10 16:18:03 +01:00
Hraban Luyat 568bd9bed3 README headers 2016-09-09 23:58:23 +01:00
Hraban Luyat 4e83c9e0b3 Go error in readme 2016-08-30 17:17:18 +01:00
Hraban Luyat 8d220dcb1d Examples in README 2016-08-30 17:15:18 +01:00
Hraban Luyat 5557f5713d Update README to reflect pkg-config use. 2016-08-14 15:05:38 +01:00
Hraban Luyat 16647bad20 List dependencies in README 2016-08-14 11:47:03 +01:00
Hraban Luyat 195d1d766f Extra note in README about installation 2015-07-05 15:01:20 +01:00
Hraban Luyat 5743a0c8e2 Typo in readme 2015-07-05 14:01:58 +01:00
Hraban Luyat 52d986ce5a fix link in README 2015-07-05 12:53:12 +01:00
Hraban Luyat f4eb7082a0 Further edits to README 2015-07-05 12:49:49 +01:00
Hraban Luyat b1fdd14846 Update README 2015-07-05 12:47:14 +01:00
Hraban Luyat f90625c576 explicitly mention package is not made by xiph.org
to avoid confusion
2015-03-09 12:34:04 +00:00
Hraban Luyat 6441013745 Short readme with build instructions 2015-03-09 12:29:06 +00:00