Skip to content
forked from google/oboe

Oboe is a C++ library that makes it easy to build high-performance audio apps on Android.

License

Notifications You must be signed in to change notification settings

kaaass/oboe-vita

 
 

Repository files navigation

Oboe-vita

PS Vita port for google/oboe

Note

Please note that this is just a shabby (with tons of dirty hack) and poorly-tested port. It is motivated by my port of the Android game Kera Blaster and is the only use case so far. So use it with your own judgment.

Installation

See ./package

Build

cmake . && make

If you want logging to be enabled, add compiler option -DOBOE_LOGGING=1. And you should implement your __android_log_print.

License

LICENSE

About

Oboe is a C++ library that makes it easy to build high-performance audio apps on Android.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 97.8%
  • C 1.4%
  • CMake 0.8%