About 618,000 results
Open links in new tab
  1. windows - How to start a system "beep", from the built-in pc …

    It can make use of Cygwin, which I have installed on my Windows 7 x64 system. Notes: The alarm will be placed right before the interactive questions, waiting for the user's answer to …

  2. Automatically play sound in IPython notebook - Stack Overflow

    May 4, 2016 · audio.play(); </script> """ HTML(sound_tag) At the end of the cell you want to make a noise on completion put this: HTML(play_beep) How it works: It reads a file from the …

  3. How to play a sound in C#, .NET - Stack Overflow

    Aug 17, 2010 · How-to: Create sound profile of your application in the Windows Registry (Hint: no need of programming, just add the keys into installer of your application.) In your application, …

  4. audio - Play a Sound with Python - Stack Overflow

    Nov 20, 2008 · What's the easiest way to play a sound file (.wav) in Python? By easiest I mean both most platform independent and requiring the least dependencies. pygame is certainly an …

  5. shell - In a bash script/command how can I make a PC beep noise, …

    Jul 17, 2009 · In a bash script/command how can I make a PC beep noise, or play a sound file? Asked 16 years, 3 months ago Modified 9 months ago Viewed 115k times

  6. javascript - How to play audio? - Stack Overflow

    I am making a game with HTML5 and JavaScript. How could I play game audio via JavaScript?

  7. vba - How to play an audio file (.mp3) in a cell when a button is ...

    Aug 8, 2018 · Make a hyperlink to your sound file (I use MP3 in a subdirectory, so it's something like subdirname/filename.mp3). Then, press Ctrl, and click the left mouse button.

  8. Is there a way to autoplay audio in html? - Stack Overflow

    Dec 10, 2022 · Should start playing the audio file when the page loads, thanks to the autoplay attribute on the <audio> element. The buttons in the HTML code allow you to control the audio …

  9. Immediate play sound on button click in HTML page

    Oct 18, 2012 · In my HTML page I have 9 images for dialing numbers and one text box that shows the pressed numbers. I want each of those images to immediately play beep sound …

  10. How to generate audio from a numpy array? - Stack Overflow

    Apr 27, 2012 · I want to create "heart rate monitor" effect from a 2D array in numpy and want the tone to reflect the values in the array.