1
1
Fork 0
mirror of https://github.com/McSinyx/palace synced 2023-12-14 09:02:59 +01:00
Commit graph

14 commits

Author SHA1 Message Date
Huy-Ngo
04fea5ad90 Wrap methods using std::chrono::duration 2020-01-15 15:39:09 +07:00
5ec6aa5ede Fix Source's 3D spatialization setter logic
Also correct some doc and pump version to 0.0.2
2020-01-09 21:03:08 +07:00
c6d9365c56 Nitpick packaging and examples
Rules for flake8 is added in tox.ini.  Note that since Cython files
are not fully supported by flake8, legal Cython syntax may be reported
as SyntaxError.
2020-01-08 20:44:07 +07:00
1ff633e4a9 s/archaicy/palace/g 2020-01-04 11:55:49 +07:00
08988d46eb Hide DeviceManager completely 2020-01-03 20:19:53 +07:00
04136f7924 Let Buffer/Decoder play Source
This is more convenient for using the returned source in a with block.
Class docstrings are also refactored so context managers is obvious.
2020-01-03 20:19:53 +07:00
ba55043793 Use str instead of bytes for std::string
Aussi group module members by their role
2020-01-03 20:19:53 +07:00
b36eb11601 Let children bare themselves (#6) 2020-01-03 20:19:53 +07:00
8097ce3c77 Complete easy stuff in Source 2019-12-30 21:52:25 +07:00
ce4af6cab8 Avoid name-shadowing an improve (?) style 2019-12-29 18:04:46 +07:00
d585a9ed6d Update documentation and add info query example 2019-12-25 22:41:38 +07:00
e8bb1fe76f Finish wrapping Device and DeviceManager (almost) 2019-12-25 22:41:02 +07:00
a548e270e8 Prove the concept by the first few examples 2019-12-22 16:26:51 +07:00
f7ef057b14
Initial commit 2019-12-22 14:42:53 +07:00