Audio in Embedded Linux Systems

Total Page:16

File Type:pdf, Size:1020Kb

Audio in Embedded Linux Systems Audio in embedded Linux systems Audio in embedded Linux systems Michael Opdenacker Free Electrons http://free-electrons.com Created with OpenOffice.org 2.0 Audio in embedded Linux systems Copyright 2005, Michael Opdenacker Creative Commons Attribution-ShareAlike 2.0 license http://free-electrons.com/ Sep 21, 2005 1 Rights to copy Attribution ± ShareAlike 2.0 © Copyright 2004-2005 You are free Michael Opdenacker to copy, distribute, display, and perform the work [email protected] to make derivative works to make commercial use of the work Document sources, updates and translations: Under the following conditions http://free-electrons.com/training/audio Attribution. You must give the original author credit. Corrections, suggestions, contributions and Share Alike. If you alter, transform, or build upon this work, you may distribute the resulting work only under a license translations are welcome! identical to this one. For any reuse or distribution, you must make clear to others the license terms of this work. Any of these conditions can be waived if you get permission from the copyright holder. Your fair use and other rights are in no way affected by the above. License text: http://creativecommons.org/licenses/by-sa/2.0/legalcode Audio in embedded Linux systems Copyright 2005, Michael Opdenacker Creative Commons Attribution-ShareAlike 2.0 license http://free-electrons.com/ Sep 21, 2005 2 Best viewed with... This document is best viewed with a recent PDF reader or with OpenOffice.org itself! Take advantage of internal or external hyperlinks. So, don't hesitate to click on them! Find pages quickly thanks to automatic search Use thumbnails to navigate in the document in a quick way If you're reading a paper or HTML copy, you should get your copy in PDF or OpenOffice.org format on http://free-electrons.com/training/audio! Audio in embedded Linux systems Copyright 2005, Michael Opdenacker Creative Commons Attribution-ShareAlike 2.0 license http://free-electrons.com/ Sep 21, 2005 3 Scope of this training Audio in embedded Linux systems This training targets the development of audio-capable embedded Linux systems. Though it can be useful to playing or creating sound on GNU/Linux desktops, it is not meant to cover everything about audio on GNU/Linux. Linux 2.6 This training only targets new systems based on the Linux 2.6 kernel. This way, you leverage the most advanced technology and don©t learn about something getting obsolete. Audio in embedded Linux systems Copyright 2005, Michael Opdenacker Creative Commons Attribution-ShareAlike 2.0 license http://free-electrons.com/ Sep 21, 2005 4 Contents (1) Introduction System perspective Glossary System overview Audio codecs and file formats Advanced Linux Sound Architecture (ALSA) ALSA kernel drivers Kernel low latency requirements for sound ALSA userspace interface Sound servers - JACK Audio in embedded Linux systems Copyright 2005, Michael Opdenacker Creative Commons Attribution-ShareAlike 2.0 license http://free-electrons.com/ Sep 21, 2005 5 Contents (2) Free Software audio Audio players For the GNU / Linux workstation For the embedded Linux target Audio encoders Misc Speech synthesis References Audio in embedded Linux systems Copyright 2005, Michael Opdenacker Creative Commons Attribution-ShareAlike 2.0 license http://free-electrons.com/ Sep 21, 2005 6 Quick Glossary PCM: Pulse Code Modulation Digital audio encoding, representing the amplitude of a signal at uniform intervals. Codec: coder / decoder Program or device coding and / or decoding a data stream or a signal. MIDI: Musical Instrument Digital Interface. Standard to control electronic musical instruments. See http://wikipedia.org for details! Audio in embedded Linux systems Copyright 2005, Michael Opdenacker Creative Commons Attribution-ShareAlike 2.0 license http://free-electrons.com/ Sep 21, 2005 7 Audio in embedded Linux systems Free Software Audio Audio codecs and file formats Audio in embedded Linux systems Copyright 2005, Michael Opdenacker Creative Commons Attribution-ShareAlike 2.0 license http://free-electrons.com/ Sep 21, 2005 8 MP3 MPEG-1 Audio Layer III The most popular. Users have lots of from the Fraunhofer Society files in this format. Free Software encoders and decoders Lossy audio format exist Bitrates from 32 to 320 kbit/s But relies on patented algorithms. Quality depends on the bitrate: Depending on which country you sell 128-192: good, 192-224: very good, to, you may have to pay for a license. 224-320: excellent Licenses can apply to encoding, Depends also pretty much on the decoding or even songs! encoder and on the source. Ask for legal advice! Depends on the listener too! See http://en.wikipedia.org/wiki/Mp3 for details Audio in embedded Linux systems Copyright 2005, Michael Opdenacker Creative Commons Attribution-ShareAlike 2.0 license http://free-electrons.com/ Sep 21, 2005 9 AAC Advanced Audio Coding Used on some on-line music stores (Apple MPEG-4 Audio iTunes) and portable players (Apple iPod). Standard format from the MPEG Also burdened by patents, like MP3. group: Dolby, Fraunhofer, AT&T, License needed to encode and read this Sony, and Nokia format. Lossy audio format Free Software decoders available Designed to replace MP3. Just one Free Software encoder available Consistently better audio quality (faac) than MP3 at lower bitrates. Can be DRM encrypted (FairPlay) More details on http://en.wikipedia.org/wiki/Advanced_Audio_Coding Audio in embedded Linux systems Copyright 2005, Michael Opdenacker Creative Commons Attribution-ShareAlike 2.0 license http://free-electrons.com/ Sep 21, 2005 10 RealAudio From RealNetworks Free Software decoders available http://realnetworks.com/ (Helix, mplayer) Mainly used for streaming, used by a Lossy audio format significant number of on-line media. Proprietary format Useful for mobile devices connecting to these media. Designed for very low bandwidth connections Only proprietary encoders. RealNetworks encoder free of charge Bitrates: 12 to 800 kbit/s only for personal use. Now uses AAC at 128 kbit/s and more Lossless format also supported More details on http://en.wikipedia.org/wiki/Real_Audio Audio in embedded Linux systems Copyright 2005, Michael Opdenacker Creative Commons Attribution-ShareAlike 2.0 license http://free-electrons.com/ Sep 21, 2005 11 WMA Windows Media Audio Now supported by more and more digital players and on-line music stores. Microsoft proprietary, as a alternative Users may ask for WMA playing to MP3 (patented by somebody else) capability. and now AAC. Lack of Free Software players (except Almost always encapsulated in an libavcodec) and encoders Advanced Systems Format (ASF) file Relies on patented algorithms. File extensions: asf or wma Licenses may apply to encoding, Supports constant and variable decoding or even songs, though MS is bitrates, and lossless compression. still very tolerant so far (to achieve Can be DRM encrypted dominance). See http://en.wikipedia.org/wiki/WMA for details Audio in embedded Linux systems Copyright 2005, Michael Opdenacker Creative Commons Attribution-ShareAlike 2.0 license http://free-electrons.com/ Sep 21, 2005 12 Ogg Vorbis From the Xiph foundation Growing in popularity. More and more http://xiph.org/ hardware players available. Xiph.org releases libraries under a Ogg: container for multimedia streams BSD-style license and GPL for tools. Vorbis: lossy audio format Various Free Software decoders and Open, patent and royalty free! encoders available. Supported by many proprietary players too. Bitrates from 45 to 500 kbit/s Variable bitrate Achieves better quality than MP3 at low bitrates See for http://en.wikipedia.org/wiki/Ogg_vorbis details Audio in embedded Linux systems Copyright 2005, Michael Opdenacker Creative Commons Attribution-ShareAlike 2.0 license http://free-electrons.com/ Sep 21, 2005 13 Ogg Speex From the Xiph foundation Constant or variable bitrate, http://www.speex.org/ from 2 to 44 kbit/s Ogg: container Listen to samples on Usual file extension: .spx http://www.speex.org/samples.html Speex: lossy audio dedicated to Free Software encoder, decoders speech encoding. and applications available. Targets Voice over IP applications, Even supported by proprietary voice mail archival, audio books... tools (e.g. MS NetMeeting) Open, patent and royalty free! See http://en.wikipedia.org/wiki/Speex for details Audio in embedded Linux systems Copyright 2005, Michael Opdenacker Creative Commons Attribution-ShareAlike 2.0 license http://free-electrons.com/ Sep 21, 2005 14 Flac http://flac.sourceforge.net/ Libraries available under a BSD-like Supported by Xiph.org license, and tools under the GPL. Free Software players available Lossless audio compression format Compress audio files at no risk! Even starts to be supported by hardware players Preferred format for trading live music on-line Supports streaming Ogg: also used as a container Integer-only coder and decoder available. See http://en.wikipedia.org/wiki/FLAC for details Audio in embedded Linux systems Copyright 2005, Michael Opdenacker Creative Commons Attribution-ShareAlike 2.0 license http://free-electrons.com/ Sep 21, 2005 15 Compression rate example comparison (1) Format / bitrate 64 kbit/s 128 kbit/s 192 kbit/s 256 kbit/s Wav 100.00% MP3 4.6% (22:1) 9.1% (11:1) 13.6% (7:1) 18.2% (5:1) (lame 3.96.1) Ogg Vorbis 4.3% (23:1) 8.5% (12:1) 12.7% (8:1) 17.7 % (6:1) (oggenc 1.0.1) Flac (flac 1.1.0) 56.30% bzip2 (1.0.2) 89.50% Source: Omara Portuondo, Flor de Amor (Cuban Salsa) Audio in embedded Linux systems Copyright 2005, Michael Opdenacker
Recommended publications
  • CD/DVD Player
    4-277-895-11(1) CD/DVD Player Operating Instructions DVP-NS638P DVP-NS648P © 2011 Sony Corporation Precautions Notes about the discs Safety • To keep the disc clean, handle WARNING To prevent fire or shock hazard, do the disc by its edge. Do not touch not place objects filled with the surface. Dust, fingerprints, or To reduce the risk of fire or liquids, such as vases, on the scratches on the disc may cause electric shock, do not expose apparatus. it to malfunction. this apparatus to rain or moisture. Installing To avoid electrical shock, do • Do not install the unit in an not open the cabinet. Refer inclined position. It is designed servicing to qualified to be operated in a horizontal personnel only. position only. The mains lead must only be • Keep the unit and discs away changed at a qualified from equipment with strong service shop. magnets, such as microwave Batteries or batteries ovens, or large loudspeakers. installed apparatus shall not • Do not place heavy objects on be exposed to excessive heat the unit. such as sunshine, fire or the like. Lightning For added protection for this set • Do not expose the disc to direct CAUTION during a lightning storm, or when it sunlight or heat sources such as is left unattended and unused for hot air ducts, or leave it in a car The use of optical instruments with long periods of time, unplug it parked in direct sunlight as the this product will increase eye from the wall outlet. This will temperature may rise hazard. As the laser beam used in prevent damage to the set due to considerably inside the car.
    [Show full text]
  • C-Based Hardware Design of Imdct Accelerator for Ogg Vorbis Decoder
    C-BASED HARDWARE DESIGN OF IMDCT ACCELERATOR FOR OGG VORBIS DECODER Shinichi Maeta1, Atsushi Kosaka1, Akihisa Yamada1, 2, Takao Onoye1, Tohru Chiba1, 2, and Isao Shirakawa1 1Department of Information Systems Engineering, 2Sharp Corporation Graduate School of Information Science and Technology, 2613-1 Ichinomoto, Tenri, Nara, 632-8567 Japan Osaka University phone: +81 743 65 2531, fax: +81 743 65 3963, 2-1 Yamada-oka, Suita, Osaka, 565-0871 Japan email: [email protected], phone: +81 6 6879 7808, fax: +81 6 6875 5902, [email protected] email: {maeta, kosaka, onoye, sirakawa}@ist.osaka-u.ac.jp ABSTRACT ARM7TDMI is used as the embedded processor since it has This paper presents hardware design of an IMDCT accelera- come into wide use recently. tor for an Ogg Vorbis decoder using a C-based design sys- tem. Low power implementation of audio codec is important 2. OGG VORBIS CODEC in order to achieve long battery life of portable audio de- 2.1 Ogg Vorbis Overview vices. Through the computational cost analysis of the whole decoding process, it is found that Ogg Vorbis requires higher Figure 1 shows a block diagram of the Ogg Vorbis codec operation frequency of an embedded processor than MPEG processes outlined below. Audio. In order to reduce the CPU load, an accelerator is designed as specific hardware for IMDCT, which is detected MDCT Psycho Audio Remove Channel Acoustic VQ as the most computation-intensive functional block. Real- Signal Floor Coupling time decoding of Ogg Vorbis is achieved with the accelera- FFT Model Ogg Vorbis tor and an embedded processor both run at 36MHz.
    [Show full text]
  • Pipewire: a Low-Level Multimedia Subsystem
    Proceedings of the 18th Linux Audio Conference (LAC-20), SCRIME, Université de Bordeaux, France, November 25–27, 2020 PIPEWIRE: A LOW-LEVEL MULTIMEDIA SUBSYSTEM Wim Taymans ∗ Principal Software Engineer Red Hat, Spain [email protected] ABSTRACT 2. LINUX AUDIO LANDSCAPE PipeWire is a low-level multimedia library and daemon that facili- Audio support on Linux first appeared with the Open Sound System tates negotiation and low-latency transport of multimedia content be- (OSS) [6] and was until the 2.4 kernel the only audio API available tween applications, filters and devices. It is built using modern Linux on Linux. It was based around the standard Unix open/close/read- infrastructure and has both performance and security as its core de- /write/ioctl system calls. sign guidelines. The goal is to provide services such as JACK and OSS was replaced by the Advanced Linux Sound Architecture PulseAudio on top of this common infrastructure. PipeWire is media (ALSA) [7]from Linux 2.5. ALSA improved on the OSS API and agnostic and supports arbitrary compressed and uncompressed for- included a user space library that abstracted many of the hardware mats. A common audio infrastructure with backwards compatibility details. The ALSA user-space library also includes a plugin infras- that can support Pro Audio and Desktop Audio use cases can poten- tructure that can be used to create new custom devices and plugins. tially unify the currently fractured audio landscape on Linux desk- Unfortunately, the plugin system is quite static and requires editing tops and workstations and give users and developers a much better of configuration files.
    [Show full text]
  • A Sound Server for DROPS
    Großer Beleg A Sound Server for DROPS Christoph Müller 2nd March 2006 Technische Universität Dresden Fakultät Informatik Institut für Systemarchitektur Professur Betriebssysteme Betreuender Hochschullehrer: Prof. Dr. rer. nat. Hermann Härtig Betreuender Mitarbeiter: Dipl.-Inf. Christian Helmuth Erklärung Hiermit erkläre ich, dass ich diese Arbeit selbstständig erstellt und keine anderen als die angegebenen Hilfsmittel benutzt habe. Dresden, den 2. März 2006 Christoph Müller Contents 1 Introduction 1 2 State Of The Art 3 2.1 Operating Systems . 3 2.1.1 Linux . 3 2.1.2 Mac OS X . 3 2.1.3 Windows . 4 2.2 Drivers . 4 2.2.1 OSS . 4 2.2.2 ALSA . 5 2.3 Sound Servers . 5 2.3.1 aRtsd . 6 2.3.2 ESD . 6 2.3.3 JACK . 6 2.4 Plugin architectures . 6 2.4.1 VST . 6 2.4.2 LADSPA . 6 2.4.3 JACK . 7 2.5 Already existing solutions for DROPS .................... 7 2.5.1 OSS library . 7 2.5.2 DDE26 . 7 2.5.3 dsound . 8 2.5.4 DSI . 8 3 Design 9 3.1 Objectives . 9 3.2 Overview . 9 3.3 Interfaces . 12 3.3.1 Rack . 14 3.3.2 Component . 14 3.4 Libraries . 15 3.4.1 Rack . 15 3.4.2 Component . 16 3.5 ALSA Sink . 16 3.6 More Sinks . 17 V Contents 3.7 Mixing Server . 18 3.8 Player . 18 4 Implementation 19 4.1 Component Library . 19 4.2 ALSA Sink . 19 4.2.1 alsa-kernel-core . 20 4.2.2 alsa-kernel .
    [Show full text]
  • File Name Benchmark Width 1024 Height 768 Anti-Aliasing None
    File Name Benchmark Width 1024 Height 768 Anti-Aliasing None Anti-Aliasing Quality 0 Texture Filtering Optimal Max Anisotropy 4 VS Profile 3_0 PS Profile 3_0 Force Full Precision No Disable DST No Disable Post-Processing No Force Software Vertex Shader No Color Mipmaps No Repeat Tests Off Fixed Framerate Off Comment 3DMark Score 4580 3DMarks Game Tests GT1 - Return To Proxycon 18.5 FPS Game Tests GT2 - Firefly Forest 11.7 FPS Game Tests GT3 - Canyon Flight 28.4 FPS Game Tests CPU Score 2184 CPUMarks CPU Tests CPU Test 1 1.1 FPS CPU Tests CPU Test 2 1.9 FPS CPU Tests Fill Rate - Single-Texturing 0.0 FPS N/A Feature Tests Fill Rate - Multi-Texturing 0.0 FPS N/A Feature Tests Pixel Shader 0.0 FPS N/A Feature Tests Vertex Shader - Simple 0.0 FPS N/A Feature Tests Vertex Shader - Complex 0.0 FPS N/A Feature Tests 8 Triangles 0.0 FPS N/A Batch Size Tests 32 Triangles 0.0 FPS N/A Batch Size Tests 128 Triangles 0.0 FPS N/A Batch Size Tests 512 Triangles 0.0 FPS N/A Batch Size Tests 2048 Triangles 0.0 FPS N/A Batch Size Tests 32768 Triangles 0.0 FPS N/A Batch Size Tests System Info Version 3.5 CPU Info Central Processing Unit Manufacturer Intel Family Intel(R) Pentium(R) 4 CPU 3.40GHz Architecture 32-bit Internal Clock 3400 MHz Internal Clock Maximum 3400 MHz External Clock 800 MHz Socket Designation CPU 1 Type Central Upgrade HyperThreadingTechnology Available - 2 Logical Processors Capabilities MMX, CMov, RDTSC, SSE, SSE2, PAE Version Intel(R) Pentium(R) 4 CPU 3.40GHz Caches Level Capacity Type Type Details Error Correction TyAssociativity 1
    [Show full text]
  • 6/8/2018, 16:56:57 Machine Name: LAPTOP
    ------------------ System Information ------------------ Time of this report: 6/8/2018, 16:56:57 Machine name: LAPTOP-DL519BUJ Machine Id: {6A4BAB40-8615-4F88-B9C6-14E85D02B1B3} Operating System: Windows 10 Famille 64-bit (10.0, Build 17134) (17134.rs4_release.180410-1804) Language: French (Regional Setting: French) System Manufacturer: Acer System Model: Predator G9-791 BIOS: V1.11 (type: UEFI) Processor: Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz (8 CPUs), ~2.6GHz Memory: 16384MB RAM Available OS Memory: 16266MB RAM Page File: 5726MB used, 12970MB available Windows Dir: C:\WINDOWS DirectX Version: DirectX 12 DX Setup Parameters: Not found User DPI Setting: 96 DPI (100 percent) System DPI Setting: 96 DPI (100 percent) DWM DPI Scaling: Disabled Miracast: Available, with HDCP Microsoft Graphics Hybrid: Supported DxDiag Version: 10.00.17134.0001 64bit Unicode ------------ DxDiag Notes ------------ Display Tab 1: No problems found. Display Tab 2: No problems found. Sound Tab 1: No problems found. Input Tab: No problems found. -------------------- DirectX Debug Levels -------------------- Direct3D: 0/4 (retail) DirectDraw: 0/4 (retail) DirectInput: 0/5 (retail) DirectMusic: 0/5 (retail) DirectPlay: 0/9 (retail) DirectSound: 0/5 (retail) DirectShow: 0/6 (retail) --------------- Display Devices --------------- Card name: Intel(R) HD Graphics 530 Manufacturer: Intel Corporation Chip type: Intel(R) HD Graphics Family DAC type: Internal Device Type: Full Device (POST) Device Key: Enum\PCI\VEN_8086&DEV_191B&SUBSYS_105B1025&REV_06 Device Status: 0180200A
    [Show full text]
  • OSS Disclosure Document OSS Licenses Used in RN AIVI 1
    OSS Disclosure Document Date: 08-10-2017 OSS Licenses used in RN_AIVI CM-CI1/PJ-CB Page 1 Project 1 Overview .................................................. 12 2 OSS Licenses used in the project .......................... 13 3 Package details for OSS Licenses usage .................... 14 AES - Advanced Encryption Standard – 1.0 ..................... 14 Alsa Libraries - 1.0.29 ...................................... 14 Alsa Plugins - 1.0.29 ........................................ 14 Alsa Utils - 1.0.29 .......................................... 14 APMD - 3.2.2 ................................................. 15 ATK - 2.8.0 .................................................. 15 Attr - 2.4.47 ................................................ 15 Audio File Library - 0.2.7 ................................... 15 Avahi - 0.6.31 ............................................... 15 Bash - 3.2.48 .............................................. 15 BidiReferenceCpp - 26 ...................................... 15 Bison - 2.5.2., 3.0.2, 3.0.4 ............................... 16 Blktrace - 1.0.5 ........................................... 16 BlueZ - 4.101, 5.33 ........................................ 16 BPSTL ...................................................... 16 Btrfs-progs – 4.1.2 ........................................ 16 Busybox - 1.23.2 ........................................... 16 Bzip2 - 1.0.6 .............................................. 16 Cairo Vector Graphics Library - 1.12.14, 1.12.16, 1.14.2 ... 17 Cairo-Pixman - 0.30.2,0.32.6 ..............................
    [Show full text]
  • Directshow Codecs On
    DirectShow Codecs (Reported) Version RVG 0.5754 Windows Vista X86 Windows Vista X64 Codec Company Description Reported Windows XP Pro WindowsXP Starter Business N Business HomeBasic N HomeBasic HomePremium Ultimate Business N Business HomeBasic N HomeBasic HomePremium Ultimate AVI Decompressor Microsoft Corporation DirectShow Runtime AVI Draw Microsoft Corporation DirectShow Runtime Cinepak Codec by Radius Radius Inc. Cinepak® Codec DV Splitter Microsoft Corporation DirectShow Runtime DV Video Decoder Microsoft Corporation DirectShow Runtime DV Video Encoder Microsoft Corporation DirectShow Runtime Indeo® video 4.4 Decompression Filter Intel Corporation Intel Indeo® Video 4.5 Indeo® video 5.10 Intel Corporation Intel Indeo® video 5.10 Indeo® video 5.10 Compression Filter Intel Corporation Intel Indeo® video 5.10 Indeo® video 5.10 Decompression Filter Intel Corporation Intel Indeo® video 5.10 Intel 4:2:0 Video V2.50 Intel Corporation Microsoft H.263 ICM Driver Intel Indeo(R) Video R3.2 Intel Corporation N/A Intel Indeo® Video 4.5 Intel Corporation Intel Indeo® Video 4.5 Intel Indeo(R) Video YUV Intel IYUV codec Intel Corporation Codec Microsoft H.261 Video Codec Microsoft Corporation Microsoft H.261 ICM Driver Microsoft H.263 Video Codec Microsoft Corporation Microsoft H.263 ICM Driver Microsoft MPEG-4 Video Microsoft MPEG-4 Video Decompressor Microsoft Corporation Decompressor Microsoft RLE Microsoft Corporation Microsoft RLE Compressor Microsoft Screen Video Microsoft Screen Video Decompressor Microsoft Corporation Decompressor Video
    [Show full text]
  • System Information ---Time of This Report: 7/30/2013, 15:28:13 Machine Name
    Downloaded from: justpaste.it/39ad ------------------ System Information ------------------ Time of this report: 7/30/2013, 15:28:13 Machine name: ERIKDC-HP Operating System: Windows 7 Home Premium 64-bit (6.1, Build 7601) Service Pack 1 (7601.win7sp1_gdr.130318-1533) Language: English (Regional Setting: English) System Manufacturer: Hewlett-Packard System Model: HP Pavilion g6 Notebook PC BIOS: InsydeH2O Version CCB.03.61.17F.46 Processor: AMD A4-3300M APU with Radeon(tm) HD Graphics (2 CPUs), ~1.9GHz Memory: 4096MB RAM Available OS Memory: 3562MB RAM Page File: 3257MB used, 3866MB available Windows Dir: C:\Windows DirectX Version: DirectX 11 DX Setup Parameters: Not found User DPI Setting: Using System DPI System DPI Setting: 96 DPI (100 percent) DWM DPI Scaling: Disabled DxDiag Version: 6.01.7601.17514 32bit Unicode ------------ DxDiag Notes ------------ Display Tab 1: No problems found. Sound Tab 1: No problems found. Sound Tab 2: No problems found. Input Tab: No problems found. -------------------- DirectX Debug Levels -------------------- Direct3D: 0/4 (retail) DirectDraw: 0/4 (retail) DirectInput: 0/5 (retail) DirectMusic: 0/5 (retail) DirectPlay: 0/9 (retail) DirectSound: 0/5 (retail) DirectShow: 0/6 (retail) --------------- Display Devices --------------- Card name: AMD Radeon(TM) HD 6480G Manufacturer: ATI Technologies Inc. Chip type: ATI display adapter (0x9648) DAC type: Internal DAC(400MHz) Device Key: Enum\PCI\VEN_1002&DEV_9648&SUBSYS_169B103C&REV_00 Display Memory: 2022 MB Dedicated Memory: 497 MB Shared Memory: 1525 MB
    [Show full text]
  • Volume 2 – Vidéo Sous Linux
    Volume 2 – Vidéo sous linux Installation des outils vidéo V6.3 du 20 mars 2020 Par Olivier Hoarau ([email protected]) Vidéo sous linux Volume 1 - Installation des outils vidéo Volume 2 - Tutoriel Kdenlive Volume 3 - Tutoriel cinelerra Volume 4 - Tutoriel OpenShot Video Editor Volume 5 - Tutoriel LiVES Table des matières 1 HISTORIQUE DU DOCUMENT................................................................................................................................4 2 PRÉAMBULE ET LICENCE......................................................................................................................................4 3 PRÉSENTATION ET AVERTISSEMENT................................................................................................................5 4 DÉFINITIONS ET AUTRES NOTIONS VIDÉO......................................................................................................6 4.1 CONTENEUR................................................................................................................................................................6 4.2 CODEC.......................................................................................................................................................................6 5 LES OUTILS DE BASE POUR LA VIDÉO...............................................................................................................7 5.1 PRÉSENTATION.............................................................................................................................................................7
    [Show full text]
  • License Terms & Condition
    Date:7-June-2016 OSS Disclosure Document CM_CI1/EGM-P OSS Licenses used in GM-MY17 Project Page 1 1 Overview .................................................. 10 2 OSS Licenses used in the project .......................... 10 3 Package details for OSS Licenses usage .................... 11 3.1 7 Zip - LZMA SDK - 9.2/4.01 .................................. 11 3.2 ACL - 2.2.51 ................................................. 11 3.3 AES - Advanced Encryption Standard – 1.0 ..................... 11 3.4 Alsa Libraries - 1.0.27.2 .................................... 11 3.5 Alsa Plugins - 1.0.26 ........................................ 11 3.6 Alsa Utils - 1.0.27.2 ........................................ 12 3.7 APMD - 3.2.2 ................................................. 12 3.8 ATK - 2.8.0 .................................................. 12 3.9 Attr - 2.4.46 ................................................ 12 3.10 Audio File Library - 0.2.7 ................................. 12 3.11 Android - platform - bootable – recovery -4.2 .............. 12 3.12 Android - platform - system – core -4.2 .................... 12 3.13 Avahi - 0.6.31 ............................................. 13 3.14 Bash - 3.2.48 .............................................. 13 3.15 Bison with GPL 3.0 exception - 2.7.1 ....................... 13 3.16 Blktrace - 1.0.5 ........................................... 13 3.17 BlueZ - 4.101/5.15 ......................................... 13 3.18 Boost C++ Libraries- boost 1.50.0 .......................... 13 3.19 BPSTL .....................................................
    [Show full text]
  • V2616 Linux User's Manual Introduction
    V2616 Linux User’s Manual First Edition, October 2011 www.moxa.com/product © 2011 Moxa Inc. All rights reserved. V2616 Linux User’s Manual The software described in this manual is furnished under a license agreement and may be used only in accordance with the terms of that agreement. Copyright Notice © 2011 Moxa Inc. All rights reserved. Trademarks The MOXA logo is a registered trademark of Moxa Inc. All other trademarks or registered marks in this manual belong to their respective manufacturers. Disclaimer Information in this document is subject to change without notice and does not represent a commitment on the part of Moxa. Moxa provides this document as is, without warranty of any kind, either expressed or implied, including, but not limited to, its particular purpose. Moxa reserves the right to make improvements and/or changes to this manual, or to the products and/or the programs described in this manual, at any time. Information provided in this manual is intended to be accurate and reliable. However, Moxa assumes no responsibility for its use, or for any infringements on the rights of third parties that may result from its use. This product might include unintentional technical or typographical errors. Changes are periodically made to the information herein to correct such errors, and these changes are incorporated into new editions of the publication. Technical Support Contact Information www.moxa.com/support Moxa Americas Moxa China (Shanghai office) Toll-free: 1-888-669-2872 Toll-free: 800-820-5036 Tel: +1-714-528-6777 Tel: +86-21-5258-9955 Fax: +1-714-528-6778 Fax: +86-21-5258-5505 Moxa Europe Moxa Asia-Pacific Tel: +49-89-3 70 03 99-0 Tel: +886-2-8919-1230 Fax: +49-89-3 70 03 99-99 Fax: +886-2-8919-1231 Table of Contents 1.
    [Show full text]