• Home
  • About Us
  • Contact Us
  • Disclaimer
  • Privacy Policy
  • Terms & Conditions
Flyy Tech
  • Home
  • Apple
  • Applications
    • Computers
    • Laptop
    • Microsoft
  • Security
  • Smartphone
  • Gaming
  • Entertainment
    • Literature
    • Cooking
    • Fitness
    • lifestyle
    • Music
    • Nature
    • Podcasts
    • Travel
    • Vlogs
  • Camera
  • Audio
No Result
View All Result
  • Home
  • Apple
  • Applications
    • Computers
    • Laptop
    • Microsoft
  • Security
  • Smartphone
  • Gaming
  • Entertainment
    • Literature
    • Cooking
    • Fitness
    • lifestyle
    • Music
    • Nature
    • Podcasts
    • Travel
    • Vlogs
  • Camera
  • Audio
No Result
View All Result
Flyy Tech
No Result
View All Result

Atmos: No Fear

flyytech by flyytech
October 6, 2022
Home Audio
Share on FacebookShare on Twitter


The Atmos ‘stars’ are aligning and its time has come. Of course, there’s nothing new about Atmos, per se. It’s been around since 2012 but in the world of music production, stereo has ruled supreme.

Then Apple.

Earlier in 2022, Apple Music announced it was throwing its weight behind Atmos and it sent the music industry into a spin. Since then, music producers and music studios have been frantically looking at how to tool up for Atmos Music. 

Avid in Australia has set up an immersive space in the offices of its Australian distributor, Innovative Music. It’s hardly Blackbird or Soundfirm but it does demonstrate that getting into Atmos need not cost the earth. In fact, it’s entirely achievable.

The space is based around an Avid S6 surface, a Mac with an HDX card running Pro Tools Ultimate and an Avid MTRX unit taking care of routing and monitor control. Ingeniously, the Genelec surround monitors are mounted on two arches of truss. 

In a classic case of ‘build it and they will come’ the space is playing host to audio professionals, equipment resellers, audio school staffers and more, allowing them to get their heads around the brave new world of immersive audio.

AT spoke with Avid Audio Applications Specialist, Drew Parsons, about the space and the investment.

AT: What’s the bare minimum investment I need to start mixing in Dolby Atmos Music?

Drew Parsons: You can start with a two-channel audio interface, some headphones, the Dolby Atmos software (in headphone-only mode) and a DAW like Pro Tools Studio. So the only extra investment might be the $200 Dolby software.

AT: Right, so that’s what’s called binaural mixing?

Drew Parsons: Yes, the Dolby Atmos software renders a two-channel ‘binaural’ version of your multi-channel Atmos mix. You can use that to monitor with if you’re not ready to invest in multiple studio monitors.

AT: What if I am? What do I need?

Drew Parsons: You need a DAW and an audio interface with sufficient outputs. The Avid MTRX (and MTRX Studio) is proving popular because not only is it an audio interface, it’s also a monitor controller — it can take care of the EQ and phase alignment of a surround sound monitoring setup. There are other systems, such as Trinnov, which do a fine job of monitor control if you want to keep your current audio interface. 

Then there’s the studio monitors: 7.1.4 is a good number — three speakers at the front, two at the rear, two on the sides and four overhead. 9.1.6 is more like the gold standard. In our case, we’re using Genelec One monitors and a sub at the front and smaller Genelec monitors for surrounds. It’s important to choose speakers with matched tonal characteristics.

AT: Does the Dolby software run on your DAW computer or on its own?

Drew Parsons: Either. You can have a standalone workstation that is only running the Dolby software and maybe something like a Focusrite RedNet PCIe card that’ll give you lots of Dante inputs into that dedicated workstation. Or you can have the Dolby software running on the same computer as your workstation and use software patching between Pro Tools and the Dolby software, and then from the output of the Dolby software to your interface for monitoring.

AT: How do you record and/or deliver an Atmos project?

Drew Parsons: You do that in the Dolby software. You would create a new master file and then you would record the master file into the Dolby software in real time. When complete, you can export your .ADM file.

I’ve just started working with a new feature in Pro Tools called Aux I/O, which allows me to add additional routing options of Core Audio devices into my I/O setup other than just my HDX system. HDX is still my playback engine, but I’m routing 128 channels out of Pro Tools into the Dolby software, and then I’m returning my surround sound re-render and my stereo re-render back onto audio tracks in Pro Tools. And while I’m recording my .ADM file, I’m also recording my other deliverables, all in one hit.

Also, using Aux I/O and the Pro Tools Audio Bridge, I’ve created a stereo output from Pro Tools which I’ve called a ‘Zoom out’, so I can actually send a binaural output to a Zoom call, and my client can hear my Atmos mix over VC.

AT: Any other hoops I need to jump through? Do I need a Dolby guy to drop by with a clipboard?

Drew Parsons: You don’t need Dolby certification. If you’re a commercial studio, of course, certification will be handy; necessary, even. But if you’re independent, then there’s more than enough info and guidelines on the web to ensure you’re set up correctly.

AT: Is the interest in getting ready for Dolby Atmos simply early adopters doing their early adoption thing?

