VLSI Solution. VS10XX - Plugins. Plugins, Applications. Plugins. Description. Applications. Patches. In Development. Public Document.

Size: px
Start display at page:

Download "VLSI Solution. VS10XX - Plugins. Plugins, Applications. Plugins. Description. Applications. Patches. In Development. Public Document."

Transcription

1 VS10XX - Plugins Plugins VS1011/VS1002 Loudness Plugin DTMF Generator VS1003B WMA Rewind Plugin Spectrum Analzer Plugin Pitch Shifter / Tempo Change Plugin Applications Standalone Plaer / Recorder VS1003B 16/32-Button Plaer Real-Time MIDI Input 8 khz Phone/Headset Application Patches VS1002D/VS1003B MPEG2.5 Laer-3 8 khz Stereo Patch VS1003B/VS1033C Treble Patch VS1011E/VS1033B/VS1033C MPEG2.0 Laer-2 Patch Description This document shortl describes the currentl available plugins, applications, and patches for VS10XX chips. Plugins and patches co-exist with the default firmware operation, while applications take over some or all of the sstem operation. We have tried to ensure that patches and plugins do not overlap, so that several of them can be loaded and be active at the same time. Check the documentation of the desired packages for details. No VS DSP programming experience is required for using these additions. Code is loaded and started b writing into VS10XX Serial Control Interface (SCI) registers. If ou need a plugin or an application, make an inquir (mp3@vlsi.fi). There are reall man things that can be done with the VS10XX chips with a little bit of imagination, even applications not directl associated with audio! In Development VS1053 Ogg Vorbis Encoder Echo Cancellation Headset Decoder and PCM Mixer Decoder and Sound Effect Generator Mixer Rev Page 1(9)

