Goldfish64 / AudioPkg

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

can we use clover nvram? #8

Open Sher1ocks opened 5 years ago

Sher1ocks commented 5 years ago

audiopkg use this nvrams { L"Device", &gBootChimeVendorVariableGuid }, { L"Volume", &gBootChimeVendorVariableGuid }, { L"Index", &gBootChimeVendorVariableGuid }

to set, we have to enter shell to set nvram to use audiopkg. now clover can set nvram in gui. can we consider this nvram without command in shell?

thanks in advance

Goldfish64 commented 5 years ago

I would prefer to keep this project as separate from Clover as possible, but the BootChimeDxe driver probably could be changed to use Clover's NVRAM variables if the AudioPkg ones don't exist.

Sher1ocks commented 5 years ago

right. BootChimeDxe need it. also i suggest one more. BootChimeDxe volume size is max. i always listen 100% sound volume. my laptop demaged speaker with noise. can you reduce default volume size? also if there are no nvram(ex. clover.sounddevice or device), can you consider no gernerate sound like clover setting in BootChimeDxe?

so, if user dont't want bootsound with BootChimeDxe in Driver64UEFI folder, just dont need remove file, we just clear nvram with F11 key in CLOVER GUI