Basic Sound Engineering PP 271 01 Classroom Door Code: 16333

Total Page:16

File Type:pdf, Size:1020Kb

Basic Sound Engineering PP 271 01 Classroom Door Code: 16333 Basic Sound Engineering PP 271 01 http://web.me.com/dtostilane/PP271/PP271_Basic_Sound_Engineering.html Classroom Door Code: 16333 Wednesday, October 19, Digital Signal Details AES3 (formerly AES/EBU) and S/PDIF are the two most common formats: AES3 calls for a balanced connection, using 110Ω cable S/PDIF is unbalanced, 75Ω cable, and uses either coaxial “copper” connection (RCA) or optical “ADAT” (or “Toslink”) connector. Data format is interchangeable - AES3 signal works with S/PDIF hardware and vice-versa. Wednesday, October 19, There are other formats - for instance MADI Multichannel Audio Digital Interface - also called AES10 - but this is a transport format that allows multiple channels of AES3 information to be carried over optical fiber or copper. So, What About That Data Format? Pulse Code Modulation (PCM) Developed in 1937 by Alec Reeves at ITT Labs in France Input signal is sampled, quantized, and coded. Binary numbers representing amplitude of the signal at the sampling point are transmitted by a pulsed code. Wednesday, October 19, Pulse Code Modulation (other schemes include Pulse Width Modulation, Pulse Amplitude Modulation, Pulse Number Modulation). Produces a SERIAL data stream with the two channels multiplexed together into a single stream that is arranged via TDM - Time Domain Multiplexing - so that it can be decoded at the other end. Sample Rates Multiple rates are used for different applictions “CD” rate of 44,100 Hz (44.1 kHz) [sample every 22.7µs] “Video” rate of 48 kHz (AES Standard) [20.8 µs] 96 kHz rate [10.4 µs] 192 kHz rate [5.2 µs] 88.2 kHz (thought to improve conversion from 44.1 kHz) [11.3 µs] Regardless of rate selected each “sample” makes up a digital “word” Number of quantization levels - resolution of signal determined by number of bits: 16 bit - 65,536 levels, 96.32 dB max Dynamic Range (DR) 20 bit - 1,048,576 levels, 120.41 dB max DR 24 bit - 16,777,216 levels, 144.5 dB max DR Wednesday, October 19, Recall that diferent sample rates afect frequency range, while diferent bit counts afect dynamic range. 88.2 kHz comes about because it is an even doubling of 44.1 kHz - which is thought to have less difcult mathematical conversion than 44.1 kHz to 48 kHz. Common wisdom is the least conversions you need to make, the more accurate the signal will remain. How to Keep it All Straight This is what the code part is all about We need to be able to handle multiple bit rates We need to be able to handle multiple sampling frequencies We need to be able to maintain regular clock sync We need to move a lot of bits and interpret them accurately 24 bit signal would need 48 bits for a stereo recording at each sample interval plus some additional bits to encode data needed to interpret the signal First Hat Trick - Biphase Mark Coding (BMC) Wednesday, October 19, Biphase Mark Coding Need to identify “0” and “1” One way would be to just say 1=+5v and 0=-5v, and go for it. But - you might wind up with long strings of the same values, making it difficult to identify changes. BCM identifies TWO bits as a “time slot” and uses both to identify a single data bit. When the value changes within the time slot it’s a “1” When the value remains the same within the time slot it’s a “0” There is ALWAYS a change from one time slot to the next Wednesday, October 19, Brilliant solution - BUT - we’ve doubled the necessary speed of the system. Now that hardware has advanced to the place it has, this is no longer an issue. Advantages: Works exactly the same regardless of polarity of connection Sample rate is communicated as 1/2 the bit rate of the signal Clock can be taken from the bit rate of the signal Always is a change from one time slot to another - never can have string of same-value bits. Disadvantage System must be able to handle twice the number of bits - i.e. for 44,100 Hz sample rate, system operates at 88,200 Hz Wednesday, October 19, AES3 Divided into Blocks, Frames, Subframes A Subframe is 32 bits long. Four Preamble bits 24 Audio Data bits (one channel of audio data) 4 Status bits A Frame is two subframes (two channels of audio data) A block is 192 Frames 4.3 ms at 44.1 kHz (229.7 blocks per second) 4.0 ms at 48 kHz (250 blocks per second) 2 ms at 96 kHz (500 blocks per second) 1 ms at 192 kHz (1,000 blocks per second) Wednesday, October 19, AES3 Subframe Wednesday, October 19, Four options for a subframe - 24 bit audio, 20 bit with zeros, 20 bit with AUX bits, 16 bits with AUX bits and zeros. LSB is at the start, MSB at the end. Preamble defines where the subframe sits - Z preamble is the start of a block, X preamble is the start of a Frame, Y preamble is the second subframe in a frame. V, U, C, and P bits combine to make 192 bit data per channel per block. AES3 Block Structure Wednesday, October 19, Preamble bits determine where in the block structure one is at. X preamble is always the start of a frame except for the first frame in a block, which uses the Z preamble. Y preamble is always the second subframe. Under no circumstance will the same preamble occur in two successive subframes. Note frames are counted starting with zero, so they go zero to 191, as are frames counted 0 and 1 rather than 1 and 2. Preamble Bits Wednesday, October 19, Preamble bits do not conform to the BMC format - there are three +5v pulses in sequence - the only place in the protocol that this can happen, and the only place that the time slot conventions are broken. So, if the receiver sees a bit sequence of either 1 or 0, it knows it is at the start of a block or subframe. Even though these don’t conform to the usual format, they still are read as four bits - always 1010, but with diferent time structure identifying which kind of preamble we have. Channel Status Blocks Possibly the most clever part of the scheme Four bits in each subframe for channel status 192 blocks give us 192 bits, or 24 bytes for each status type for each channel Validity bits used to confirm data words are good in each subframe User bits can be used to store user defined data Channel Status bits are used to describe system and format details Parity bit is used as part of error correction Wednesday, October 19, Channel Status Byte 0 Wednesday, October 19, Status Byte 0 bit 0 identifies S/PDIF or AES3 If the bit is set to “0” then the system knows that the following bits and bytes have diferent meanings. For example, in S/PDIF, Byte 0 bit 2 is the copy protection bit, but in AES3, bits 2,3 and 4 together determine emphasis (frequency shading) applied to the signal. (there is no option for copy protection in an AES3 stream) Channel Status in S/PDIF Wednesday, October 19, Byte 0 for S/PDIF - bits 0 and 1 define details about the format Bit 2 is the infamous copy protection bit - 1 is no copy, 0 is copy 3 is a single fixed pre-emphasis choice The rest of the channel status blocks are “reserved” except for some additional info in Byte 1, while in AES3, most of the channel status block slots are used for various definitions of format options. Networks for Digital Audio Standard Ethernet Networking Asynchronous - not synchronized - not predictable Data assembled into “packets” and timing negotiated for send and receive to avoid “collisions” - having a send interfere with a receive. This works for word processors, not so much for audio But, the equipment - the “physical layer” of Ethernet is quite adaptable for audio transmission, and is used by many of the audio specific protocols. Wednesday, October 19, Network Terms MAC Address: Unique address for every physical device that communicates via networks. 12 digit alpha-numeric allows 281 Trillion possible addresses. Look like “e0:f4:49:32:cf:fc” Codes define network capacity - 10base5, 10base2, 100baseTX and commonly now 1000BaseT “Gigabyte Ethernet” Cable designation such as CAT-5e and CAT-6 define rating CAT-5 - 100MHz capacity CAT-5e - tighter twist can handle slightly higher speed signal (basic minimum) CAT-6 - 250 MHz capacity CAT-6a - 500 MHz capacity Wednesday, October 19, 100baseTX type numbers define speed and size of cable - 100baseTX uses 2 twisted pairs of cable together referred to as CAT5 cable. Network Terms Network Switch a device for interconnecting network components May be managed or unmanaged - “Hub” is a typical unmanaged switch. May be defined by “Layer” - layer 1 is hub, layer 2 called bridge, layer 3 could be a router, layers 4-7 add increasing sophistication and functions. Wireless - rarely workable for multichannel audio transmission. 802.11n about 300Mbits/sec close by, down to 70Mbits/sec with distance (or less). Generally too slow for digital audio data stream. (But can often be used for control signals) Wednesday, October 19, Typical wireless routers that you buy for a home system are partially managed layer 2 or 3 devices. You can control some features with a log-on url in most cases. More sophisticated (and expensive) routers are needed for audio networks in most cases. Audio Networks BSS SoundWeb Cobranet Aviom Ethersound Dante AVB - Audio Visual Bridging set of technical standards of the IEEE In process of development by industry council Idea to provide one set of documents that all manufacturers can use so equipment will interoperate.
Recommended publications
  • Ethernet.Pdf
    ETHERNET 1 ETHERNET CABLES CAT 5e CABLE: AUDIOLAN 01101 0010 11001 MOBILE AUDIOLAN4P Product advantages • High flexibility • Black outer jacket • Easy to wind • Available in cords – ON AIR PRO range 1 4 2 Applications 3 l Transport of Ethernet, EtherSound. CobraNet, Dante… signals l Audio and video links over twisted pair 5 l Ideal for mobile applications 1. Composition of core: Flexible bare copper Suitable plugs AWG : 26 2. Conductor insulation: Cellular polyethylene Color coding of pairs: According to EIA / TIA standards: Pair 1: blue / white – blue Pair 2: orange / white – orange Pair 3: green / white – green Pair 4: brown / white – brown 3. Drain wire: Multi-strand tin-plated copper Shielding RJ45 Plug: Neutrik Ethercon – NE8MC 4. Shielding: Aluminium foil MMC RJP8BLMER1 5. Outer jacket: black PVC - ø 5.90 mm Electrical characteristics Mecanical characteristics l Resistance of conductors: 132 Ohm / km l Operating temperature: - 20°C + 70°C l Insulation resistance: 5000 MOhm km l Bend radius : 30 mm l Impedance (1 to 100 mhz) : 100 Ohm +/- 15 l Attenuations: Frequency MHz Nominal attenuation dB / 100 m Applying regulation data 1 3.00 l Conform to EN 50575: 2014 + A1 : 2016 10 9.80 100 33.00 l Return Loss (dB) : cat 5E/EIA-TIA 568 B.2 Frequency MHz Return loss dB 1 - 10 >20 + 5 log.(F) 10 - 20 > 25 20 - 100 > 25 -8.6 log. (F/20) Test results by AUVITRAN for the Ethersound links Part nb Type Error-free tested length Practical length AUDIOLAN F / UTP 85 m 75 m Part nb Nb of pairs AWG Jacket Outer Ø Weight Packaging AUDIOLAN 4 26 Black PVC 5.90 mm 40 kg / km Custom length 1 ETHERNET CABLES CAT 5e CABLE: GIGA AUDIO 01101 0010 11001 IN/OUT Product advantages GIGAAUDIO • Transmission over long distances • Effective protection against electromagnetic interference thanks to double shielding • Resistance to UV and weather conditions 1 4 2 Applications 3 l Transport of Ethernet, EtherSound.
    [Show full text]
  • XMOS for AVB Ethernet Based Networking for Audio/Video
    Only a few years ago, computer networks were complex beasts tended by special acolytes and running on different standards. Today they have become commonplace in many homes and offices, simply plugged together using Ethernet technology. The same revolutionary change is coming for Audio/Video (AV) networking, as AVB (Audio XMOS for AVB: Video Bridging) products that run over the same network, Ethernet based networking begin to enter the market. for Audio/Video Putting together networks of AV equipment for professional and consumer use, or for use in How Ethernet Works vehicles, is about to become simpler while also Within Ethernet, data is transmitted between delivering better quality. No longer will devices (such as a computer and a printer) in specialist connectors and cables be needed to packets. Each packet carries one or more create a rats' nest of connectivity. Instead addresses for its destination. Like a postal packet traversing the postal system, the network has no Audio Video Bridging (AVB), a set of knowledge of what is in the packet, but uses the international standards, will make setting up address to pass the packet to the next point in the and managing networks almost as simple as network. just plugging together the different elements. In an Ethernet based network, each endpoint Sound and video sources will be mixed and (computer, storage element, printer etc.) is distributed to screens and speakers, with high identified by a unique address and has a single quality, low latency and tight synchronization. connection to the network, through an Ethernet Furthermore, the connectors and cables are switch.
    [Show full text]
  • Calrec Network Primer V2
    CALREC NETWORK PRIMER V2 Introduction to professional audio networks - 2017 edition Putting Sound in the Picture calrec.com NETWORK PRIMER V2 CONTENTS Forward 5 Introduction 7 Chapter One: The benefits of networking 11 Chapter Two: Some technical background 19 Chapter Three: Routes to interoperability 23 Chapter Four: Control, sync and metadata over IP 27 The established policy of Calrec Audio Ltd. is to seek improvements to the design, specifications and manufacture of all products. It is not always possible to provide notice outside the company of the alterations that take place continually. No part of this manual may be reproduced or transmitted in any form or by any means, Despite considerable effort to produce up to electronic or mechanical, including photocopying date information, no literature published by and scanning, for any purpose, without the prior the company nor any other material that may written consent of Calrec Audio Ltd. be provided should be regarded as an infallible Calrec Audio Ltd guide to the specifications available nor does Nutclough Mill Whilst the Company ensures that all details in this it constitute an offer for sale of any particular Hebden Bridge document are correct at the time of publication, product. West Yorkshire we reserve the right to alter specifications and England UK equipment without notice. Any changes we make Apollo, Artemis, Summa, Brio, Hydra Audio HX7 8EZ will be reflected in subsequent issues of this Networking, RP1 and Bluefin High Density Signal document. The latest version will be available Processing are registered trade marks of Calrec Tel: +44 (0)1422 842159 upon request.
    [Show full text]
  • Midas Consoles and Digital Audio Networks 2010
    Midas Consoles and Digital Audio Networks 2010 WALTER NASH ROAD, KIDDERMINSTER. WORCESTERSHIRE. DY11 7HJ. ENGLAND. TEL:+44 1562 741515 FAX:+44 1562 745371 www.midasconsoles.com DOC05-MIDAS 01-06-2010 Due to company policy of continual improvement we reserve the right to change the specifications of any Midas product without prior notice. All manufacturer and product names used in this document are trademarks of their respective owners, which are in no way associated or affiliated with Midas Klark Teknik Ltd. These trademarks are used solely to identify the third party interfaces supported by Midas and Klark Teknik. The term AES50 is used solely for identifying a compliant implementation of AES50, AES standard for digital audio engineering - High-resolution multi-channel audio interconnection (HRMAI). Published by Audio Engineering Society, Inc. Copyright ©2005 by the Audio Engineering Society, New York, NY., USA. www.aes.org. Information subject to change. E&OE © 2010 Midas Klark Teknik Ltd. Forty Years of Innovation and Leadership Midas have a long history of Innovation and leadership in the world of audio mixing consoles, which continues to this day. Originally formed in 1970 by Jeff Byers and Charles Brooke, Jeff became fascinated by the concept of improving and refining professional audio systems, and so Midas went on to develop the first fully integrated modular audio system, comprising consoles, crossovers, amplifiers and speaker systems in conjunction with Dave Martin, which became the calibrated Midas/Martin system of the 1970’s. The first Midas mixer to achieve major success was the PR04, a modular console, and forerunner to the XL3, the first Midas to feature VCA groups, and the world’s first truly dual- purpose console.
    [Show full text]
  • Developments in Audio Networking Protocols By: Mel Lambert
    TECHNICAL FOCUS: SOUND Copyright Lighting&Sound America November 2014 http://www.lightingandsoundamerica.com/LSA.html Developments in Audio Networking Protocols By: Mel Lambert It’s an enviable dream: the ability to prominent of these current offerings, ular protocol and the basis for connect any piece of audio equip- with an emphasis on their applicability Internet-based systems: IP, the ment to other system components within live sound environments. Internet protocol, handles the and seamlessly transfer digital materi- exchange of data between routers al in real time from one device to OSI layer-based model for using unique IP addresses that can another using the long-predicted con- AV networks hence select paths for network traffic; vergence between AV and IT. And To understand how AV networks while TCP ensures that the data is with recent developments in open work, it is worth briefly reviewing the transmitted reliably and without industry standards and plug-and-play OSI layer-based model, which divides errors. Popular Ethernet-based proto- operability available from several well- protocols into a number of smaller cols are covered by a series of IEEE advanced proprietary systems, that elements that accomplish a specific 802.3 standards running at a variety dream is fast becoming a reality. sub-task, and interact with one of data-transfer speeds and media, Beyond relaying digital-format signals another in specific, carefully defined including familiar CAT-5/6 copper and via conventional AES/EBU two-chan- ways. Layering allows the parts of a fiber-optic cables. nel and MADI-format multichannel protocol to be designed and tested All AV networking involves two pri- connections—which requires dedicat- more easily, simplifying each design mary roles: control, including configur- ed, wired links—system operators are stage.
    [Show full text]
  • Eclernet Manager User Manual
    EclerNet Manager (v6.01r4 – MAY 2021) SOFTWARE EclerNet Software Application USER MANUAL v.20210329 INDEX 1. RELEASE NOTES .................................................................................................................... 7 2. INTRODUCTION ..................................................................................................................... 9 3. MENUS AND TOOLBAR ..................................................................................................... 10 3.1. File Menu ..................................................................................................................................... 10 3.2. Edit Menu .................................................................................................................................... 10 3.3. View Menu .................................................................................................................................. 16 3.4. Help Menu .................................................................................................................................. 17 3.5. The toolbar ................................................................................................................................. 17 4. APPLICATION WINDOWS ................................................................................................ 18 4.1. Available windows ................................................................................................................... 18 4.2. Device Groups display windows: .......................................................................................
    [Show full text]
  • AES67 Standard and What It Means for the AV Industry
    TECH TALK 78 Systems Integration Asia August - September 2015 About AES67 Standard And What It Means For The AV Industry AES67 is not intended to replace existing solutions, but to offer means for interoperability among them Many of you would have heard about the AES67 standard that was developed by the Audio Engineering Society and published in September 2013. To promote the adoption of AES67, The Media Networking Alliance (MNA) was formed in October 2014. SI Asia speaks to Andreas Hildebrand,Senior Product Manager at ALC NetworX GmbH, the company that is responsible for RAVENNA networking technologies and also a member of MNA, to know more about AES67. What is AES67 all about? guidelines. A prerequisite was not In the overall audio eco- What loophole or space is to invent yet another, completely system, how does AES67 this meant to fill which was new solution, but to try to identify and the solutions fit into the not previously available? commonalities among the existing picture? AES67 is a standard published by solutions and use available technology The advantage of having an the Audio Engineering Society on standards and protocols already interoperability standard for various September 11th, 2013, addressing employed. The idea was to allow solutions is obvious: while there may be “High-performance Streaming Audio- current solution providers to adopt a sound ecosystem of products already over-IP Interoperability”. It defines a AES67 with as little effort as possible available for individual solutions, none set of guidelines which provide a basis and provide AES67 interoperability of these solutions can fit all applications for achieving interoperability between either via a special mode of operation areas.
    [Show full text]
  • Overview on IP Audio Networking Andreas Hildebrand, RAVENNA Evangelist ALC Networx Gmbh, Munich Topics
    Overview on IP Audio Networking Andreas Hildebrand, RAVENNA Evangelist ALC NetworX GmbH, Munich Topics: • Audio networking vs. OSI Layers • Overview on IP audio solutions • AES67 & RAVENNA • Real-world application examples • Brief introduction to SMPTE ST2110 • NMOS • Control protocols Overview on IP Audio Networking - A. Hildebrand # 1 Layer 2 Layer 1 AVB EtherSound Layer 3 Audio over IP Audio over Ethernet ACIP TCP unicast RAVENNA AES67 multicast RTP UDP X192 Media streaming Dante CobraNet Livewire Overview on IP Audio Networking - A. Hildebrand # 3 Layer 2 Layer 1 AVB Terminology oftenEtherSound Layer 3 Audio over IP • ambiguousAudio over Ethernet ACIP TCP unicast • usedRAVENNA in wrongAES67 context multicast RTP • marketingUDP -driven X192 Media streaming • creates confusion Dante CobraNet Livewire Overview on IP Audio Networking - A. Hildebrand # 4 Layer 2 Layer 1 AVB Terminology oftenEtherSound Layer 3 Audio over IP • ambiguousAudio over Ethernet ACIP TCP Audio over IP unicast • usedRAVENNA in wrongAES67 context multicast RTP • marketingUDP -driven X192 Media streaming • creates confusion Dante CobraNet Livewire Overview on IP Audio Networking - A. Hildebrand # 5 Layer 7 Application Application Application and Layer 6 Presentation protocol-based layers Presentation HTTP, FTP, SMNP, Layer 5 Session Session POP3, Telnet, TCP, Layer 4 Transport UDP, RTP Transport Layer 3 Network Internet Protocol (IP) Network Layer 2 Data Link Ethernet, PPP… Data Link Layer 1 Physical 10011101 Physical Overview on IP Audio Networking - A. Hildebrand # 10 Physical transmission Classification by OSI network layer: Layer 1 Systems Transmit Receive Layer 1 Physical 10011101 Physical Overview on IP Audio Networking - A. Hildebrand # 12 Physical transmission Layer 1 systems: • Examples: SuperMac (AES50), A-Net Pro16/64 (Aviom), Rocknet 300 (Riedel), Optocore (Optocore), MediorNet (Riedel) • Fully proprietary systems • Make use of layer 1 physical transport (e.g.
    [Show full text]
  • Ravenna & Aes67 & St2110
    The IP-based Real-Time Media Network RAVENNA & AES67 & ST2110 - Andreas Hildebrand – RAVENNA Technology Evangelist ALC NetworX, Munich # 1 © ALC NetworX GmbH 2018 The IP-based Real-Time Media Network What is RAVENNA? # 2 © ALC NetworX GmbH 2018 The IP-based Real-Time Media Network What is RAVENNA? # 3 © ALC NetworX GmbH 2018 The IP-based Real-Time Media Network What is RAVENNA? # 4 © ALC NetworX GmbH 2018 The IP-based Real-Time Media Network What is RAVENNA? Real-time Audio & Video Enhanced Next-Generation Network Architecture # 5 © ALC NetworX GmbH 2018 The IP-based Real-Time Media Network Why RAVENNA? # 7 © ALC NetworX GmbH 2018 The IP-based Real-Time Media Network Vision: a platform-independent content exchange technology Requirements: • scalable • fast • shareable • flexible • reliable 2008 • routable • non-proprietary • based on standards # 8 © ALC NetworX GmbH 2018 The IP-based Real-Time Media Network Layer 2 Layer 1 AVB Audio over IP EtherSound Confusion Layer 3 ACIP TCP Livewire Market EvaluationAudio over Ethernet A-Net Technology Assessmentunicast RTP AES50 UDP MADI multicast CobraNet Media streaming Dante IP! # 10 © ALC NetworX GmbH 2018 The IP-based Real-Time Media Network Why IP-based Networking? • General advantages of networking: Reliability, flexibility, versatility, accessibility, scalability, cost advantage, maintenance efficiency, … • Availability: IP-capable network equipment and infrastructure readily available and widely deployed • Based on standards: IP standard protocols (the “internet protocols”) are widely supported
    [Show full text]
  • Audio Video Solutions
    Audio Video Solutions A complete set of products designed specifically for audio distribution, video display, automation and lighting control Audio Video Table of Contents 4K Ultra-High-Definition Media Cable 3 Coaxial Connectivity Solutions 18-19 Solutions by 4K Ultra-High-Definition Media Cable 3 BNC Compression Video Connectors 18 4K UHD Media Patch Cords for HDBaseT® 3 F Compression Video Connectors 19 REVConnect Shielded Jacks and Plugs 3 Molded AV Assembly Solutions 20-21 Belden REVConnect Tools and Accessoiries 3 Shielded Field-Mount Plug and Tool 3 Perfect Path™ Locking HDMI – 800 Series 20 High Speed HDMI 20 A complete set of Copper Structured Cabling Solutions 4-8 Mini HDMI to Standard HDMI 20 10GX Shielded Cabling System (Category 6A) 4 Micro HDMI to Standard HDMI 20 products designed 10GX Unshielded Cabling System (Category 6A) 5 Dual Link DVI-D 21 CAT6+ Shielded Cabling System (Category 6) 6 Single Link DVI-D 21 specifically for audio CAT6+ Unshielded Cabling System (Category 6) 6 Dual Link DVI-I 21 distribution, video CAT6+ KeyConnect Patch Panels (featuring Single Link DVI-I 21 designation strips) 7 Standard VGA 21 CAT5E Shielded Cabling System (Category 5e) 7 display, automation CAT5E Unshielded Cabling System (Category 5e) 7 Fiber Structured Cabling Solutions 22-23 AV Multimedia Modules 8 Distribution/Mini Breakout Cables 22 and lighting control. Face Plates 8 Central Loose Tube Cables 22 Tactical Fiber Cables 23 Modular Connectivity 9-10 Belden is the trusted brand in audio FiberExpress (FX) Field Termination REVConnect 9 Connectors 23 video cabling and connectivity. The AV industry has come to rely on our REVConnect 10GX, CAT6+, CAT5E Shielded FX Brilliance Universal Mechanical Connectors 23 Jacks, Shielded and Unshielded Plugs 10 proven track record of innovation, FX Brilliance Accessories 23 quality, and consistency.
    [Show full text]
  • YAMAHA System Solutions White Paper an Introduction to Networked
    YAMAHA System Solutions white paper An introduction to networked audio This white paper’s subject is ‘Networked Audio’. Audio networking introduces new exciting possibilities for the professional audio industry. But it also drastically changes the way audio systems are designed, built and used, introducing new technologies and strategic issues to consider when investing in a networked audio system. In this white paper the basics of audio networking will be covered in a straightfor- ward comprehensive format. We assume the reader has an advanced knowledge of analog audio systems, a basic knowledge of digital audio systems and no knowl- edge of computer networking. This white paper is only a basic introduction to the The complete package subject; for detailed information we refer to the many documents on the internet made available by the IT equipment manufacturers around the world. The Yamaha Commercial Audio team. An introduction to networked audio 1. What is networked audio? 2. Three good things to know about networked audio 3. Three things to take into consideration in networked audio 4. What is an Ethernet network? 5. Network topologies 6. Redundancy concepts 7. Cabling 8. More about CobraNet™ 9. More about EtherSound™ 10. System engineering 11. Investing in a networked audio system 12. Networked audio glossary 1. What is networked audio? Networked Audio Digital audio distribution The only constraint factor, as with any network technology, is the network’s bandwidth. In modern systems Gigabit With the introduction of digital technologies the amount There are many systems on the market that distribute Ethernet technology is used, allowing several hundred of information a single cable can carry has increased from audio over a single cable using copper or fiber cabling high quality audio channels to be transported over the a few thousand bytes in the sixties to a few billion bits supporting Point To Point connections such as MADI.
    [Show full text]
  • MT128 Reference Manual MT128 Version 1.2.1.1 MT128 128 Track Digital Audio Recorder Playback and Play out System
    JAN 2018 VB-Audio Software V.Burel MT128 Reference Manual MT128 Version 1.2.1.1 MT128 128 Track Digital Audio Recorder Playback and Play out system Reference manual This document describes the functions of the MT128 Software application, MT64- Standard and MT32-SPLite. WARNING This Document is a Non-contractual document. Functions and features described in this manual are subject to change without notice. MT128 Reference Manual Non Contractual Document page 1 Document designed by V.Burel2005-2016 all right reserved. All information provided in this document may be subject to change without notice. All kind of usage, modification or diffusion of this document, without author agreement, is forbidden. JAN 2018 VB-Audio Software V.Burel MT128 Reference Manual MT128 Version 1.2.1.1 TABLE OF CONTENTS INTRODUCTION: ............................................................................................................ 6 Technical properties: ................................................................................................................ 7 EQUIPMENT USE ENVIRONMENT ............................................................................... 8 DEFINITION OF USED TERMS ...................................................................................... 9 AD Converter ......................................................................................................................... 9 ADAT ...................................................................................................................................
    [Show full text]