More actions
m (Text replacement - "GameBrew!" to "GameBrew") |
No edit summary |
||
Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=Vita Homebrew PC Tools (Developments) - GameBrew | |title=Vita Homebrew PC Tools (Developments) - GameBrew | ||
|title_mode=append | |title_mode=append | ||
|image= | |image=psvitapc2.png | ||
|image_alt=vitaAL | |image_alt=vitaAL | ||
}} | }} | ||
{{Infobox Vita Homebrews | {{Infobox Vita Homebrews | ||
|title=vitaAL | |title=vitaAL | ||
|image= | |image=psvitapc2.png | ||
|description=Hardware accelerated OpenAL for PS Vita. | |description=Hardware accelerated OpenAL for PS Vita. | ||
|author=GrapheneCt | |author=GrapheneCt | ||
Line 19: | Line 18: | ||
|source=https://github.com/GrapheneCt/vitaAL | |source=https://github.com/GrapheneCt/vitaAL | ||
}} | }} | ||
Hardware accelerated OpenAL for PS Vita | Hardware accelerated OpenAL for PS Vita | ||
This library aims to be fully OpenAL 1.1 compliant, with possible addition of EAX and SOFT extensions in the future. | |||
==User guide== | |||
Supported formats: | |||
*AL_FORMAT_MONO8, AL_FORMAT_STEREO8, AL_FORMAT_MONO16, AL_FORMAT_STEREO16 | |||
*0-192KHz sampling frequency | |||
Limitations: | |||
*Maximum of 4 buffers can be queued to source | |||
== | ==Changelog== | ||
''' | '''v1.1''' | ||
* | *Fixed some critical bugs. | ||
*Added full suport for AL_EXT_OFFSET features. | |||
== External links == | == External links == | ||
* | * GitHub - https://github.com/GrapheneCt/vitaAL | ||
* Reddit - https://www.reddit.com/r/vitahacks/comments/wr5ngu/release_vitaal_hardware_accelerated_openal_for_ps/ | |||
Revision as of 05:06, 19 Ocak 2023
vitaAL | |
---|---|
General | |
Author | GrapheneCt |
Type | Developments |
Version | 1.1 |
License | Mixed |
Last Updated | 2022/08/19 |
Links | |
Download | |
Website | |
Source | |
Hardware accelerated OpenAL for PS Vita
This library aims to be fully OpenAL 1.1 compliant, with possible addition of EAX and SOFT extensions in the future.
User guide
Supported formats:
- AL_FORMAT_MONO8, AL_FORMAT_STEREO8, AL_FORMAT_MONO16, AL_FORMAT_STEREO16
- 0-192KHz sampling frequency
Limitations:
- Maximum of 4 buffers can be queued to source
Changelog
v1.1
- Fixed some critical bugs.
- Added full suport for AL_EXT_OFFSET features.