More actions
m (HydeWing moved page Vita Bootsound Vita to Vita-BootSound without leaving a redirect) |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=Vita Homebrew Apps (Plugins) - GameBrew | |title=Vita Homebrew Apps (Plugins) - GameBrew | ||
|title_mode=append | |title_mode=append | ||
|image= | |image=psvita2.png | ||
|image_alt=Vita-BootSound | |image_alt=Vita-BootSound | ||
}} | }} | ||
{{Infobox Vita Homebrews | {{Infobox Vita Homebrews | ||
|title=Vita-BootSound | |title=Vita-BootSound | ||
|image= | |image=psvita2.png | ||
|description=This plugin can play a WAV file as a custom boot jingle on PS Vita / PS TV at boot. | |description=This plugin can play a WAV file as a custom boot jingle on PS Vita / PS TV at boot. | ||
|author=teakhanirons | |author=teakhanirons | ||
Line 15: | Line 14: | ||
|version=1 | |version=1 | ||
|license=GPL-3.0 | |license=GPL-3.0 | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/ | |download=https://dlhb.gamebrew.org/vitahomebrews/vitabootsound.7z | ||
|website= | |website=https://github.com/teakhanirons/Vita-BootSound | ||
|source=https://github.com/teakhanirons/Vita-BootSound | |source=https://github.com/teakhanirons/Vita-BootSound | ||
}} | }} | ||
This plugin can play a WAV file as a custom boot jingle on PS Vita / PS TV at boot. | This plugin can play a WAV file as a custom boot jingle on PS Vita / PS TV at boot. | ||
== | ==Installation== | ||
Place the plugin to ur0:tai/bootsound.suprx. | |||
Place your WAV file as ur0:tai/bootsound.wav. | |||
Add ur0:tai/bootsound.suprx under *main as such | |||
== | *main | ||
ur0:tai/bootsound.suprx | |||
==User guide== | |||
===Limitations=== | |||
It will not play sounds that: | |||
* Are larger than 1MB. | |||
* Have a higher sample rate than 48khz. | |||
* Have broken metadata ([https://ffmpeg.org/ ffmpeg] or [https://aviutl.info/audacity/ Audacity] should fix this). | |||
* Have more than 2 channels. | |||
It may also have issues with the System Music option being switched on Firmwares higher than 3.60 due to the audio hook's NID being different. | |||
==Credits== | |||
cuevavirus, Princess of Sleeping, skyl4nk, Graphene, CreepNT, Rufis_, dots-tb and Team CBPS. | |||
== External links == | == External links == | ||
* | * GitHub - https://github.com/teakhanirons/Vita-BootSound | ||
Latest revision as of 10:17, 29 Ocak 2023
Vita-BootSound | |
---|---|
General | |
Author | teakhanirons |
Type | Plugins |
Version | 1 |
License | GPL-3.0 |
Last Updated | 2020/06/07 |
Links | |
Download | |
Website | |
Source | |
This plugin can play a WAV file as a custom boot jingle on PS Vita / PS TV at boot.
Installation
Place the plugin to ur0:tai/bootsound.suprx.
Place your WAV file as ur0:tai/bootsound.wav.
Add ur0:tai/bootsound.suprx under *main as such
*main ur0:tai/bootsound.suprx
User guide
Limitations
It will not play sounds that:
- Are larger than 1MB.
- Have a higher sample rate than 48khz.
- Have broken metadata (ffmpeg or Audacity should fix this).
- Have more than 2 channels.
It may also have issues with the System Music option being switched on Firmwares higher than 3.60 due to the audio hook's NID being different.
Credits
cuevavirus, Princess of Sleeping, skyl4nk, Graphene, CreepNT, Rufis_, dots-tb and Team CBPS.