Ismail Obadimucradoe.hashnode.net·Apr 18, 2023FeaturedBuilding a Custom Audio Player with React + TypeScript - A Step-by-Step TutorialIntroduction When you're developing an application for music, podcasts, or any other application that involves loading and playing audio files, one of the initial challenges you encounter is figuring out how to create and customize your own audio pla...51 likes·349 readsaudio
Mr. Niceguycyphme.hashnode.net·Aug 18, 2022How to Create HTML Media?HTML as a structure for Webpages has many functions and features. An essential element that developers need in building their Portfolio is HTML Media. With the HTML Media feature, developers can add their stacks' video files to their Portfolio. In t...11 likes·49 readsmedia
DavidRelodavidrelo.hashnode.net·Jul 22, 2022Do you understand the Video API?What is video API? Video API is an interface dedicated to providing audio and video transmission services, mainly divided into two types: static video API and live video API. Static Video API Static Video API is an API that provides video file play s...10 likes·38 readsMobile Development
Ismail Obadimucradoe.hashnode.net·Apr 18, 2023FeaturedBuilding a Custom Audio Player with React + TypeScript - A Step-by-Step TutorialIntroduction When you're developing an application for music, podcasts, or any other application that involves loading and playing audio files, one of the initial challenges you encounter is figuring out how to create and customize your own audio pla...51 likes·349 readsaudio
Devyanshdevbytes.hashnode.net·Mar 29, 2023Getting a Image, Video and Audio on Html Web page.Any Website without Image, Video or Audio is incomplete. Here Audio is not necessary but Images and Video are important, adding media on a webpage can have different agendas, such as these can be used for educational purposes which can be observed on...images
David Serranosvprdga.hashnode.net·Mar 16, 2023Step-by-Step Guide to Building a Live Audio Room with FlutterIn this tutorial, I will show you how to create an audio conference room within your Flutter application. This type of conference allows participants to communicate with each other using only audio and is often used for team meetings in work environm...133 readsFlutter
Aminur Islamcoding-life.hashnode.net·Mar 3, 2023How to add audio in your website?Use this method:- <audio src="Pest URL"></audio> <!-- 2nd method --> <audio> <sourc src="PEST URL"> </audio> Use the attributes:- src="" Controls. Autoplay. Muted. <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <m...audio
Himangshu Kalitahimangshukalita.hashnode.net·Feb 11, 2023Getting an Audio on pageIntroduction to audio in web pages We often see many websites, especially blogging sites with an audio player in them. These audio players play the audio description of the blog. This is very important when it comes to websites that have content to t...audio
Melvin Salasmelvinsalas.hashnode.net·Feb 10, 2023RTMP vs RTSPRTMP (Real-Time Messaging Protocol) and RTSP (Real-Time Streaming Protocol) are two different protocols used for the real-time transmission of multimedia content. Although they have similarities, there are also important differences between them. Pu...audio
Vishal Guptav12shal.hashnode.net·Feb 6, 2023<Audio> and <Video> Tag in HTMLAudio tag Definition and Usage: The <audio> tag is used to embed sound content in a document, such as music or other audio streams. The <audio> tag contains one or more tags with different audio sources. The browser will choose the first source it su...audio
Smd Sohailsohail18.hashnode.net·Jan 16, 2023Audio Book Using PythonLet your Devices tell a story for u. 1.) What is Audio Book? An audiobook is a recording of someone reading a book out loud. It's like having a storyteller telling a story to you, but instead of a person who tells the story, you can listen to the re...10 likes·31 readsbooks
Lokesh Singhlokesh11.hashnode.net·Jan 6, 2023Control audio through JavaScript.Controlling the audio through JavaScript is not a complex task. I will show how to play and pause the audio by clicking the play button and changing the play icon to the pause icon. What will be the result The UI does not look that good. But here we...55 readsJavaScript
Devin Lanedevinclane.hashnode.net·Jan 4, 2023Phase MusicListen to the result here What is Phase Music? Following inspiration from Tero Parviainen's writing on "systems music", I've created phase music in the spirit of Steve Reich's It's Gonna Rain. "Systems Music" explores how a process applied to sound c...10 likes·52 readsWeb Audio