More actions
(Created page with "{{cleanup|article|Needs cleanup}} {{#seo: |title=Vita Homebrew PC Tools (Developments) - GameBrew! |title_mode=append |image=ps-vita-logo.jpg |image_alt=vitaAL }} {{Infobox Vi...") |
m (HydeWing moved page Vitaal Vita to VitaAL without leaving a redirect) |
||
(4 intermediate revisions by the same user not shown) | |||
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 15: | Line 14: | ||
|version=1.1 | |version=1.1 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/ | |download=https://dlhb.gamebrew.org/vitahomebrews/vitaal.7z | ||
|website=https://www.reddit.com/r/vitahacks/comments/wr5ngu/release_vitaal_hardware_accelerated_openal_for_ps/ | |website=https://www.reddit.com/r/vitahacks/comments/wr5ngu/release_vitaal_hardware_accelerated_openal_for_ps/ | ||
|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/ | ||
Latest revision as of 05:07, 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.