Skip to content

Using this code, you can convert the text entered by the user into a melodic sound.

Notifications You must be signed in to change notification settings

serkansyalcin/Convert-Text-to-Melody

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Convert Text To Melody - Web App

Bu uygulamada, AudioContext öğesi oluşturularak, kullanıcının girdiği metni melodiye dönüştürmek için convertToMelody adlı bir fonksiyon yazılmıştır. Bu fonksiyon, metindeki her karakterin bir nota frekansına dönüştürülmesini sağlar. convertBtn öğesine bir olay dinleyicisi eklenerek, kullanıcının girdiği metin alınır ve bu metin convertToMelody fonksiyonuyla dönüştürülür. Daha sonra oluşturulan melodideki her frekans, ses kontekstinde bir osilatöre atanır ve osilatör çalınır. Son olarak, stop() yöntemi çağrılarak osilatör durdurulur.

Böylece, bu kodu kullanarak, kullanıcının girdiği metni melodik bir ses dönüştürebilirsiniz.

About

Using this code, you can convert the text entered by the user into a melodic sound.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published