Teensy Audio board - how to select line out?

Status
Not open for further replies.

lamikam

Active member
I have the teensy 3.6 and audio board. How do I select line out as output instead of the headphone out? thanks
 
When you initialize audio in setup();
Code:
  sgtl5000_1.enable();
  sgtl5000_1.volume(volume / 1023.);
  // I want output on the line out too
  sgtl5000_1.unmuteLineout();

Pete
 
Status
Not open for further replies.
Back
Top