OrigamiEngine icon indicating copy to clipboard operation
OrigamiEngine copied to clipboard

Volume control? Fade in/out? Playing audio-only from mp4s? Documentation?

Open zakdances opened this issue 12 years ago • 2 comments

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?

zakdances avatar Nov 16 '12 16:11 zakdances

Thanks for the questions, I will answer in order:

  1. 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.
  2. 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.
  3. 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.

ap4y avatar Nov 16 '12 21:11 ap4y

Documentation now available here.

ap4y avatar Dec 01 '12 07:12 ap4y