About 601,000 results
Open links in new tab
  1. 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, …

  2. Automatically play sound in IPython notebook - Stack Overflow

    May 4, 2016 · I'd like the notebook to automatically beep or play a sound when the cell is finished executing. Is there some way to do this in iPython notebook, or maybe some command I can …

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

    Nov 21, 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 …

  4. 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 …

  5. audio - How do I make JavaScript beep? - Stack Overflow

    The Audio is read once but not set at the beginning, use snd.currentTime = 0; to set the audio file to the beginning before calling play. Then, you can play the sound with the same instance.

  6. Sound generation / synthesis with python? - Stack Overflow

    Is it possible to get python to generate a simple sound like a sine wave? Is there a module available for this? If not, how would you go about creating your own? Also, would you need …

  7. 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 116k times

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

    5 If you want to be able to play the sound even when the browser-tab is currently not selected, you have to load the audio-resource on page load. Like so:

  9. 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.

  10. audio - Play WAV file in Python - Stack Overflow

    This module contains classes for loading Sound objects and controlling playback. The difference is explained in the documentation: If you want to play a single wav file, you have to initialize …