Skip to content

Commit 48ef206

Browse files
committed
style updates
1 parent cab4c58 commit 48ef206

3 files changed

Lines changed: 14 additions & 14 deletions

File tree

_includes/css/main-new.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_includes/css/main-new.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,9 @@ blockquote
235235
}
236236

237237
p > img {
238-
width: 100%;
238+
max-width: 100%;
239+
margin: 0 auto;
240+
display: block;
239241
}
240242
}
241243

_posts/2016-10-15-output-audio-to-multiple-devices-simultaneously.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ banner:
77
todo: |
88
- [ ] review
99
- [ ] image resizing
10-
- [ ] add reference links
11-
- [ ] add photo of audio splitter
10+
- [x] add reference links
11+
- [x] add photo of audio splitter
1212
- [ ] add banner image
1313
---
1414

@@ -18,26 +18,24 @@ Ever wanted to share a movie or song with a friend, but you did not have one of
1818

1919
*You **don't** need one of these - Photo: [Amazon](http://www.amazon.in/Belkin-F8Z274bt-RockStar-Audio-Splitter/dp/B00904WS2K)*
2020

21-
`⌘+space` to open up spotlight and type in **Audio MIDI Setup**
21+
* `⌘+space` to open up spotlight and type in **Audio MIDI Setup**
2222

23-
Hit the **+** menu on the bottom left of the window and click on **Create Multi-output device**
23+
* Hit the **+** menu on the bottom left of the window and click on **Create Multi-output device**
2424

2525
![create multi-output device](http://cdn.madaboutcode.com/i/1-multiple-headphones-mac/step1.jpg)
2626

27-
Select the audio devices to simultaneously send the output. In my case it was the two headphones. This does not have to be headphones. You could for e.g. have the audio play through your laptop speakers as well as your HiFi headphones at the same time You will need to check drift correction if your audio devices have different sample rates - check this just to be safe :)
27+
* Select the audio devices to simultaneously send the output. In my case it was the two headphones. This does not have to be just headphones. You could for e.g. have the audio play through your laptop speakers as well as your HiFi headphones at the same time. Also, you will need to check drift correction if your audio devices have different sample rates.
2828

2929
![pick devices](http://cdn.madaboutcode.com/i/1-multiple-headphones-mac/step2.jpg)
3030

31-
Change the name of the new device to something meaningful - "All Headphones" in my case.
31+
* Change the name of the new device to something meaningful - "All Headphones" in my case.
3232

33-
Voila, you can now choose the new device as your speaker from the Audio icon in the menu bar.
33+
<img src="http://cdn.madaboutcode.com/i/1-multiple-headphones-mac/5-output-selection.jpg" alt="Select Output" class="small"/>
3434

35-
Gotchas
36-
37-
Beware that you need one of the headphones to be a USB or bluetooth as there is only one 3.5mm jack in your Mac.
38-
39-
Bonus
35+
Voila, you can now choose the new device as your speaker from the Audio icon in the menu bar. Beware that you need one of the headphones to be a USB (or use a USB DAC) or bluetooth for this to work as there is only one 3.5mm jack in your Mac.
4036

4137
The **Audio MIDI Setup** app is a treasure trove of good stuff. You can combine together multiple devices to create some pretty complicated setups for free. See this 4.0 setup for example.
4238

4339
![Audio MIDI Setup](http://cdn.madaboutcode.com/i/1-multiple-headphones-mac/step3.jpg)
40+
41+
You can read more about it in [this apple support article](https://support.apple.com/en-in/HT202000)

0 commit comments

Comments
 (0)