Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.4K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
Interview Experiences
14.5K+ articles
School Learning
11.1K+ articles
JavaScript
9.9K+ articles
Java
9.4K+ articles
Misc
7.7K+ articles
Web Tech
192+ articles
Audio-API
5 posts
Recent Articles
Music Player using Django
Last Updated: 23 July 2025
In this article, we'll build a Music Player using Django. To get started, the first thing we'll do is create an account, just like with other music players. After creating...
read more
Python
Picked
Audio-API
Django-Projects
Media Player
Geeks Premier League 2023
Web Audio API | AudioNode context property
Last Updated: 23 July 2019
The AudioNode interface has a context property which returns the related BaseAudioContext, which is the object that represents the process graph the node that has particip...
read more
Audio-API
Web Tech
Web Audio API | AudioNode numberOfInputs Property
Last Updated: 19 July 2019
The AudioNode.numberOfInputs property is used to return the number of inputs that are feeding the node. The Source node is used to define as nodes that contain a numberOfI...
read more
Audio-API
Web Tech
Web Audio API | AudioNode numberOfOutputs property
Last Updated: 19 July 2019
The AudioNode.numberOfOutputs property is used to return the number of outputs which are coming from nodes. The value of destination node AudioDestinationNode is 0 for thi...
read more
Audio-API
Web Tech
Web Audio API
Last Updated: 04 February 2026
The Web Audio API is a powerful JavaScript API used to create, process, and control audio directly in the browser. It enables real-time audio effects, analysis, and advanc...
read more
Audio-API
Web Tech