Code Monkey home page Code Monkey logo

deep-speechgen's Introduction

deep-speechgen: RNN for acoustic speech generation

This project was an attempt to generate human speech using a recurrent neural network (RNN) architecture, dating back to a time when there was no WaveNet yet, and when I had no experience with deep learning or speech processing at all. The project report can be found here.

In hindsight, the project was probably a bit too ambitious but I still learned an aweful lot.

Technical Details

Model

I use a mixture density network as the basic architecture, where the neural network is composed of multiple long short-term memory (LSTM) units. The approach is inspired by the work of Graves (2013), who applied similar techniques to generate handwriting.

Experimental Setup

4.5 hours of English speech from the Simple4All Tundra Corpus were used as training data. The audio files were downsampled from 44.1KHz to 16KHz. From that, 40 mel-cepstral coefficients (mcp) were extracted at a framerate of 80fps and a window size of 0.025s. In a first experiment, those features were utilized to generate novel mcp vectors, from which a spectrogram can be produced. This approach is later extended to generate speech waveforms. AhoCoder [Download] was used to encode and decode the speech signal. For more details, see the report.

deep-speechgen's People

Contributors

rpinsler avatar

Stargazers

 avatar  avatar Cong Zhang avatar ROHITHA DASSANAYAKE avatar Arunkumar Venkataramanan avatar Oriol Barbany avatar Mario Garcia avatar Taslim Dosunmu avatar eraser567 avatar Qingsong Liu avatar

Watchers

Qingsong Liu avatar ROHITHA DASSANAYAKE avatar James Cloos avatar  avatar  avatar  avatar  avatar  avatar paper2code - bot avatar

deep-speechgen's Issues

View ahocoder16_64

Dear all,

How can I view ahocoder16_64/ahodecoder16_64 in a way that can be readable, not as it's published?

Thanks in advance and regards.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.