OrigamiEngine
OrigamiEngine copied to clipboard
Volume control? Fade in/out? Playing audio-only from mp4s? Documentation?
Just wanted to ask a few questions about this cool library. Is there a volume control methods? Do you have a reference page with full documentation/reference for all the methods?
Thanks for the questions, I will answer in order:
- There is no volume control methods for now, because library is targeting iOS. In iOS it's much easier to adjust volume through special available API and not through CoreAudio.
- There is no fade in/out and I actually not a big fan of this feature. Continuous play is already implemented and it will be possible to implement fade in too. I will think about it.
- There is no dedicated references page, but main functions and supported formats are described in readme file. There is a comprehensive unit tests (you can understand all use cases from there) and example player implementation. If you need a real world example you can take a look at https://github.com/ap4y/Origami repository. If it's still not enough, I suggest you to wait till I integrate appledocs into headers.
Documentation now available here.