Sqeaky

Results 66 issues of Sqeaky

Research the possibility of creating a decoder for the MP3 encoding. If it's possible and legal, implement it.

Feature-Minor

Speex is a more common but older speech codec suitable for streaming voice. ( http://www.speex.org/ ) This would be nice but is secondary if Opus can be supported as per...

Feature-Minor

Implement Flac Audio Encoding ( https://xiph.org/flac/ ) Relevant Mailing list Entry: https://groups.google.com/forum/#!topic/mezzanine-dev/9nB_FkGxbWk

Feature-Minor

Implement Flac Audio Decoding ( https://xiph.org/flac/ ) Relevant Mailing list Entry: https://groups.google.com/forum/#!topic/mezzanine-dev/9nB_FkGxbWk

Feature-Minor

Currently getting optimal performance out of the FrameScheduler requires much experimentation or algorithms to be implemented in game code. The DAGFrameScheduler has all the metadata it should need to optimally...

Feature-Major

Catch! will need a tool for creating levels. Currently we can hardcode levels in C++ or create parts of them in XML with a text editor. This will not do...

Feature-WholeSubSystem