Concatenative topics
Concatenative meta
Other languages
Meta
Beginner
Factor already has various multimedia libraries, in various states of disrepair:
ogg.vorbis
- bindingogg.theora
- bindingogg.player
- Ogg video and audio playermod
- a libmod bindingid3
- ID3 parser in pure Factoropenal
- 3D audio bindingThese need to be cleaned up. Additional libraries and bindings, for example to libraries such as GStreamer
, should be written too. The end goal would be a high-level idiomatic Factor API for embedding audio and video in GUI applications.
Factor's C FFI (foreign function interface) is capable of calling out to the entirety of C libraries, including callbacks and various calling conventions, like cdecl and stdcall. Therefore, all of the libraries can be bound to and called from inside Factor.
The student learns how to bind C libraries to Factor using Factor's FFI, and also learns how C multimedia libraries work.
Factor will be suitable for multimedia applications if this project is completed.
This revision created on Fri, 13 Mar 2009 22:51:38 by erg