Audio
Configuring the sound card in OpenELEC - Hifiberry
Louis Kim
2016. 3. 9. 19:43
Hifiberry 사운드 카드를 OpenELEC에서 사용하려면 config.txt에 다음과 같이 넣어주어야 한다. - 2015.11.08
간단하다.
https://www.hifiberry.com/guides/configuring-the-sound-card-in-openelec-with-device-tree-overlays/
친절하게도 기판에 설정 방법을 그대로 새겨 놓았다.
dtoverlay=hifiberry-dacplus
Hifiberry의 장점은 OSMC, RaspBMC, OpenELEC 모두 그냥 설정만으로 지원한다는 점이다.
Add the following lines,depending on the type of sound card, to config.txt.
DAC/DAC+ Light
dtoverlay=hifiberry-dac
dtdebug=1
DAC+ standard/pro
dtoverlay=hifiberry-dacplus
dtdebug=1
Digi/Digi+
dtoverlay=hifiberry-digi
dtdebug=1
Amp/Amp+
dtoverlay=hifiberry-amp
dtdebug=1
Save the changes to config.txt and then reboot your OpenElec machine.
나중에 Confluence에서 아래 그림과 같이 설정하면 됨.