Top "Audio" questions

Sound and programming audio hardware, and the various audio formats or containers.

Play a Sound with Python

What's the easiest way to play a sound file (.wav) in Python? By easiest I mean both most platform independent …

python audio platform-independent
Playing .mp3 and .wav in Java?

How can I play an .mp3 and a .wav file in my Java application? I am using Swing. I tried …

java audio mp3 wav
How can I play sound in Java?

I want to be able to play sound files in my program. Where should I look?

java audio
Play sound on button click android

How do I get a button to play a sound from raw when click? I just created a button with …

android audio click android-mediaplayer playback
Playing mp3 song on python

I want to play my song (mp3) from python, can you give me a simplest command to do that? This …

python audio mp3
How do I make JavaScript beep?

I want my web page to beep whenever a user exceeds the maximum character limit of my <textarea>.

javascript audio browser beep
How to play a sound in C#, .NET

I have a Windows application written in C#/.NET. How can I play a specific sound when a button is …

c# .net audio
How to play an android notification sound

I was wondering how I could play a notification sound without playing it over the media stream. Right now I …

android audio notifications
Is it possible to style html5 audio tag?

I haven't found any resources on how to do that. Something as simple as changing the color of the player …

html audio
Convert audio files to mp3 using ffmpeg

I need to convert audio files to mp3 using ffmpeg. When I write the command as ffmpeg -i audio.ogg …

audio ffmpeg media