Hi! My name is Gabriela Wieliczko and I'd like to work as a front-end developer. Currently it's my senior year at the AGH University of Science and Technology in the field of Acoustic Engineering.
My passion is music, I play the guitar and create my own tracks (mainly hip-hop beats). Recently I'm interested in audio programming such as creating VST plugins and effects.
FM (Frequency Modulation) synthesizer VST plugin made for studies. Enables sound shaping with
two modulators (1-sine, 2-saw). Both modulation index and frequency of modulator wave can be set. Effect: from laser tag sound to huge bells, depends on what is needed.
Snake Game
Simple Snake game made using JavaScript (jQuery), HTML and CSS. Object programming involved.
Harmonizer VST
VST plugin, which adds chosen chord (7 available) to prime played on MIDI keyboard. In addition after pressing adjacent black key changes chord to dominant 7th. Also, after pressing adjacent white key, the chord changes it's mode to opposite (for example, if mode is major it results in minor).
Waveshape Synthesizer
Standalone application made for studies. It allows to draw on canvas shape of wave's one period, which then is assigned to one of 5 available synth voices. Each voice can be adjusted by setting pitch, pan, frequency of LFO and volume.
Speech Recognition
Speech recognition algorithm, each part (e.g. MFCC algorithm, preemphasis) made from scratch without using already existing libraries. It recognizes numbers from zero to nine.