Drew Parsons: Sure, you have early adopters but some of it is demand. There’s money to be made. Record companies are asking for it. Apple is demanding it, and all the signs suggest that Spotify is headed that way as well.

CONTACT

Innovative Music: (03) 9540 0658 or innovativemusic.com.au

You can start with a two-channel audio interface, some headphones, the Dolby Atmos software and a DAW like Pro Tools Studio

(function($){
function bsaProResize() {
var sid = “86”;
var object = $(“.bsaProContainer-” + sid);
var imageThumb = $(“.bsaProContainer-” + sid + ” .bsaProItemInner__img”);
var animateThumb = $(“.bsaProContainer-” + sid + ” .bsaProAnimateThumb”);
var innerThumb = $(“.bsaProContainer-” + sid + ” .bsaProItemInner__thumb”);
var parentWidth = “970”;
var parentHeight = “450”;
var objectWidth = object.parent().outerWidth();
// var objectWidth = object.width();
if ( objectWidth 0 && objectWidth !== 100 && scale > 0 ) {
animateThumb.height(parentHeight * scale);
innerThumb.height(parentHeight * scale);
imageThumb.height(parentHeight * scale);
object.height(parentHeight * scale);
} else {
animateThumb.height(parentHeight);
innerThumb.height(parentHeight);
imageThumb.height(parentHeight);
object.height(parentHeight);
}
} else {
animateThumb.height(parentHeight);
innerThumb.height(parentHeight);
imageThumb.height(parentHeight);
object.height(parentHeight);
}
}
$(document).ready(function(){
bsaProResize();
$(window).resize(function(){
bsaProResize();
});
});
})(jQuery);

(function ($) {
var bsaProContainer = $(‘.bsaProContainer-86’);
var number_show_ads = “0”;
var number_hide_ads = “0”;
if ( number_show_ads > 0 ) {
setTimeout(function () { bsaProContainer.fadeIn(); }, number_show_ads * 1000);
}
if ( number_hide_ads > 0 ) {
setTimeout(function () { bsaProContainer.fadeOut(); }, number_hide_ads * 1000);
}
})(jQuery);

The post Atmos: No Fear appeared first on AudioTechnology.



Source_link

flyytech

flyytech

Next Post
Russian Hackers Shut Down US State Government Websites

Russian Hackers Shut Down US State Government Websites

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Recommended.

How To Fix Resonances In Music Video
– Mastering The Mix

How To Fix Resonances In Music Video – Mastering The Mix

November 14, 2022
Do the recent DDoS attacks signal future web application risks?

Force multiplication and security efficiency

October 16, 2023

Trending.

Thermalright Peerless Assassin 120 SE Review: Incredible, Affordable Air Cooling Performance

Thermalright Peerless Assassin 120 SE Review: Incredible, Affordable Air Cooling Performance

September 27, 2022
How To Install Tiny11 for Arm64 on Raspberry Pi 4

How To Install Tiny11 for Arm64 on Raspberry Pi 4

February 19, 2023
How to Enable Steam’s Local Network Game Transfer Feature

How to Enable Steam’s Local Network Game Transfer Feature

February 21, 2023
How To Use Picamera2 to Take Photos With Raspberry Pi

How To Use Picamera2 to Take Photos With Raspberry Pi

September 12, 2022
Russian Cyber Espionage Group Deploys LitterDrifter USB Worm in Targeted Attacks

Russian Cyber Espionage Group Deploys LitterDrifter USB Worm in Targeted Attacks

November 18, 2023

Flyy Tech

Welcome to Flyy Tech The goal of Flyy Tech is to give you the absolute best news sources for any topic! Our topics are carefully curated and constantly updated as we know the web moves fast so we try to as well.

Follow Us

Categories

  • Apple
  • Applications
  • Audio
  • Camera
  • Computers
  • Cooking
  • Entertainment
  • Fitness
  • Gaming
  • Laptop
  • lifestyle
  • Literature
  • Microsoft
  • Music
  • Podcasts
  • Review
  • Security
  • Smartphone
  • Travel
  • Uncategorized
  • Vlogs

Site Links

  • Home
  • About Us
  • Contact Us
  • Disclaimer
  • Privacy Policy
  • Terms & Conditions

Recent News

Homeworld 3 Finally Takes Off With March 2024 Release Date

Homeworld 3 Finally Takes Off With March 2024 Release Date

December 1, 2023
How to Block the Windows 11 Upgrade on Windows 10

How to Block the Windows 11 Upgrade on Windows 10

December 1, 2023

Copyright © 2022 Flyytech.com | All Rights Reserved.

No Result
View All Result
  • Home
  • Apple
  • Applications
    • Computers
    • Laptop
    • Microsoft
  • Security
  • Smartphone
  • Gaming
  • Entertainment
    • Literature
    • Cooking
    • Fitness
    • lifestyle
    • Music
    • Nature
    • Podcasts
    • Travel
    • Vlogs

Copyright © 2022 Flyytech.com | All Rights Reserved.

What Are Cookies
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept All”, you consent to the use of ALL the cookies. However, you may visit "Cookie Settings" to provide a controlled consent.
Cookie SettingsAccept All
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
SAVE & ACCEPT