kekrby / t2-better-audio

Audio configuration files for T2 Macs.
MIT License
7 stars 3 forks source link

Profile-Set for apple-t2x1 #6

Open umarekawaru opened 5 months ago

umarekawaru commented 5 months ago

I have a Macmini8,1 and it is not included on your config files. I create it based on your other profile sets and now the internal speaker and the headphone jack is working. Please include it for other MacMini owners.

apple-t2x1.conf

[General]
auto-profiles = yes

[Mapping Speakers]
device-strings = hw:%f,0
paths-output = analog-output-mono
channel-map = mono
direction = output

[Mapping Headphones]
device-strings = hw:%f,2
paths-output = t2-headphones
channel-map = left,right
direction = output

[Mapping HeadsetMic]
device-strings = hw:%f,3
paths-input = t2-headset-mic
channel-map = mono
direction = input

[Profile Default]
description = Default Profile
output-mappings = Speakers Headphones
input-mappings = HeadsetMic
kolesnikov-a-p commented 2 weeks ago

Yes, it solved the sound problem on makmini8.1. Thank you!