Skip to main content

Audio Questions


1.  Why should you use an external microphone?
You should use a professional-grade external microphone instead of the one built into the recording device for the following four reasons:
  • You can select the best type of microphone from a vast assortment of professional microphones to fit the recording setting, subject, and application.
  • You will have greater control over the placement of the microphone and its proximity to the subject, irrespective of where he sound or video recording device is located.
  • All things being equal, a professional external microphone will have better sound recording specs than the built-in microphone attached to your device.
  • Professional external microphones use a blanked XLR connector, which is better for reducing RF interference and other types of transmission noise.

2. What are the two ways to monitor your audio recording? 
  • measuring sound intensity and setting the record levels
  • listening to the audio signal as it is being recorded

Comments

Popular posts from this blog

Wireframe For Website

The new bakery in town, "Main Street Sweets," has commissioned me to design its online presence.  Its mission is to be a homey and comfortable spot for teenagers or adults to hang out at or bring homework or work to.  They also have an event room to host birthday parties, small groups, study groups or other events of that type.  The main purpose of their website is simply to display their goods and the atmosphere of the place. Along with the above homepage, I also created menu, events, and about pages. The menu is essential because it displays to potential customers their food options at Main Street Sweets and also assists with online orders. Because Main Street Sweets contains a private events room, they have a webpage to display what it looks like and give people an idea of what their event could look like.  The text on this page describes the space, what type of events are held there, and also convinces the reader to hold their next event there. ...

Usability

Usability       Usability measures how well a person can experience an interface.  This includes organization and having the necessary help menus.  Usability is essential to a persons experience simply because if a website or system is unusable, then the consumers will be unable to use it, which makes the website or system rather pointless, ineffective, and useless. Learnability Learnability determines how quickly a user can perform simple things on the interface during their first experience with it.  This ®refers to when the design is predictable and consistent throughout the website.   Efficiency  Efficiency encompasses how rapidly a user performs tasks on an interface after they have learned.  While this may sound ridiculously similar to learnability, it differs in that learnability refers to a user's original interactions with the interface while efficiency is about the effort required throughout multiple visits to the interfa...

HTML

An acronym for Hypertext Markup Language, HTML is a language for creating color, sound, graphics, and font on web pages.  It is the building blocks for web pages.  Without HTML, webpages would not exist.  HTML, which is essentially just text files, is constantly evolving as a language. An HTML document contains three sections: declarations, head, and body.  The declaration sits at the top of the page and contains a 'doctype' declaration.  This helps the browser interpret the page accurately by showing if it is HTML5 (the latest version) or an older version of HTML.  Sometimes people also add a second declaration that communicates to the browser what character set the server is using for storing and transmitting one's web pages information.  The Head of the document controls what the body does.  The user doesn't view the head as it sits at the top of the page between the head tags.  The Body contains most of the information that the user see...