Neural Text-To-Speech with a Modeling-By-Generation Excitation Vocoder

Total Page:16

File Type:pdf, Size:1020Kb

Neural Text-To-Speech with a Modeling-By-Generation Excitation Vocoder INTERSPEECH 2020 October 25–29, 2020, Shanghai, China Neural Text-to-Speech with a Modeling-by-Generation Excitation Vocoder Eunwoo Song1, Min-Jae Hwang2, Ryuichi Yamamoto3, Jin-Seob Kim1, Ohsung Kwon1, and Jae-Min Kim1 1NAVER Corp., Seongnam, Korea 2Search Solutions Inc., Seongnam, Korea 3LINE Corp., Tokyo, Japan Abstract propagated throughout the synthesis process. It is therefore cru- cial to model the interactions between the acoustic and vocod- This paper proposes a modeling-by-generation (MbG) ex- ing elements during the training process in order to achieve the citation vocoder for a neural text-to-speech (TTS) system. Re- best complete performance of the TTS system. cently proposed neural excitation vocoders can realize quali- In this paper, we propose a neural excitation model based fied waveform generation by combining a vocal tract filter with on modeling-by-generation (MbG) in which the spectral param- a WaveNet-based glottal excitation generator. However, when eters generated from the acoustic model are utilized in the neu- these vocoders are used in a TTS system, the quality of syn- ral vocoder’s training process. Specifically, the target excitation thesized speech is often degraded owing to a mismatch be- is defined as a combination of the prediction errors from the tween training and synthesis steps. Specifically, the vocoder LP analysis and those from the acoustic model. The vocoding is separately trained from an acoustic model front-end. There- model is then optimized to learn the distribution of the target fore, estimation errors of the acoustic model are inevitably excitation while compensating for the errors from the acoustic boosted throughout the synthesis process of the vocoder back- model. It has been reported elsewhere that training the neural end. To address this problem, we propose to incorporate an vocoder with generated acoustic parameters improves synthetic MbG structure into the vocoder’s training process. In the pro- quality [11]. Although the MbG method is similar to this ap- posed method, the excitation signal is extracted by the acoustic proach, there are also clear differences in that MbG aligns even model’s generated spectral parameters, and the neural vocoder the target excitation signal with the acoustic model’s generated is then optimized not only to learn the target excitation’s dis- spectral parameters. tribution but also to compensate for the estimation errors oc- We investigated the effectiveness of the proposed method curring from the acoustic model. Furthermore, as the gener- by conducting subjective evaluation tasks. The MbG structure ated spectral parameters are shared in the training and synthe- can be extended to any neural excitation vocoder that uses LP sis steps, their mismatch conditions can be reduced effectively. coefficients, but the focus here is on the WaveNet-based Ex- The experimental results verify that the proposed system pro- citNet vocoder [7]. The experimental results show that a TTS vides high-quality synthetic speech by achieving a mean opin- system with the proposed MbG-ExcitNet vocoder provides sig- ion score of 4:57 within the TTS framework. nificantly better perceptual quality than a similarly configured Index Terms: neural text-to-speech, WaveNet, ExcitNet, system with a conventional vocoder. In particular, our TTS modeling-by-generation vocoder framework achieves 4:57 mean opinion score (MOS). 1. Introduction 2. Related work Generative models for raw speech waveform have significantly The idea of using an MbG structure is not new. In a study of improved the quality of neural text-to-speech (TTS) systems parametric glottal vocoders, Juvela et al. [12] first proposed the [1,2]. Specifically, by conditioning acoustic features to the net- closed-loop extraction of glottal excitation from the generated work input, neural vocoding models such as WaveNet, Wav- spectral parameters, and our own previous work proposed the eRNN, and WaveGlow successfully generate a time-sequence MbG structure to compensate for missing noise components of speech signal [2–5]. More recently, neural excitation in generated glottal signals [13]. However, it was not possi- vocoders such as GlotNet, ExcitNet, LP-WaveNet and LPC- ble to fully utilize the effectiveness of the MbG training strat- Net [6–10] have exploited the advantages of linear prediction egy because our experiments were only performed with sim- (LP)-based parametric vocoders. In this type of vocoder, an ple deep learning models including stacked feed-forward and/or adaptive predictor is used to decouple the formant-related spec- long short-term memory (LSTM) networks. tral structure from the input speech signal, and the probability Our aim here was to extend the usage of the MbG structure distribution of its residual signal (i.e. the excitation signal) is to recently proposed neural excitation models (e.g. ExcitNet) then modeled by the vocoding network. As variation in the ex- with autoregressive acoustic models (e.g. Tacotron) [11,14,15]. citation signal is only constrained by vocal cord movement, the As the accuracy of acoustic models has been significantly im- training and generation processes become much more efficient. proved, it is now possible to extract stable excitation signals However, because the vocoding and acoustic models have from the generated spectral parameters. Furthermore, the Ex- been trained separately, it is not known whether or not com- citNet vocoder directly models the time-domain excitation se- bining them within the TTS framework would benefit synthesis quence which enables straightforward application of the MbG quality. Furthermore, as parameters estimated from the acoustic structure to the training process. As a result, the entire model model are used as a direct input of the vocoding model in the can be stably and easily trained while the perceptual quality of synthesis step, estimation errors of the acoustic features can be the synthesized speech is significantly improved. Copyright © 2020 ISCA 3570 http://dx.doi.org/10.21437/Interspeech.2020-2116 (a) (b) (c) Figure 1: An ExcitNet vocoder for a TTS system: (a) conventional training; (b) proposed MbG training; and (c) synthesis methods. quence of the excitation signal. Finally, the speech signal is re- constructed by passing the generated excitation signal through the LP synthesis filter. 3.2. MbG-structured ExcitNet vocoders To further improve the quality of the synthesized speech, we propose the incorporation of an MbG structure into the train- ing process of the ExcitNet vocoder. As illustrated in Fig. 1a, conventional vocoding models are trained separately from the acoustic model, even though the generated acoustic parameters, which contain estimation errors, are used as direct conditional inputs (Fig. 1c). This inevitably causes quality degradation of the synthesized speech as the estimation errors from the acous- Figure 2: Negative log-likelihood (NLL) obtained during the tic model are boosted non-linearly throughout the synthesis pro- training process with respect to the plain ExcitNet and MbG- cess in the vocoder back-end. based ExcitNet (MbG-ExcitNet) training methods. Fig. 1b shows the proposed MbG training method which uses closed-loop extraction1 of the excitation signal. To mini- mize the mismatch between the training and the generation pro- 3. ExcitNet TTS systems cesses, the LP coefficients in the training step are replaced with those generated by the pre-trained acoustic model as follows: 3.1. ExcitNet vocoders p The basic WaveNet framework is an autoregressive network X e^n = xn − α^kxn−k; (3) which generates a probability distribution of discrete speech k=1 symbols from a fixed number of past samples [16]. The Excit- Net vocoder is an advanced version of this network which takes where fα^1; :::; α^pg denotes the generated LP coefficients. By advantages of both the LP vocoder and the WaveNet structure. combining equations (2) and (3), the excitation sequence can be In an ExcitNet framework, an LP-based adaptive predictor is represented as follows: used to decouple the spectral formant structure from the input am speech signal (Fig. 1a). The WaveNet model is then used to e^n = en + en ; (4) train the distribution of the prediction residuals (i.e. excitation) am as follows: where en denotes an intermediate prediction defined as fol- N lows: Y p p(ejh) = p(enje1; :::; en−1; h); (1) am X en = (αk − α^k)xn−k: (5) n=1 k=1 p Using the excitation signal (i.e. e^ ) as the training target means X n en = xn − αkxn−k; (2) that it becomes possible to guide the model to learn the distribu- k=1 tions of the true excitation signal (i.e. en) as well as compensate am th for the acoustic model’s estimation errors (i.e. e ). Further- where xn and en denote the n sample of speech and excita- n th more, because the training and synthesis processes share the tion, respectively; αk denotes the k LP coefficient with the order p; h denotes the conditional inputs composed of acoustic same LP coefficients, it is also possible to minimize any mis- parameters. match. In the speech synthesis step (Fig. 1c), the acoustic parame- 1This extraction method has been adopted in analysis-by-synthesis ters of the given input text are generated by a pre-trained acous- speech coding frameworks [17,18] where the encoder and decoder share tic model. These parameters are then used as conditional inputs the same quantized filter parameters for minimizing their mismatch con- for the WaveNet model to generate the corresponding time se- ditions. 3571 Figure 3: Acoustic model consisting of three sub-modules: context analysis, context embedding, and Tacotron decoding. The merits of the proposed method are presented in Fig. 2 In context embedding, the linguistic features were trans- which shows the negative log-likelihood obtained from the formed into high-level context vectors. The module here con- training and validation sets. The proposed MbG-ExcitNet sisted of three convolution layers with a 10×1 kernel and 512 model enables a reduction in both training and validation er- channels per layer, a bi-directional LSTM network with 512 rors as compared to a plain ExcitNet approach.
Recommended publications
  • The Phase Vocoder: a Tutorial Author(S): Mark Dolson Source: Computer Music Journal, Vol
    The Phase Vocoder: A Tutorial Author(s): Mark Dolson Source: Computer Music Journal, Vol. 10, No. 4 (Winter, 1986), pp. 14-27 Published by: The MIT Press Stable URL: http://www.jstor.org/stable/3680093 Accessed: 19/11/2008 14:26 Your use of the JSTOR archive indicates your acceptance of JSTOR's Terms and Conditions of Use, available at http://www.jstor.org/page/info/about/policies/terms.jsp. JSTOR's Terms and Conditions of Use provides, in part, that unless you have obtained prior permission, you may not download an entire issue of a journal or multiple copies of articles, and you may use content in the JSTOR archive only for your personal, non-commercial use. Please contact the publisher regarding any further use of this work. Publisher contact information may be obtained at http://www.jstor.org/action/showPublisher?publisherCode=mitpress. Each copy of any part of a JSTOR transmission must contain the same copyright notice that appears on the screen or printed page of such transmission. JSTOR is a not-for-profit organization founded in 1995 to build trusted digital archives for scholarship. We work with the scholarly community to preserve their work and the materials they rely upon, and to build a common research platform that promotes the discovery and use of these resources. For more information about JSTOR, please contact [email protected]. The MIT Press is collaborating with JSTOR to digitize, preserve and extend access to Computer Music Journal. http://www.jstor.org MarkDolson The Phase Vocoder: Computer Audio Research Laboratory Center for Music Experiment, Q-037 A Tutorial University of California, San Diego La Jolla, California 92093 USA Introduction technique has become popular and well understood.
    [Show full text]
  • TAL-Vocoder-II
    TAL-Vocoder-II http://kunz.corrupt.ch/ TAL - Togu Audio Line © 2011, Patrick Kunz Tutorial Version 0.0.1 Cubase and VST are trademarks of Steinberg Soft- und Hardware GmbH TAL - Togu Audio Line – 2008 1/9 TAL-Vocoder-II ........................................................................................................... 1 Introduction ................................................................................................................. 3 Installation .................................................................................................................. 4 Windows .............................................................................................................. 4 OS X .................................................................................................................... 4 Interface ...................................................................................................................... 5 Examples .................................................................................................................... 6 Credits ........................................................................................................................ 9 TAL - Togu Audio Line – 2008 2/9 Introduction TAL-Vocoder is a vintage vocoder emulation with 11 bands that emulates the sound of vocoders from the early 80’s. It includes analog modeled components in combination with digital algorithms such as the SFFT (Short-Time Fast Fourier Transform). This vocoder does not make a direct convolution
    [Show full text]
  • The Futurism of Hip Hop: Space, Electro and Science Fiction in Rap
    Open Cultural Studies 2018; 2: 122–135 Research Article Adam de Paor-Evans* The Futurism of Hip Hop: Space, Electro and Science Fiction in Rap https://doi.org/10.1515/culture-2018-0012 Received January 27, 2018; accepted June 2, 2018 Abstract: In the early 1980s, an important facet of hip hop culture developed a style of music known as electro-rap, much of which carries narratives linked to science fiction, fantasy and references to arcade games and comic books. The aim of this article is to build a critical inquiry into the cultural and socio- political presence of these ideas as drivers for the productions of electro-rap, and subsequently through artists from Newcleus to Strange U seeks to interrogate the value of science fiction from the 1980s to the 2000s, evaluating the validity of science fiction’s place in the future of hip hop. Theoretically underpinned by the emerging theories associated with Afrofuturism and Paul Virilio’s dromosphere and picnolepsy concepts, the article reconsiders time and spatial context as a palimpsest whereby the saturation of digitalisation becomes both accelerator and obstacle and proposes a thirdspace-dromology. In conclusion, the article repositions contemporary hip hop and unearths the realities of science fiction and closes by offering specific directions for both the future within and the future of hip hop culture and its potential impact on future society. Keywords: dromosphere, dromology, Afrofuturism, electro-rap, thirdspace, fantasy, Newcleus, Strange U Introduction During the mid-1970s, the language of New York City’s pioneering hip hop practitioners brought them fame amongst their peers, yet the methods of its musical production brought heavy criticism from established musicians.
    [Show full text]
  • Overview of Voice Over IP
    Overview of Voice over IP February 2001 – University of Pennsylvania Technical Report MS-CIS-01-31* Princy C. Mehta Professor Sanjay Udani [email protected] [email protected] * This paper was written for an Independent Study course. Princy Mehta Overview of Voice over IP Professor Udani Table of Contents ACRONYMS AND DEFINITIONS...............................................................................................................3 INTRODUCTION...........................................................................................................................................5 IMPLEMENTATION OF VOICE OVER IP...............................................................................................6 OVERVIEW OF TCP/IP ...................................................................................................................................6 PACKETIZATION.............................................................................................................................................7 COMPONENTS OF VOIP..................................................................................................................................8 SIGNALING ....................................................................................................................................................8 H.323 .............................................................................................................................................................8 Logical Entities..........................................................................................................................................9
    [Show full text]
  • Software Sequencers and Cyborg Singers
    Edinburgh Research Explorer Software Sequencers and Cyborg Singers Citation for published version: Prior, N 2009, 'Software Sequencers and Cyborg Singers: Popular Music in the Digital Hypermodern', New Formations: A Journal of Culture, Theory, Politics, vol. 66, no. Spring, pp. 81-99. https://doi.org/10.3898/newf.66.06.2009 Digital Object Identifier (DOI): 10.3898/newf.66.06.2009 Link: Link to publication record in Edinburgh Research Explorer Document Version: Publisher's PDF, also known as Version of record Published In: New Formations: A Journal of Culture, Theory, Politics Publisher Rights Statement: © Prior, N. (2009). Software Sequencers and Cyborg Singers: Popular Music in the Digital Hypermodern. New Formations, 66(Spring), 81-99 doi: 10.3898/newf.66.06.2009. General rights Copyright for the publications made accessible via the Edinburgh Research Explorer is retained by the author(s) and / or other copyright owners and it is a condition of accessing these publications that users recognise and abide by the legal requirements associated with these rights. Take down policy The University of Edinburgh has made every reasonable effort to ensure that Edinburgh Research Explorer content complies with UK legislation. If you believe that the public display of this file breaches copyright please contact [email protected] providing details, and we will remove access to the work immediately and investigate your claim. Download date: 26. Sep. 2021 SOFTWARE SEQUENCERS AND CYBORG SINGERS: POPULAR MUSIC IN THE DIGITAL HYPERMODERN Nick Prior It has been almost twenty years since Andrew Goodwin’s classic essay, ‘Sample and Hold’, claimed that pop music had entered a new phase of digital reproduction.1 If the digital sampler was postmodernism’s musical engine, then hip hop was its recombinant form, and the erosion of divisions between original and copy the celebrated consequence.
    [Show full text]
  • A Vocoder (Short for Voice Encoder) Is a Synthesis System, Which Was
    The Vocoder Thomas Carney 311107435 Digital Audio Systems, DESC9115, Semester 1 2012 Graduate Program in Audio and Acoustics Faculty of Architecture, Design and Planning, The University of Sydney A vocoder (short for voice encoder) is Dudley's breakthrough device a synthesis system, which was initially analysed wideband speech, developed to reproduce human converted it into slowly varying control speech. Vocoding is the cross signals, sent those over a low-band synthesis of a musical instrument with phone line, and finally transformed voice. It was called the vocoder those signals back into the original because it involved encoding the speech, or at least a close voice (speech analysis) and then approximation of it. The vocoder was reconstructing the voice in also useful in the study of human accordance with a code written to speech, as a laboratory tool. replicate the speech (speech synthesis). A key to this process was the development of a parallel band pass A Brief History filter, which allowed sounds to be The vocoder was initially conceived filtered down to a fairly specific and developed as a communication portion of the audio spectrum by tool in the 1930s as a means of attenuating the sounds that fall above coding speech for delivery over or below a certain band. By telephone wires. Homer Dudley 1 is separating the signal into many recognised as one of the father’s of bands, it could be transmitted easier the vocoder for his work over forty and allowed for a more accurate years for Bell Laboratories’ in speech resynthesis. and telecommunications coding. The vocoder was built in an attempt to It wasn’t until the late 1960s 2 and save early telephone circuit early 1970s that the vocoder was bandwidth.
    [Show full text]
  • Mediated Music Makers. Constructing Author Images in Popular Music
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Helsingin yliopiston digitaalinen arkisto Laura Ahonen Mediated music makers Constructing author images in popular music Academic dissertation to be publicly discussed, by due permission of the Faculty of Arts at the University of Helsinki in auditorium XII, on the 10th of November, 2007 at 10 o’clock. Laura Ahonen Mediated music makers Constructing author images in popular music Finnish Society for Ethnomusicology Publ. 16. © Laura Ahonen Layout: Tiina Kaarela, Federation of Finnish Learned Societies ISBN 978-952-99945-0-2 (paperback) ISBN 978-952-10-4117-4 (PDF) Finnish Society for Ethnomusicology Publ. 16. ISSN 0785-2746. Contents Acknowledgements. 9 INTRODUCTION – UNRAVELLING MUSICAL AUTHORSHIP. 11 Background – On authorship in popular music. 13 Underlying themes and leading ideas – The author and the work. 15 Theoretical framework – Constructing the image. 17 Specifying the image types – Presented, mediated, compiled. 18 Research material – Media texts and online sources . 22 Methodology – Social constructions and discursive readings. 24 Context and focus – Defining the object of study. 26 Research questions, aims and execution – On the work at hand. 28 I STARRING THE AUTHOR – IN THE SPOTLIGHT AND UNDERGROUND . 31 1. The author effect – Tracking down the source. .32 The author as the point of origin. 32 Authoring identities and celebrity signs. 33 Tracing back the Romantic impact . 35 Leading the way – The case of Björk . 37 Media texts and present-day myths. .39 Pieces of stardom. .40 Single authors with distinct features . 42 Between nature and technology . 45 The taskmaster and her crew.
    [Show full text]
  • Robotic Voice Effects
    Robotic voice effects From Wikipedia, the free encyclopedia Source : http://en.wikipedia.org/wiki/Robotic_voice_effects "Robot voices" became a recurring element in popular music starting in the late twentieth century, and several methods of producing variations on this effect have arisen. Though the vocoder is by far the best-known, the following other pieces of music technology are often confused with it: Sonovox This was an early version of the talk box used to create the voice of the piano in the Sparky's Magic Piano series from 1947. It was used as the voice of many musical instruments in Rusty in Orchestraville. It was used as the voice of Casey the Train in Dumbo and The Reluctant Dragon[citation needed]. Radio jingle companies PAMS and JAM Creative Productions also used the sonovox in many stations ID's they produced. Talk box The talk box guitar effect was invented by Doug Forbes and popularized by Peter Frampton. In the talk box effect, amplified sound is actually fed via a tube into the performer's mouth and is then shaped by the performer's lip, tongue, and mouth movements before being picked up by a microphone. In contrast, the vocoder effect is produced entirely electronically. The background riff from "Livin' on a Prayer" by Bon Jovi is a well-known example. "California Love" by 2Pac and Roger Troutman is a more recent recording featuring a talk box fed with a synthesizer instead of guitar. Steven Drozd of the The Flaming Lips used the talk box on parts of the groups eleventh album, At War with the Mystics, to imitate some of Wayne Coyne's repeated lyrics in the "Yeah Yeah Yeah Song".
    [Show full text]
  • Microkorg Owner's Manual
    E 2 ii Precautions Data handling Location THE FCC REGULATION WARNING (for U.S.A.) Unexpected malfunctions can result in the loss of memory Using the unit in the following locations can result in a This equipment has been tested and found to comply with the contents. Please be sure to save important data on an external malfunction. limits for a Class B digital device, pursuant to Part 15 of the data filer (storage device). Korg cannot accept any responsibility • In direct sunlight FCC Rules. These limits are designed to provide reasonable for any loss or damage which you may incur as a result of data • Locations of extreme temperature or humidity protection against harmful interference in a residential loss. • Excessively dusty or dirty locations installation. This equipment generates, uses, and can radiate • Locations of excessive vibration radio frequency energy and, if not installed and used in • Close to magnetic fields accordance with the instructions, may cause harmful interference to radio communications. However, there is no Printing conventions in this manual Power supply guarantee that interference will not occur in a particular Please connect the designated AC adapter to an AC outlet of installation. If this equipment does cause harmful interference Knobs and keys printed in BOLD TYPE. the correct voltage. Do not connect it to an AC outlet of to radio or television reception, which can be determined by Knobs and keys on the panel of the microKORG are printed in voltage other than that for which your unit is intended. turning the equipment off and on, the user is encouraged to BOLD TYPE.
    [Show full text]
  • History of Electronic Sound Modification'
    PAPERS `)6 .)-t. corms 1-0 V History of Electronic Sound Modification' HARALD BODE Bode Sound Co., North Tonawanda, NY 14120, USA 0 INTRODUCTION 2 THE ELECTRONIC ERA The history of electronic sound modification is as After the Telharmonium, and especially after the old as the history of electronic musical instruments and invention of the vacuum tube, scores of electronic (and electronic sound transmission, recording, and repro- electronic mechanical) musical instruments were in- duction . vented with sound modification features . The Hammond Means for modifying electrically generated sound organ is ofspecial interest, since it evolved from Cahill's have been known. since the late 19th century, when work . Many notable inventions in electronic sound Thaddeus Cahill created his Telharmonium . modification are associated with this instrument, which With the advent of the electronic age, spurred first will be discussed later. by the invention of the electron tube, and the more Other instruments of the early 1930s included the recent development of solid-state devices, an astounding Trautonium by the German F. Trautwein, which was variety of sound modifiers have been created for fil- built in several versions . The Trautonium used reso- tering, distorting, equalizing, amplitude and frequency nance filters to emphasize selective overtone regions, modulating, Doppler effect and ring modulating, com- called formants [I 1]-[ 14] . In contrast, the German Jorg pressing, reverberating, repeating, flanging, phasing, Mager built an organlike instrument for which he used pitch changing, chorusing, frequency shifting, ana- loudspeakers with all types of driver systems and shapes lyzing, and resynthesizing natural and artificial sound. to obtain different sounds . In this paper some highlights of historical devel- In 1937 the author created the Warbo Formant organ, opment are reviewed, covering the time from 1896 to which had circuitry for envelope shaping as well as the present.
    [Show full text]
  • Advanced Speech Compression VIA Voice Excited Linear Predictive Coding Using Discrete Cosine Transform (DCT)
    International Journal of Innovative Technology and Exploring Engineering (IJITEE) ISSN: 2278-3075, Volume-2 Issue-3, February 2013 Advanced Speech Compression VIA Voice Excited Linear Predictive Coding using Discrete Cosine Transform (DCT) Nikhil Sharma, Niharika Mehta Abstract: One of the most powerful speech analysis techniques LPC makes coding at low bit rates possible. For LPC-10, the is the method of linear predictive analysis. This method has bit rate is about 2.4 kbps. Even though this method results in become the predominant technique for representing speech for an artificial sounding speech, it is intelligible. This method low bit rate transmission or storage. The importance of this has found extensive use in military applications, where a method lies both in its ability to provide extremely accurate high quality speech is not as important as a low bit rate to estimates of the speech parameters and in its relative speed of computation. The basic idea behind linear predictive analysis is allow for heavy encryptions of secret data. However, since a that the speech sample can be approximated as a linear high quality sounding speech is required in the commercial combination of past samples. The linear predictor model provides market, engineers are faced with using other techniques that a robust, reliable and accurate method for estimating parameters normally use higher bit rates and result in higher quality that characterize the linear, time varying system. In this project, output. In LPC-10 vocal tract is represented as a time- we implement a voice excited LPC vocoder for low bit rate speech varying filter and speech is windowed about every 30ms.
    [Show full text]
  • Revoicer Manual
    REVOICER SPECTRUM FILTER BANK VOCODER OSC [RACK EXTENSION] v. 1.0 MANUAL 2019 FX device by Turn2on Software Vocoders rely on two signals being present at the What makes the ReVoicer different from a typical same time in order to operate. These signals are the Vocoder? It is a Stereo Spectrum filter-bank Vocoder Carrier signal, which normally takes the form of a with an Internal Oscillator. synth, and the Modulator signal, which normally The External Carrier stereo inputs can be used, or takes the form of a human voice, although other use/mix the Internal oscillator (which includes basic instruments can work well (such as drums). waveforms such as Pulse, Saw, Tri, Sub and Noise), to The Modulator signal is analysed by the vocoder vocode the Modulator inputs. The Internal Oscillator and broken down into a number of frequency bands. can also be used as a simple Oscillator (it can be The more bands that are available, the better quality processed by the Vocoder) and as part of a vocoder of the analysis, which means that a clearer vocoded (internal carrier) for fast results without the need to sound will be available. create any external Carrier device in Reason’s rack. A typical Vocoder synthesizes a modulator (usually a ReVoicer comes with a variety of patches including voice) in the right channel of a stereo track with a 70+ Combi vocoder FX patches. carrier wave in the left channel (any active sound) to ReVoicer is a modern stereo Vocoder with internal produce a vocoded version of the modulator (right oscillator, limiter and frequency controls.
    [Show full text]