Installer Steam
connexion
|
langue
简体中文 (chinois simplifié)
繁體中文 (chinois traditionnel)
日本語 (japonais)
한국어 (coréen)
ไทย (thaï)
Български (bulgare)
Čeština (tchèque)
Dansk (danois)
Deutsch (allemand)
English (anglais)
Español - España (espagnol castillan)
Español - Latinoamérica (espagnol d'Amérique latine)
Ελληνικά (grec)
Italiano (italien)
Bahasa Indonesia (indonésien)
Magyar (hongrois)
Nederlands (néerlandais)
Norsk (norvégien)
Polski (polonais)
Português (portugais du Portugal)
Português - Brasil (portugais du Brésil)
Română (roumain)
Русский (russe)
Suomi (finnois)
Svenska (suédois)
Türkçe (turc)
Tiếng Việt (vietnamien)
Українська (ukrainien)
Signaler un problème de traduction
https://tympanus.net/Development/CreativeGooeyEffects/player.html
source code + tutorial :-
https://tympanus.net/codrops/2015/03/10/creative-gooey-effects/
The 2nd issue is about being removed from the code, because it's also a 'style' BBCode xD so I changed the code to , to make it copy-pastable... >.>
I like your guide. It help me to understand the principle of audio function.
It seems there are two little mistakes in the presented code (not in the Source Files to download)
section: "Retrieve the audio data", last code-window
is:
}).to(soundData, 50);
instead of:
}).to(newAudioData, 50);
It is the same in section "Debug in your browser"
section: "Extra"
is:
data /= pinkNoise;
data /= pinkNoise;
instead of:
data /= pinkNoise ;
data /= pinkNoise ;
But anyone who knows it will cause overhead in this example, probably also know how to write native javascript :P and get rid of it all together. This tutorial isn't meant to be the ''best code ever''. Just an example of how to create an visualizer in some easy steps. My goal here is to inspire people to create fancy music-based stuff :D
But I don't know how to make it :D