2 1 Introduction The VS10XX chips contain internal instruction RAM and some user data RAM. Thus new features and even full applications can be developed in addition to what the ROM firmware offers. Most patches and plugins co-exist, i.e. the can be active at the same time. Plugins and applications can also be loaded onl when the are needed. The following chapters give a short description of some of the applications that have been implemented for different VS10XX chips. Make an inquir (mp3@vlsi.fi) if ou need a plugin to support another chip, or if ou need a plugin or application that does not exist. For the latest available plugins and patches, see the VLSI web pages ( vs10xx proto/plaer.shtml Rev Page 2(9)

3 2 Plugins Plugins enhance the normal decoder operation with extra features. If a plugin needs a lot of data processing, the extra CPU consumption must be taken into account and higher internal clock be used. VS1011/VS1002 Loudness Plugin The loudness package allows various tone controls b having twelve different frequenc enhancers. The package supports VS1011 and VS1002. Frequenc Response of Loudness Filter Amplification / db Frequenc / Hz Figure 1: Example of a loudness filter VS1011E, and other newer chips have both built-in bass and treble controls that can be used for tone control without this plugin. DTMF Generator With the DTMF Generator two sines can be added to the currentl plaing audio signal (or silence). The sine volume can be set, and the original volume can be decreased to prevent overflows. B recompiling ou can enable code that modulates one sine with the other. You can also configure left and right channels to have independent sine waves. Status: not et publicall released. Rev Page 3(9)

4 VS1003B WMA Rewind Plugin This plugin makes WMA Rewind/Fast forward easier b implementing a resnchronization code that tries to find the ASF packet boundaries automaticall. It also has broadcast support (ignores file size) for web radio applications. The documentation also talks about how to adjust some streams slightl to make them plaable with the VS1003B ASF parser. Spectrum Analzer Plugin The spectrum analzer provides upto 23 analzer bands for implementing a graphical spectrum displa. The number of bands and the center frequencies are configurable. The analzer works for all audio file tpes. Hz 43 # 64 # 107 # 193 # 301 # 473 # 775 # 1205 # 1894 # 2756 # 4823 # 7579 # # # Currentl supported chips: VS1011B, VS1011E, VS1003B, VS1033B, VS1033C. Pitch Shifter / Tempo Change Plugin In some applications ou want to change the pitch of a song without changing the tempo (pitch shifter), or ou want to change the tempo without changing the pitch. Changing the sample rate would change the pitch, but also the tempo. A special algorithm is needed. This application implements both a pitch shifter and a tempo changer. The amount of pitch shift or tempo change can be controlled in real time through an SCI register. The pitch shift and tempo change works for all audio file tpes. Currentl supported chips: VS1002D, VS1003B, VS1033C. Rev Page 4(9)

5 3 Applications Applications take over control of most of the harware, and the can not be combined with other loadable code. However, the can be loaded just when needed, and the VS11XX chip can be used in the normal decoding mode during other times. Standalone Plaer / Recorder This application implements a ver simple audio plaer with ver few additional components and without an external microcontroller. The code reads audio files from a FAT-formatted MMC/SD and decodes them with the ROM firmware. The user interface of the plaer consists of three buttons that control volume, next/previous song, pause mode, and random pla. In an alternative version an external microcontroller can command the plaer through the SCI bus. The newest version also supports high-capacit SD cards. A recorder version, in addition to plaing files, can take the microphone input, encode it into IMA ADPCM and save it on top of an existing VSRECORD.WAV file. Some features are left out compared to the plaer version to make this possible. The application is loaded from SPI EEPROM at startup, or it can be loaded through SCI b an external microcontroller. Currentl supported chips: VS1011E (no record), VS1002D, VS1003B, VS1033C. VS1003B 16/32-Button Plaer The 16/32-Button Plaer is a special version of the standalone plaer that supports upto 32 buttons. Uses line input for buttons. Currentl supported chips: VS1003B VS1103B / VS1003B / VS1033C Real-Time MIDI Input VS1003B / VS1033C can be used as a standalone real-time MIDI snthesizer that takes input from a generic MIDI keboard. A couple of components are needed to interface the UART RX pin to the MIDI OUT of the MIDI device. Also, an SPI EEPROM is required to load the boot code, or the code can be loaded through SCI b an external microcontroller. With VS1103B the Real-Time MIDI mode can be started without SPI EEPROM b having appropriate pull-up and pull-down resistors on GPIO pins after reset. See the VS1103B datasheet for details. Rev Page 5(9)

6 8 khz Phone/Headset Application The Phone Application provides low-dela two-wa 8000 Hz audio with 12 MHz, MHz, or 13 MHz input clock. The application also includes a programmable microphone monitor volume. MicVol Mic 16000Hz ^2 8000Hz buffer Data Output MonitorVol MainVol Ear 32000Hz ^2 + ^2 buffer 8000Hz Data Input Figure 2: Phone Application with MHz Mic MicVol ^ Hz ^ ^ buffer Data Output 15625Hz 8000Hz MonitorVol MainVol Ear ^ + ^ buffer Data Input 31250Hz 8000Hz Figure 3: Phone Application with 12 / 13 MHz Currentl supported chips: VS1002D, VS1003B. Rev Page 6(9)

7 4 Patches Patch codes correct one or more problems in a specific firmware version. VS1002D/VS1003B MPEG2.5 Laer-3 8kHz Stereo Patch This patch corrects decoding problems with 8 khz stereo files. VS1003B/VS1033C Treble Patch This patch removes volume change disturbance when treble control is active. VS1011E/VS1033B/VS1033C MPEG2.0 Laer 2 Patch This patch is onl useful if laer I/II support (.MP1 and.mp2) is enabled. It enables the decoding of halfrate (24000Hz, 22050Hz, and 16000Hz) MP2 files. In VS1033C it also improves laer II decoding accurac. Rev Page 7(9)

8 5 In Development We are also developing some interesting applications. VS1053 Ogg Vorbis Encoder The VS1053 stereo DAC with line-level inputs (or stereo MIC) begs for higherqualit, higher-frequenc, and lower-bitrate encoding than the current IMA AD- PCM encoding format can offer. VS1053 alread plas Ogg Vorbis, so encoding the data to Ogg Vorbis is an ideal solution: the qualit-to-bitrate ratio is high, and no licensing for the format is required. Two profiles will be provided at first: one for high-qualit stereo recording at a bitrate slightl above 100 kbit/s, and another for speech-qualit mono recording at a bitrate of less than 30 kbit/s. Echo Cancellation Phone Echo cancellation is an application that does not benefit ourselves, but the person on the other end. The other person s voice that is plaed on the headphones or speaker is removed from the microphone signal, so that onl our voice is sent back. Otherwise an intolerable echo keeps going back and forth, making it hard to keep up conversation. Upto 35 db attenuation can be achieved with the echo cancellation application. Decoder and PCM Mixer A separate PCM audio stream can be mixed together with decoded audio. This allows sound effects to be plaed on top of the main audio track. Decoder and Sound Effect Generator Mixer Various sound effects can be generated and mixed with decoded audio. This is intended for audible feedback of user interface events. Rev Page 8(9)

9 6 Contact Information VLSI O Entrance G, 2nd floor Hermiankatu 8 FIN Tampere FINLAND Fax: Phone: mp3@vlsi.fi URL: Rev Page 9(9)

What applications can be done by using VS1003? ver. 1.2 / November 2007

What applications can be done by using VS1003? ver. 1.2 / November 2007 What applications can be done by using VS1003? ver. 1.2 / November 2007 Alternatives Audio decoder (slave) Basic functionality MP3/WMA/SP- midi/wav Voice recording from microphone Streaming support for

More information

What applications can be done by using VS1003?

What applications can be done by using VS1003? What applications can be done by using VS1003? Ver 1.4 / September 2011 Alternatives Audio decoder (slave) Basic functionality MP3/WMA/SP-midi/WAV Voice recording from microphone Streaming support for

More information

VLSI Solution. VS1003B 16/32-Button Player. Controlled Document. VSMPG VLSI Solution Audio Decoder. Project Code: Project Name: Revision History

VLSI Solution. VS1003B 16/32-Button Player. Controlled Document. VSMPG VLSI Solution Audio Decoder. Project Code: Project Name: Revision History Controlled Document VLSI Audio Decoder Project Code: Project Name: Revision Histor Rev. Date Author Description 1.06 2010-08-31 coff2boot.exe and perl.exe in the source package (use make bins to compile

More information

VS1033 to VS1053. Public Document. VS10XX AppNote: VS1033 to VS1053 migration checklist. This document applies to all versions of VS1033 and VS1053.

VS1033 to VS1053. Public Document. VS10XX AppNote: VS1033 to VS1053 migration checklist. This document applies to all versions of VS1033 and VS1053. : VS1033 to VS1053 migration checklist Description This document describes how to migrate from. This document lists hardware and software differencies and other considerations. This document applies to

More information

Interfacing I2S DAC. Public Document. VS10XX AppNote: I2S DAC

Interfacing I2S DAC. Public Document. VS10XX AppNote: I2S DAC : I2S DAC Description This document describes how to interface VS10XX to an I2S DAC. It shows an example schematic and shows the required register settings. This document applies to VS1033. For detailed

More information

VS1003 to VS1053. VS1003 to VS1053 Migration Guide

VS1003 to VS1053. VS1003 to VS1053 Migration Guide VS1003 to VS1053 Migration Guide Description This document describes how to migrate from VS1003 to VS1053. It lists hardware and software differencies and other considerations. This document applies to

More information

VS1011 to VS1053. VS1011 to VS1053 Migration Guide

VS1011 to VS1053. VS1011 to VS1053 Migration Guide VS1011 to VS1053 Migration Guide Description This document describes how to migrate from VS1011 to VS1053. It lists hardware and software differencies and other considerations. This document applies to

More information

VS10XX REAL-TIME MIDI INPUT

VS10XX REAL-TIME MIDI INPUT SOFTWARE DOCUMENT VS10XX REAL-TIME MIDI INPUT VLSI Solution Audio Decoder Project Code: Project Name: All information in this document is provided as-is without warranty. Features are subject to change

More information

VLSI AppNote: VSx053 Simple DSP Board

VLSI AppNote: VSx053 Simple DSP Board : VSx053 Simple DSP Board Description This document describes the VS1053 / VS8053 Simple DPS Board and the VSx053 Simple DSP Host Board. Schematics, layouts and pinouts of both cards are included. The

More information

VS1063 ENCODER DEMONSTRATION

VS1063 ENCODER DEMONSTRATION PRELIMINARY DOCUMENT VS1063 ENCODER DEMONSTRATION VLSI Solution Audio Decoder Project Code: Project Name: All information in this document is provided as-is without warranty. Features are subject to change

More information

VS1000B/C Audio Book. Project Code:

VS1000B/C Audio Book. Project Code: Controlled Document B/C Audio Book VLSI Ogg Vorbis Plaer Project Code: Project Name: Revision Histor Rev. Date Author Description 0.92 2008-10-31 Public domain content, works with Developer Board. 0.9

More information

Embedding Audio into your RX Application

Embedding Audio into your RX Application Embedding Audio into your RX Application Renesas Electronics America Inc. Renesas Technology & Solution Portfolio 2 Microcontroller and Microprocessor Line-up 2010 2013 32-bit 8/16-bit 1200 DMIPS, Superscalar

More information

VS1053B PCM Mixer. VSMPG VLSI Solution Audio Decoder. Project Code: Project Name:

VS1053B PCM Mixer. VSMPG VLSI Solution Audio Decoder. Project Code: Project Name: Controlled Document VS1053B PCM Mixer VLSI Solution Audio Decoder Project Code: Project Name: Revision History Rev. Date Author Description 1.1 2011-04-27 Rate configured from AICTRL0 1.0 2011-03-14 Initial

More information

Music Shield User Manual

Music Shield User Manual Music Shield User Manual. Overview Music Shield is an Arduino expansion board for playing/recording audio, features onboard audio codec chip VS053B and a TF card slot, supports common used audio formats.

More information

VS1003 ADC SPECTRUM ANALYZER

VS1003 ADC SPECTRUM ANALYZER PRELIMINARY DOCUMENT VS1003 ADC SPECTRUM ANALYZER VLSI Solution Audio Decoder Project Code: Project Name: All information in this document is provided as-is without warranty. Features are subject to change

More information

VLSI Solution. VS1000C Audio Module Tester. Controlled Document. VS1000 VLSI Solution Ogg Vorbis Player. Project Code: Revision History

VLSI Solution. VS1000C Audio Module Tester. Controlled Document. VS1000 VLSI Solution Ogg Vorbis Player. Project Code: Revision History Controlled Document VLSI Ogg Vorbis Plaer Project Code: Project Name: Revision Histor Rev. Date Author Description 0.9 2010-12-21 Initial version. Rev. 0.9 2010-12-21 Page 1(9) Table of Contents 1 Audio

More information

PlusV Specification. VLSI Solution PlusV

PlusV Specification. VLSI Solution PlusV VLSI PlusV Revision Histor Rev. Date Author Description 1.0 2001-10-12 The official, first public release. 0.8 2001-10-10 MP3 interleaving redone. 0.72 2001-09-04 PO release. 0.7 2001-08-29 Changed order

More information

VS1063A SDIENCODER. VLSI Solution Audio Decoder/Encoder

VS1063A SDIENCODER. VLSI Solution Audio Decoder/Encoder SOFTWARE DOCUMENT VS1063A SDIENCODER VLSI Solution Audio Decoder/Encoder Project Code: Project Name: VS1063 All information in this document is provided as-is without warranty. Features are subject to

More information

5: Music Compression. Music Coding. Mark Handley

5: Music Compression. Music Coding. Mark Handley 5: Music Compression Mark Handley Music Coding LPC-based codecs model the sound source to achieve good compression. Works well for voice. Terrible for music. What if you can t model the source? Model the

More information

PSG-01S USB Microphone Speaker

PSG-01S USB Microphone Speaker PSG-01S USB Microphone Speaker User's Manual Introduction Thank ou for purchasing Yamaha PSG-01S. This product is a USB microphone/speaker unit to be connected to a computer with the USB cable for use

More information

Audio Controller i. Audio Controller

Audio Controller i. Audio Controller i Audio Controller ii Contents 1 Introduction 1 2 Controller interface 1 2.1 Port Descriptions................................................... 1 2.2 Interface description.................................................

More information

THE STA013 AND STA015 MP3 DECODERS

THE STA013 AND STA015 MP3 DECODERS THE STA013 AND STA015 MP3 DECODERS The "STA013" and "STA015" integrated circuits by STMicroelectronics are flexible MP3 decoders with good performance. The STA015 is almost fully backwards compatible with

More information

GWBMA0x Bluetooth Audio module

GWBMA0x Bluetooth Audio module GWBMA0x Bluetooth Audio module Data sheet version 0.9 draft GWBMA0X DATASHEET 0.9 GIGAWIT 1 Introduction GWBMA1X is a high performance Bluetooth audio module, It provides various type of wireless audio

More information

Tim Chin Omar Gonzalez Ward Huang. Critical Design Review

Tim Chin Omar Gonzalez Ward Huang. Critical Design Review Tim Chin Omar Gonzalez Ward Huang Critical Design Review » Music player that plays custom songs and playlists based on multiple factors including: Lighting (artificial, natural, brightness) Time of day

More information

QF3DFX Profound Sound Audio Processor High performance, easy to use audio processing

QF3DFX Profound Sound Audio Processor High performance, easy to use audio processing Profound Sound Audio Processor High performance, easy to use audio processing P R E L I M I N A R Y APPLICATIONS Sound Bars Radios Televisions Docking Stations Home Theatre Stereo Headsets (both wired

More information

Principles of Audio Coding

Principles of Audio Coding Principles of Audio Coding Topics today Introduction VOCODERS Psychoacoustics Equal-Loudness Curve Frequency Masking Temporal Masking (CSIT 410) 2 Introduction Speech compression algorithm focuses on exploiting

More information

_äìé`çêé. Audio Compression Codec Specifications and Requirements. Application Note. Issue 2

_äìé`çêé. Audio Compression Codec Specifications and Requirements. Application Note. Issue 2 _äìé`çêé Audio Compression Codec Specifications and Requirements Application Note Issue 2 CSR Cambridge Science Park Milton Road Cambridge CB4 0WH United Kingdom Registered in England 3665875 Tel: +44

More information

VS1000 Audio Module. VS1000 Audio Module (preliminary) Description. Features. Applications

VS1000 Audio Module. VS1000 Audio Module (preliminary) Description. Features. Applications VS1000 Audio Module Features Plays audio from micro SD card or SPI Flash Uses powerful Ogg Vorbis audio format Both firmware and content can be customized Triggered via USB, UART or IO pins Very simple

More information

Export Audio Mixdown

Export Audio Mixdown 26 Introduction The function in Cubase Essential allows you to mix down audio from the program to a file on your hard disk. You always mix down an output bus. For example, if you have set up a stereo mix

More information

2.4 Audio Compression

2.4 Audio Compression 2.4 Audio Compression 2.4.1 Pulse Code Modulation Audio signals are analog waves. The acoustic perception is determined by the frequency (pitch) and the amplitude (loudness). For storage, processing and

More information

Perceptual Coding. Lossless vs. lossy compression Perceptual models Selecting info to eliminate Quantization and entropy encoding

Perceptual Coding. Lossless vs. lossy compression Perceptual models Selecting info to eliminate Quantization and entropy encoding Perceptual Coding Lossless vs. lossy compression Perceptual models Selecting info to eliminate Quantization and entropy encoding Part II wrap up 6.082 Fall 2006 Perceptual Coding, Slide 1 Lossless vs.

More information

VS10XX APPNOTE: CONNECTING SPI BUSES

VS10XX APPNOTE: CONNECTING SPI BUSES PUBLIC DOCUMENT VS10XX APPNOTE: CONNECTING SPI BUSES VS1011, VS1003, VS1033, VS1053, VS8053, VS1063 All information in this document is provided as-is without warranty. Features are subject to change without

More information

VS1053B EQ5. VSMPG VLSI Solution Audio Decoder

VS1053B EQ5. VSMPG VLSI Solution Audio Decoder SOFTWARE DOCUMENT VS1053B EQ5 VSMPG VLSI Solution Audio Decoder Project Code: Project Name: VS1053 Revision History Rev. Date Author Description 1.0 2014-02-25 PO Now works with WAV too. 0.9 2012-08-08

More information

ATP-24A/PCI(2.0) ATP-24A/PCI+(2.0) ATP-24A/PCIe(3.0) ATP-24A/PCIe+(3.0) Analog Tap Passive Board

ATP-24A/PCI(2.0) ATP-24A/PCI+(2.0) ATP-24A/PCIe(3.0) ATP-24A/PCIe+(3.0) Analog Tap Passive Board Synway ATP Series ATP-24A/PCI(2.0) ATP-24A/PCI+(2.0) ATP-24A/PCIe(3.0) ATP-24A/PCIe+(3.0) Analog Tap Passive Board Version 4.1 Synway Information Engineering Co., Ltd www.synway.net Contents Contents...

More information

Design and development of embedded systems for the Internet of Things (IoT) Fabio Angeletti Fabrizio Gattuso

Design and development of embedded systems for the Internet of Things (IoT) Fabio Angeletti Fabrizio Gattuso Design and development of embedded systems for the Internet of Things (IoT) Fabio Angeletti Fabrizio Gattuso Microcontroller It is essentially a small computer on a chip Like any computer, it has memory,

More information

6 Controlling the Technomad Encoder

6 Controlling the Technomad Encoder T 6 Controlling the Technomad Encoder 6.1 User control interface The Techomad Encoder has a local web server built in. You can control the Technomad Encdoder from anywhere on your network using a standard

More information

VS1000 Uart Audio Module. V1.0 Software User's Guide

VS1000 Uart Audio Module. V1.0 Software User's Guide Public Document v1.0 2012-09-11 PkP VS1000 Uart Audio Module V1.0 Software User's Guide About VS1000 Uart Audio Module is an alternative software for the VS1000 Audio Module (http://www.vlsi.fi/en/products/vs1000module.html).

More information

OPERATING MANUAL Manual Version 1.4 (Sep 11, 2017) Tel: or

OPERATING MANUAL Manual Version 1.4 (Sep 11, 2017) Tel: or BooTunes Amped OPERATING MANUAL Manual Version 1.4 (Sep 11, 2017) Tel: 1-877-815-5744 or 1-905-803-9274 www.frightideas.com Getting Familiar with your BooTunes Amped BooTunes Amped FI-418 Operating Manual

More information

Application Note MUSIC NEST UDP streaming example OP-AN-021. Description. Brief introduction

Application Note MUSIC NEST UDP streaming example OP-AN-021. Description. Brief introduction Application Note MUSIC NEST UDP streaming example OP-AN-021 Device: openpicus FLYPORT and Music Nest IDE version: 2.2 External Libs: VLSICodec OpenPicus Free IDE Connections: stereo 3.5mm standard jack

More information

Introduction to ARM LPC2148 Microcontroller

Introduction to ARM LPC2148 Microcontroller Introduction to ARM LPC2148 Microcontroller Dr.R.Sundaramurthy Department of EIE Pondicherry Engineering College Features of LPC2148 in a Nut Shell CPU = ARM 7 Core Word Length = 32 Bit ROM = 512 KB RAM

More information

Digital Audio Basics

Digital Audio Basics CSC 170 Introduction to Computers and Their Applications Lecture #2 Digital Audio Basics Digital Audio Basics Digital audio is music, speech, and other sounds represented in binary format for use in digital

More information

For Mac and iphone. James McCartney Core Audio Engineer. Eric Allamanche Core Audio Engineer

For Mac and iphone. James McCartney Core Audio Engineer. Eric Allamanche Core Audio Engineer For Mac and iphone James McCartney Core Audio Engineer Eric Allamanche Core Audio Engineer 2 3 James McCartney Core Audio Engineer 4 Topics About audio representation formats Converting audio Processing

More information

PPHP210AMX. Stage & Studio PA Speaker & DJ Mixer Bundle Kit

PPHP210AMX. Stage & Studio PA Speaker & DJ Mixer Bundle Kit PPHP210AMX Stage & Studio PA Speaker & DJ Mixer Bundle Kit (2) 10 Bluetooth PA Loud-Speakers with Built-in LED Lights, 8-Ch. Audio Mixer, Speaker Stands, Wired Microphone (600 Watt) WARNING! CAUTION: TO

More information

DATASHEET MP3/OGG/AAC/WMA/FLAC/ G.711/G.722 AUDIO CODEC CIRCUIT

DATASHEET MP3/OGG/AAC/WMA/FLAC/ G.711/G.722 AUDIO CODEC CIRCUIT VS1063a DATASHEET MP3/OGG/AAC/WMA/FLAC/ G.711/G.722 AUDIO CODEC CIRCUIT Key Features Encoders: MP3; Ogg Vorbis; PCM; IMA ADPCM; G.711 (µ-law, A-law); G.722 ADPCM Decoders: MP3 (MPEG 1 & 2 audio layer III

More information

VS1000. VS Ogg Vorbis Player IC with USB and NAND FLASH Interface. Hardware Features. Description. Firmware Features

VS1000. VS Ogg Vorbis Player IC with USB and NAND FLASH Interface. Hardware Features. Description. Firmware Features VS1000 - Ogg Vorbis Player IC with USB and NAND FLASH Interface Hardware Features Low-power operation Single input voltage: Internal voltage regulation for analog, digital, and I/O power Operates with

More information

twisted wave twisted wave [an introduction]

twisted wave twisted wave [an introduction] twisted wave information www.twistedwave.com $80 free 30 day trial mac only updated frequently 2 versions available (OSX [more powerful] & ios [more portable]) OSX & ios are different purchases [different

More information

Squeeze Play: The State of Ady0 Cmprshn. Scott Selfon Senior Development Lead Xbox Advanced Technology Group Microsoft

Squeeze Play: The State of Ady0 Cmprshn. Scott Selfon Senior Development Lead Xbox Advanced Technology Group Microsoft Squeeze Play: The State of Ady0 Cmprshn Scott Selfon Senior Development Lead Xbox Advanced Technology Group Microsoft Agenda Why compress? The tools at present Measuring success A glimpse of the future

More information

Pro Audio Streamers. IP Streamers. June catalogue. Manufacturers of audio & video products for radio & TV broadcasters

Pro Audio Streamers. IP Streamers. June catalogue. Manufacturers of audio & video products for radio & TV broadcasters Pro Audio Streamers IP Streamers June 2012 catalogue Manufacturers of audio & video products for radio & TV broadcasters Pro Audio Streamers IP Streamers The Pro Audio Streamers are a range of three IP

More information

WT32i Bluetooth Audio Module

WT32i Bluetooth Audio Module WT32i Bluetooth Audio Module Topics Key Features Benefits WT32i Specifications iwrap TM Bluetooth Software Certifications Development Tools Use Cases Bluetooth 3.0 compliant Key Features Integrated iwrap

More information

PJP-25UR Conference Microphone Speaker

PJP-25UR Conference Microphone Speaker PJP-25UR Conference Microphone Speaker User's Manual Contents INTRODUCTION Introduction...2 Controls and Functions...3 PREPARATION Connection...5 Check the following before connecting this unit to the

More information

QUICKSTART GUIDE ENGLISH ( 3 9 ) MANUAL DE INICIO RÁPIDO ESPAÑOL ( ) GUIDE D UTILISATION RAPIDE FRANÇAIS ( )

QUICKSTART GUIDE ENGLISH ( 3 9 ) MANUAL DE INICIO RÁPIDO ESPAÑOL ( ) GUIDE D UTILISATION RAPIDE FRANÇAIS ( ) QUICKSTART GUIDE ENGLISH ( 3 ) MANUAL DE INICIO RÁPIDO ESPAÑOL ( 11 17 ) GUIDE D UTILISATION RAPIDE FRANÇAIS ( 1 25 ) MANUALE RAPIDO DI UTILIZZAZIONE ITALIANO ( 27 33 ) KURZANLEITUNG DEUTSCH ( 35 41 )

More information

FLASH Programming in Production of VS1000 Applications

FLASH Programming in Production of VS1000 Applications FLASH Programming in Production of VS1000 Applications Purpose This document describes the different possibilities for programming firmware and content to VS1000-based systems in production. Revision History

More information

Jaton irok Digital MP3 Player User Manual Version 5 Firmware Ver Table of Contents

Jaton irok Digital MP3 Player User Manual Version 5 Firmware Ver Table of Contents Jaton irok Digital MP3 Player User Manual Version 5 Firmware Ver.2.611.101 Table of Contents 1. FEATURES SUMMARY --------------------------------------PG 2 2. SPECIFICATIONS ---------------------------------------------PG

More information

DESCRIPTION FEATURES MULTISTREAM PCI SOUND CARDS 26 DECEMBER 2007 ASI6514, ASI6518

DESCRIPTION FEATURES MULTISTREAM PCI SOUND CARDS 26 DECEMBER 2007 ASI6514, ASI6518 26 DECEMBER 2007 ASI6514, ASI6518 MULTISTREAM PCI SOUND CARDS DESCRIPTION The ASI6514 and ASI6518 are professional PCI sound cards designed for use in radio broadcast automation. Providing up to 16 play

More information

Adafruit VS1053 MP3/AAC/Ogg/MIDI/WAV Codec Breakout Tutorial

Adafruit VS1053 MP3/AAC/Ogg/MIDI/WAV Codec Breakout Tutorial Adafruit VS1053 MP3/AAC/Ogg/MIDI/WAV Codec Breakout Tutorial Created by Bill Earl Last updated on 2016-10-05 03:00:49 PM UTC Guide Contents Guide Contents Overview Assembly Prepare the Headers Position

More information

Super UA Q&A 2015/03/16

Super UA Q&A 2015/03/16 Super UA Q&A 2015/03/16 Can DSD playback software other than foobar2000 and Audirvana Plus be used? Although operation is not guaranteed, it should be possible to use any DSD playback software that supports

More information

Chapter 5.5 Audio Programming

Chapter 5.5 Audio Programming Chapter 5.5 Audio Programming Audio Programming Audio in games is more important than ever before 2 Programming Basic Audio Most gaming hardware has similar capabilities (on similar platforms) Mostly programming

More information

1. Overview. 1.1 General Introduction. 1.2 Features. 1.3 Application. JQ6500 Voice Module Manual V1.3

1. Overview. 1.1 General Introduction. 1.2 Features. 1.3 Application. JQ6500 Voice Module Manual V1.3 1. Overview 1.1 General Introduction JQ6500 MP3 is a hardware decoder providing serial MP3 chip, perfectly integrating MP3 and WMV. Meanwhile, the software supports TF card driver, spi flash update on

More information

Rich Recording Technology Technical overall description

Rich Recording Technology Technical overall description Rich Recording Technology Technical overall description Ari Koski Nokia with Windows Phones Product Engineering/Technology Multimedia/Audio/Audio technology management 1 Nokia s Rich Recording technology

More information

PJP-25UR Conference Microphone Speaker

PJP-25UR Conference Microphone Speaker PJP-25UR Conference Microphone Speaker User's Manual Contents INTRODUCTION Introduction...2 Controls and Functions...3 PREPARATION Connection...5 Check the following before connecting this unit to the

More information

INSTRUCTION MANUAL CAR RADIO RECEIVER / MP3 PLAYER WITH BULETOOTH HAND FREE SYSTEM TUNING / SEEK UP / DOWN NEXT/ BACK BUTTON LCD DISPLAY RANDOM

INSTRUCTION MANUAL CAR RADIO RECEIVER / MP3 PLAYER WITH BULETOOTH HAND FREE SYSTEM TUNING / SEEK UP / DOWN NEXT/ BACK BUTTON LCD DISPLAY RANDOM INSTRUCTION MANUAL CAR RADIO RECEIVER / MP3 PLAYER WITH BULETOOTH HAND FREE SYSTEM TUNING / SEEK UP / DOWN NEXT/ BACK LCD DISPLAY AUX TALK CANCEL/ SRC ENCODER VOLUME KNOB MENU PLAY/ PAUSE INTRO REPEAT

More information

Zoom...62 Tracer Line...63 Marks View...64 Tracking Mode...65 Tracking Options...65 Log Position Slider...66 Chapter 9 - Detailed Information

Zoom...62 Tracer Line...63 Marks View...64 Tracking Mode...65 Tracking Options...65 Log Position Slider...66 Chapter 9 - Detailed Information PowerLog Client v4 User Guide Last Edited 26/04/2007 Table Of Contents Table Of Contents...2 Chapter 1 - What Is PowerLog Client?...6 Chapter 2 - Installing PowerLog Client...7 Chapter 3 - Running PowerLog

More information

VS1002d - MP3 AUDIO CODEC

VS1002d - MP3 AUDIO CODEC VS1002d - MP3 AUDIO CODEC Features Decodes MPEG 1 & 2 audio layer 3 (ISO 11172-3), MP3+V, WAV and PCM files Support ADPCM recording and decoding Supports VBR (variable bitrate) for MP3 Stream support Can

More information

Digital Media. Daniel Fuller ITEC 2110

Digital Media. Daniel Fuller ITEC 2110 Digital Media Daniel Fuller ITEC 2110 Daily Question: Digital Audio What values contribute to the file size of a digital audio file? Email answer to DFullerDailyQuestion@gmail.com Subject Line: ITEC2110-09

More information

VS Ogg Vorbis Player IC with USB and NAND FLASH Interface

VS Ogg Vorbis Player IC with USB and NAND FLASH Interface d - Ogg Vorbis Player IC with USB and NAND FLASH Interface Hardware Features Low-power operation Single input voltage: Internal voltage regulation for analog, digital, and I/O power Operates with a single

More information

The World Leader in High-Performance Signal Processing Solutions. February, 2008

The World Leader in High-Performance Signal Processing Solutions. February, 2008 The World Leader in High-Performance Signal Processing Solutions February, 008 Audio Specific DSP Small Core + HW accelerators High Quality processing 8/56-Bit High Precision Core Easy to use, graphical

More information

Battle Command Radio Net User Guide Historical Software Corporation - Copyright 2011, HSC. All rights reserved.

Battle Command Radio Net User Guide Historical Software Corporation -  Copyright 2011, HSC. All rights reserved. Battle Command Radio Net User Guide Historical Software Corporation - www.historicalsoftware.com Copyright 2011, HSC. All rights reserved. 1.0 Introduction The Battle Command Radio Net (BCRN) programs

More information

SHT-2B/USB SHT-4B/USB

SHT-2B/USB SHT-4B/USB Synway CTI Series SHT-2B/USB SHT-4B/USB USB Voice Box Version 1.0 Synway Information Engineering Co., Ltd www.synway.net Contents Contents... i Copyright Declaration... ii Revision History... iii Chapter

More information

EN54-16 COMPLIANT HARDWARE BYPASS MICROPHONE PORTS 12 ANALOGUE AUDIO INPUTS 12 GPIO INPUTS & 12 OUTPUTS 12 ANALOGUE AUDIO OUTPUTS

EN54-16 COMPLIANT HARDWARE BYPASS MICROPHONE PORTS 12 ANALOGUE AUDIO INPUTS 12 GPIO INPUTS & 12 OUTPUTS 12 ANALOGUE AUDIO OUTPUTS VIPEDIA-12 EN54-16 COMPLIANT HARDWARE BYPASS MICROPHONE PORTS 12 ANALOGUE AUDIO INPUTS 12 GPIO INPUTS & 12 OUTPUTS 12 ANALOGUE AUDIO OUTPUTS UP TO 48X48 ROUTING MATRIX 24 BIT 48 khz AUDIO PROCESSING IP

More information

Mpeg 1 layer 3 (mp3) general overview

Mpeg 1 layer 3 (mp3) general overview Mpeg 1 layer 3 (mp3) general overview 1 Digital Audio! CD Audio:! 16 bit encoding! 2 Channels (Stereo)! 44.1 khz sampling rate 2 * 44.1 khz * 16 bits = 1.41 Mb/s + Overhead (synchronization, error correction,

More information

VS-2480 Q&A BASIC FUNCTIONS. Q: What are the main differences between VS-2480 and VS-1880/1680? Q: Are the audio data compressed?

VS-2480 Q&A BASIC FUNCTIONS. Q: What are the main differences between VS-2480 and VS-1880/1680? Q: Are the audio data compressed? BASIC FUNCTIONS Q: What are the main differences between VS-2480 and VS-1880/1680? A: Main differences from VS-1880/1680 are as follows. Accommodates 96kHz sampling rate 24-bit linear recording 2x R-BUS

More information

the gamedesigninitiative at cornell university Lecture 15 Game Audio

the gamedesigninitiative at cornell university Lecture 15 Game Audio Lecture 15 The Role of Audio in Games Engagement Entertains player Music/Soundtrack Enhances realism Sound effects Establishes atmosphere Ambient sounds Or reasons? 2 The Role of Audio in Games Feedback

More information

PXR 1506 / WATT MIXER AMPLIFIER

PXR 1506 / WATT MIXER AMPLIFIER PXR 1506 / 1508 150-WATT MIXER AMPLIFIER Operating Manual www.peavey.com ENGLISH PXR 1506 / 1508 150-Watt, 8-Channel Mixer Amplifier Designed with the latest Peavey technology, the PXR 1506 / 1508 powered

More information

Digital Audio. Amplitude Analogue signal

Digital Audio. Amplitude Analogue signal Digital Audio The sounds that we hear are air molecules vibrating in a wave pattern. These sound waves are measured by our ear drums and processed in our brain. As computers are digital machines, sound

More information

GUIDE: MP3 / OGG VORBIS ENCODER AND AUDIO CODEC CIRCUIT

GUIDE: MP3 / OGG VORBIS ENCODER AND AUDIO CODEC CIRCUIT Key Features VS1063a HW Guide VS1063a HARDWARE GUIDE: MP3 / OGG VORBIS ENCODER AND AUDIO CODEC CIRCUIT Encoders: MP3; Ogg Vorbis; PCM; IMA ADPCM; G.711 (µ-law, A-law); G.722 ADPCM Decoders: MP3 (MPEG 1

More information

REVIEW: PROCEDURES FOR PRODUCING AUDIO

REVIEW: PROCEDURES FOR PRODUCING AUDIO REVIEW: PROCEDURES FOR PRODUCING AUDIO Planning Plan Audio - Define target audience - Brainstorm write down/sketch ideas - Coordinate location needs - Coordinate equipment needs Technical Preparation HANDOUT

More information

SONiX TECHNOLOGY CO.,LTD.

SONiX TECHNOLOGY CO.,LTD. SONiX TECHNOLOGY CO.,LTD. Sonix Sound Station User Manual Mac OS X Version v1.0a1 Contents Chapter 1 About Sonix Sound Station Sonix Sound Station Overview Output Tab Active Device Volume Tab Filter Tab

More information

Sounding Better Than Ever: High Quality Audio. Simon Forrest Connected Home Marketing

Sounding Better Than Ever: High Quality Audio. Simon Forrest Connected Home Marketing Sounding Better Than Ever: High Quality Audio Simon Forrest Connected Home Marketing www.imgtec.com A brief look at the numbers Market trends Worldwide audio market 2014 67.9m units shipped 16% increase

More information

Pro Tools Addendum. Version 6.2 for HD Systems on Windows or Macintosh. Digidesign

Pro Tools Addendum. Version 6.2 for HD Systems on Windows or Macintosh. Digidesign Pro Tools Addendum Version 6.2 for HD Systems on Windows or Macintosh Digidesign 2001 Junipero Serra Boulevard Daly City, CA 94014-3886 USA tel: 650 731 6300 fax: 650 731 6399 Technical Support (USA) tel:

More information

Audio Fundamentals, Compression Techniques & Standards. Hamid R. Rabiee Mostafa Salehi, Fatemeh Dabiran, Hoda Ayatollahi Spring 2011

Audio Fundamentals, Compression Techniques & Standards. Hamid R. Rabiee Mostafa Salehi, Fatemeh Dabiran, Hoda Ayatollahi Spring 2011 Audio Fundamentals, Compression Techniques & Standards Hamid R. Rabiee Mostafa Salehi, Fatemeh Dabiran, Hoda Ayatollahi Spring 2011 Outlines Audio Fundamentals Sampling, digitization, quantization μ-law

More information

Networking Applications

Networking Applications Networking Dr. Ayman A. Abdel-Hamid College of Computing and Information Technology Arab Academy for Science & Technology and Maritime Transport Multimedia Multimedia 1 Outline Audio and Video Services

More information

History of Audio in Unity

History of Audio in Unity Audio Showcase About Me (Wayne) Core / Audio team at Unity Work in the Copenhagen office Originally worked for FMOD (Audio Engine) Work on Audio and other new tech in Unity Interested in most phases of

More information

Automated Remote Messaging ARM-911A RM-911D RM-911W

Automated Remote Messaging ARM-911A RM-911D RM-911W Automated Remote Messaging AUTOMATED REMOTE MESSAGING Desktop Microphone Wall-Mount Microphone Wall remote control device to control messages The responds to public address requirements and Voice Alarm

More information

ericssonz LBI-38616B MAINTENANCE MANUAL FOR MTD TM SERIES AND DATA RADIO LOGIC BOARD 19D902151G3 DESCRIPTION CIRCUIT ANALYSIS TABLE OF CONTENTS

ericssonz LBI-38616B MAINTENANCE MANUAL FOR MTD TM SERIES AND DATA RADIO LOGIC BOARD 19D902151G3 DESCRIPTION CIRCUIT ANALYSIS TABLE OF CONTENTS MAINTENANCE MANUAL FOR MTD TM SERIES AND DATA RADIO LOGIC BOARD 19D902151G3 TABLE OF CONTENTS Page DESCRIPTION............................................. Front Cover CIRCUIT ANALYSIS..........................................

More information

McFunSoft Audio Studio

McFunSoft Audio Studio McFunSoft Audio Studio Document No.: McFunSoft Audio Studio Help Document McFunSoft Audio Studio McFunSoft Inc. http://www.mcfunsoft.com Page 1 McFunSoft Audio Studio Page Order Pages Order Introduction...Pages

More information

UNDERSTANDING MUSIC & VIDEO FORMATS

UNDERSTANDING MUSIC & VIDEO FORMATS ComputerFixed.co.uk Page: 1 Email: info@computerfixed.co.uk UNDERSTANDING MUSIC & VIDEO FORMATS Are you confused with all the different music and video formats available? Do you know the difference between

More information

Key Features. General Description. Basic System. ARM926-EJ RISC Controller. Memory. AMBA Bus

Key Features. General Description. Basic System. ARM926-EJ RISC Controller. Memory. AMBA Bus Digital Audio Processor General Description The AS3531 is austriamicrosystems new generation SoC for portable digital audio products. Its highly flexible architecture allows single chip solutions for high

More information

EQUITEL Network Audio. Audio over IP devices

EQUITEL Network Audio. Audio over IP devices EQUITEL Network Audio Audio over IP devices 2 ENA SYSTEM DESCRIPTION EQUITEL Network Audio Audio over IP devices PART 1: SYSTEM DESCRIPTION Main concepts Streaming MAIN CONCEPTS Audio Streaming: Unicast

More information

Memory Expansion. Lecture Embedded Systems

Memory Expansion. Lecture Embedded Systems Memory Expansion Lecture 22 22-1 In These Notes... Memory Types Memory Expansion Interfacing Parallel Serial Direct Memory Access controllers 22-2 Memory Characteristics and Issues Volatility - Does it

More information

KORAOKE CONSOLE MX-620 USER MANUAL

KORAOKE CONSOLE MX-620 USER MANUAL KORAOKE CONSOLE MX-620 USER MANUAL GUANGDONG TAKSTAR ELECTRONIC CO., LTD. Address: Longqiao Road Longxi Boluo Huizhou Guangdong China 516121 Tel: +86 752 6383644 Fax: +86 752 6383952 E-mail: sales@takstar.com

More information

Audio for Everybody. OCPUG/PATACS 21 January Tom Gutnick. Copyright by Tom Gutnick. All rights reserved.

Audio for Everybody. OCPUG/PATACS 21 January Tom Gutnick. Copyright by Tom Gutnick. All rights reserved. Audio for Everybody OCPUG/PATACS 21 January 2017 Copyright 2012-2017 by Tom Gutnick. All rights reserved. Tom Gutnick Session overview Digital audio properties and formats ADC hardware Audacity what it

More information

About sounds and Animate CC

About sounds and Animate CC About sounds and Animate CC Adobe Animate offers several ways to use sound. Make sounds that play continuously, independent of the Timeline, or use the Timeline to synchronize animation to a sound track.

More information

MP3 Playback Module Data Sheet

MP3 Playback Module Data Sheet MP3 Playback Module Data Sheet Version 1.00 March 20 th, 2005 Contents Version Information...5 Hardware Version...5 Firmware Version...5 Document Version...5 General Description...6 Features...7 Specifications

More information

Skill Area 214: Use a Multimedia Software. Software Application (SWA)

Skill Area 214: Use a Multimedia Software. Software Application (SWA) Skill Area 214: Use a Multimedia Application (SWA) Skill Area 214: Use a Multimedia 214.4 Produce Audio Files What is digital audio? Audio is another meaning for sound. Digital audio refers to a digital

More information

COS 116 The Computational Universe Laboratory 4: Digital Sound and Music

COS 116 The Computational Universe Laboratory 4: Digital Sound and Music COS 116 The Computational Universe Laboratory 4: Digital Sound and Music In this lab you will learn about digital representations of sound and music, especially focusing on the role played by frequency

More information

SD Recorder/Multi Source Player CDR-01

SD Recorder/Multi Source Player CDR-01 SD Recorder/Multi Source Player CDR-01 SD Recorder/Multi Source Player High Performance at affordable price The CDR-01 was designed from Inter-M s 30 years of research and development experience in sound

More information

Lab 16: Data Busses, Tri-State Outputs and Memory

Lab 16: Data Busses, Tri-State Outputs and Memory Lab 16: Data Busses, Tri-State Outputs and Memory UC Davis Physics 116B Rev. 0.9, Feb. 2006 1 Introduction 1.1 Data busses Data busses are ubiquitous in systems which must communicate digital data. Examples

More information

Owner s Manual.

Owner s Manual. Owner s Manual PMX402M PMX602M PMX802M 4 CHANNELS 6 CHANNELS 8 CHANNELS www.pyleaudio.com FEATURES Rugged and easy to operate, PMX402m/602m/802m offers great features and performance at an extremely affordable

More information

GETTING STARTED WITH DJCONTROL COMPACT AND DJUCED 18

GETTING STARTED WITH DJCONTROL COMPACT AND DJUCED 18 GETTING STARTED WITH DJCONTROL COMPACT AND DJUCED 18 INSTALLATION Connect the DJControl Compact to your computer Install the DJUCED 18 software Launch the DJUCED 18 software More information (forums, tutorials,

More information

Audio Compression. Audio Compression. Absolute Threshold. CD quality audio:

Audio Compression. Audio Compression. Absolute Threshold. CD quality audio: Audio Compression Audio Compression CD quality audio: Sampling rate = 44 KHz, Quantization = 16 bits/sample Bit-rate = ~700 Kb/s (1.41 Mb/s if 2 channel stereo) Telephone-quality speech Sampling rate =

More information