pierresendorek.github.io

About me

Interests

More about me / contact LinkedIn profile

My personal projects

See my github repositories to have an overview of many of my projects.


Voice converter (2017)

Source code

This algorithm enables to convert one’s voice to someone elses voice. Developped as a side project, my former company, Xebia, gave me the opportunity to present it at our yearly conference.

The algorithm works by using a vocal feature extractor (pitch + formants). At learning time, the features are aligned with those of the target voice thanks to a Dynamic Time Warping algorithm. Then the mapping between the features is learned by the neural network. At synthesis time, my voice features are extracted and converted by the neural network without alignment. Finally I use my vocal synthesizer to generate the target voice.

Video of the conference


Cryptocurrencies trading (2020)

Source code

A project in which I invested some time. The code contains


Vocoder (2016)

Source code

Fascinated by this audio effect I decided to code a vocoder by myself to see how it works.

Here is an example of how it sounds on my own voice

   
Modulator input sound
Carrier input sound
Result / output sound

Beat Box to Real Percussions converter (2016)

Here is an audio utility that converts “beatbox” sounds one make with its mouth to real percussion sounds. No Neural Networks were used here, only a research of a closest neighbor in the space of the features.

Source code

   
Beatbox sound
Result / output sound
Beatbox sound + Result together

Interacting Particles (2015)

I also coded this project in Java. The goals were to gain experience with


D’Alembert Wave Equation (2015)

I coded this project in Java. The goals were to gain experience with


Sound generators, transformers and analyzers (2023)

Source code

This repository contains code and documentation for some audio tools I made. The goal of the project is to group the work also done in my other sound-related projects, such as


Papers & Patents


Other talks