Multimedia Encoder/Decoder – FFmpeg (software)
Website Informatie FFmpeg is vrije software die audio- en videobestanden converteert. Ook ondersteunt FFmpeg het converteren van streams zoals televisie- …
Website Informatie FFmpeg is vrije software die audio- en videobestanden converteert. Ook ondersteunt FFmpeg het converteren van streams zoals televisie- …
Het is mogelijk om met de arduino melodieën af te spelen met het bestandsformaat RTTTL via een piezo speakertje. Muziekformaat: RTTTL Wat …
Informatie (ENG): Ring Tone Text Transfer Language (RTTTL) was developed by Nokia to be used to transfer ringtones to cellphone by …
Bestandsformaat – Ring Tone Text Transfer Language (RTTTL) Lees meer »
Website Download @ forums.winamp.com Winamp is een multimediaspeler waarmee muziek- en videoformaten op een computer kunnen worden afgespeeld. Winamp wordt geleverd …
Het is mogelijk om met de arduino WAV bestanden af te spelen vanaf een SD kaart, wel in een wat …
Website Informatie (ENG) Following the great history of GNU naming, LAME originally stood for LAME Ain’t an Mp3 Encoder. LAME …
Website Informatie (ENG) Audacity is a free, easy-to-use, multi-track audio editor and recorder for Windows, Mac OS X, GNU/Linux and …
Dit voorbeeld laat zien hoe je een MP3 bestand (audio.mp3) afspeelt via een javascript met behulp van jQuery.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
<html> <head> <title>Java MP3 Speler</title> <script src="jquery.js" type="text/javascript"></script> </head> <body> <div class="play">[Play]</div> <div class="pause">[Stop]</div> <script> $(document).ready(function() { var audioElement = document.createElement('audio'); audioElement.setAttribute('src', 'audio.mp3'); audioElement.setAttribute('autoplay', 'autoplay'); //audioElement.load() $.get(); audioElement.addEventListener("load", function() { audioElement.play(); }, true); $('.Play').click(function() { audioElement.play(); }); $('.Pause').click(function() { audioElement.pause(); }); }); </script> </body> </html> |
Bron: stackoverflow.com
Mazda Radio connector 24 pins Bronnen: Link #1 / Link #2 / Link #3 BUS onderkant v/d radio Bron Pinout:
1 2 |
2 4 6 8 10 12 14 1 3 5 7 9 11 13 15 |
…