Problem I wanted to create a very basic application for Android that plays an audio file based on a URL […]
Tag: audio
Music player in Swift
Problem I made a simple mp3 player that plays, pauses and stops a given song, shows the time elapsed, and […]
Audio player for a website
Problem I’m fairly new to jQuery and have decided to make a jQuery audio player for a website. There are […]
Flac Converter And Organizer
Problem I really like flac files, but my phone can’t store them all. So I made a script for converting […]
HTMLAudioElement sound delay on keyboard clicks
Problem I am using Vue.js to play mp3 sounds on keyboard clicks. Even though each mp3 is less than 40 […]
A baby monitor using a Raspberry Pi to send push notifications when triggered by noise
Problem I have a Raspberry Pi 3B with a USB microphone. I have used a combination of Bash and Python […]
AudioController class for managing audio in Unity games
Problem I’m looking for a critique of this audio management system I wrote for Unity games. It references a JSON […]
Script to fix audio level
Problem I need to fix and maintain the master volume in PulseAudio (so that I don’t blow up my speakers). […]
macOS: resetting balance to center (0.5) using Swift
Problem Due to some bug somewhere, my speaker balance kept moving off-center and it was getting annoying. So I cobbled […]
Converting an input audio file to a monophonic FLAC file
Problem I have the following method which basically converts an input audio file to a monophonic FLAC file. Now I […]