Commit graph

172 commits

Author SHA1 Message Date
Hraban Luyat bac75aac1d Update godoc links to gopkg.in...v2 2017-01-11 12:55:08 +00:00
Hraban Luyat 165dcfb370 Update godoc on updated method names 2017-01-11 00:46:08 +00:00
Hraban Luyat 4591f9c108 V2 released, remove warning from README 2017-01-11 00:36:32 +00:00
Hraban Luyat e7d8e62624 Version 2
Breaking changes (improvements 🙂) to the API.
2017-01-11 00:34:46 +00:00
Hraban Luyat 2a9bee0958 Update all copyright to 2017 2017-01-11 00:33:51 +00:00
Hraban Luyat 86c82bca97 README: v2 import syntax 2017-01-11 00:09:38 +00:00
Hraban Luyat 1269d97adf Clearer function names for SetBitrateTo*()
There is also a MaxBitrate property; once implemented that would become
SetMaxBitrate(). Too confusing to also have SetBitrateMax(). The extra
To hopefully helps disambiguate.
2017-01-11 00:07:01 +00:00
Hraban Luyat 941fa898cf Remove obsolete constants 2017-01-11 00:03:01 +00:00
Hraban Luyat c0820a0f12 Merge commit '39af50e' into v2 2017-01-11 00:01:16 +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 ff5c387356 BREAKING: UseDTX -> SetDTX 2016-12-30 22:56:54 +00:00
Hraban Luyat 8cae507fa1 BREAKING: Return error vals in encoder CTL API
Wasn't right to ignore these
2016-12-30 22:49:17 +00:00
Hraban Luyat 33518d27da No local var in bridge functions 2016-12-30 22:32:09 +00:00
Hraban Luyat f0f0841a56 Woops fix tests. Thanks Travis. 2016-12-30 19:32:33 +00:00
Hraban Luyat 8c9a77f136 Consistency in bandwidth constant names 2016-12-30 19:26:39 +00:00
Hraban Luyat fdd8e5145f Explain licensing in AUTHORS file 2016-12-30 19:22:14 +00:00
Hraban Luyat dc3e8b1c04 Merge pull request #10 from dh1tw/master
New encoder controls: Bitrate, Bandwidth and Complexity.

Fixes #6 .
2016-12-30 19:20:16 +00:00
dh1tw f0e0e66def fixed typos 2016-12-30 19:46:26 +01:00
dh1tw 008490cba0 reverted to using types for enums; added SetBitrateMax and SetBitrateAuto 2016-12-30 18:55:25 +01:00
dh1tw 8b36630588 checking also error string 2016-12-30 16:06:27 +01:00
dh1tw df37abd424 added new encoder methods & tests 2016-12-30 15:57:37 +01:00
Hraban Luyat 88cfa972dc Deprecation comments more noticeable in godoc.org 2016-12-29 14:53:04 +00:00
Hraban Luyat 730a8f5cd4 Merge pull request #7 from hraban/bfitzfeedback
Brad Fitzpatrick feedback on naming
2016-12-29 14:46:03 +00:00
Hraban Luyat 9a6d0a2f5f Explicit about when deprecated names are removed 2016-12-29 12:30:29 +00:00
Hraban Luyat 9f1efc5ce0 Use new error var names in tests 2016-12-29 12:25:40 +00:00
Hraban Luyat 84e6bd1031 CamelCase Application constants 2016-12-29 12:05:22 +00:00
Hraban Luyat d941087903 Export error type, CamelCase error names 2016-12-29 11:58:57 +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 0fb1b3441e Don't put --static in pkg-config
Didn't work, anyway.
2016-11-02 16:06:30 +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 0e63cf1b6c Change copyright headers to refer to AUTHORS file 2016-10-10 15:24:24 +01:00
Hraban Luyat 3331a7ad8b Reorganize test code 2016-10-10 15:22:44 +01:00
Hraban Luyat 772ca78d5d Fix pkg-config name for opusfile related source
Stream.go is the wrapper around libopusfile, not libopus.
2016-10-10 15:16:49 +01:00
Hraban Luyat 10761f623b Make opus errors wrapped ints, expose names
Allows comparing error values by value instead of just by human readable
string.
2016-10-10 14:18:10 +01:00
Hraban Luyat 568bd9bed3 README headers 2016-09-09 23:58:23 +01:00
Hraban Luyat 27d2e7c395 Elaborate on stream comment 2016-09-02 11:38:03 +01:00
Hraban Luyat d831d898cb Godoc for stream functions 2016-09-02 11:32:35 +01:00
Hraban Luyat d104ca9cf7 Documentation for public encoder methods 2016-08-30 17:50:19 +01:00
Hraban Luyat a0163af439 Encoder.SampleRate() method reports sample rate 2016-08-30 17:47:52 +01:00