Goldfish64 / AudioPkg

Audio stack for UEFI. Currently supports HD audio controllers/codecs. WIP
55 stars 10 forks source link

default volume #5

Closed Sher1ocks closed 5 years ago

Sher1ocks commented 5 years ago

hello first of all, thank you for your project. i can use BootChimeCfg.efi on modern system(UEFI). but old firmware(UEFI). ex HP 4320s laptop(sandy bridge). I can't access shell. as result, i can't command BootChimeCfg.efi option. always play Boot sound with full volume. can i decrease boot sound volume?

Goldfish64 commented 5 years ago

Older firmware can likely use a v1 shell, although the application itself has issues with older firmware. I may change the driver to use the NVRAM variable that real Macs use for boot chime by default instead of simply using max volume.

Goldfish64 commented 5 years ago

Converted the application to be interactive and remove the dependencies on ShellPkg which seem to have additional dependencies that don't exist on older UEFI revisions. You should be able to add the BootChimeCfg.efi application as a custom tool to Clover and run it from there. You can then change the device/volume as you see fit.