I can't play sound with PygameWhy can't Python parse this JSON data?Playing sound over running sound thread, or resuming playback?pygame music plays but sound objects don'tPyGame not playing musicHow do i play a sound in python 3?Update window caption and play Sound with pygame at same timePlaying sound in Python using Psychopy and or PyGameHow do I play a sound in the background? (python 3.5.2 for windows)How to play a sound file in python using subprocess without stopping the program?Play sound on widget click

Possibility of faking someone's public key

Are there any German nonsense poems (Jabberwocky)?

Where is Jon going?

Are runways booked by airlines to land their planes?

Why A=2 and B=1 in the call signs for Spirit and Opportunity?

Python program for fibonacci sequence using a recursive function

Why do the i8080 I/O instructions take a byte-sized operand to determine the port?

Heat lost in ideal capacitor charging

Why would a rational buyer offer to buy with no conditions precedent?

Why sampling a periodic signal doesn't yield a periodic discrete signal?

Would Buddhists help non-Buddhists continuing their attachments?

Can you still travel to America on the ESTA waiver program if you have been to Iran in transit?

Why does splatting create a tuple on the rhs but a list on the lhs?

Filter YAML file content using sed/awk

How to politely tell someone they did not hit reply all in email?

Expected maximum number of unpaired socks

Removing the last element of a list

Did this character show any indication of wanting to rule before S8E6?

Security vulnerabilities of POST over SSL

How to let other coworkers know that I don't share my coworker's political views?

Of strange atmospheres - the survivable but unbreathable

Is there a simple example that empirical evidence is misleading?

Is this homebrew "Cactus Grenade" cantrip balanced?

Co-author wants to put their current funding source in the acknowledgements section because they edited the paper



I can't play sound with Pygame


Why can't Python parse this JSON data?Playing sound over running sound thread, or resuming playback?pygame music plays but sound objects don'tPyGame not playing musicHow do i play a sound in python 3?Update window caption and play Sound with pygame at same timePlaying sound in Python using Psychopy and or PyGameHow do I play a sound in the background? (python 3.5.2 for windows)How to play a sound file in python using subprocess without stopping the program?Play sound on widget click






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








0















I want to play a sound in pygame, however I'm unable to do so because it just simply doesn't play. I've searched the internet for a solution for good 30 minutes but with no luck. Here's my code. When I run it it doesn't report any errors but no sound is played either. I hope someone can help me resolve this issue.



I've tried various methods one of which did work:



import os
os.system("intro.ogg")


however it opens a new window that then plays the sound and therefore it's not what I want.



Here's the code I'm using which apparently worked for a lot of people:



import pygame
import time
pygame.init()
intro = pygame.mixer.Sound("intro.ogg")
mysound.play()
time.sleep(15)


The output should be Python playing sounds straight from the IDLE launched when F5 is pressed. Instead (the only working piece of code I could find) it opens Windows Groove and CMD and plays the audio file from there










share|improve this question




























    0















    I want to play a sound in pygame, however I'm unable to do so because it just simply doesn't play. I've searched the internet for a solution for good 30 minutes but with no luck. Here's my code. When I run it it doesn't report any errors but no sound is played either. I hope someone can help me resolve this issue.



    I've tried various methods one of which did work:



    import os
    os.system("intro.ogg")


    however it opens a new window that then plays the sound and therefore it's not what I want.



    Here's the code I'm using which apparently worked for a lot of people:



    import pygame
    import time
    pygame.init()
    intro = pygame.mixer.Sound("intro.ogg")
    mysound.play()
    time.sleep(15)


    The output should be Python playing sounds straight from the IDLE launched when F5 is pressed. Instead (the only working piece of code I could find) it opens Windows Groove and CMD and plays the audio file from there










    share|improve this question
























      0












      0








      0








      I want to play a sound in pygame, however I'm unable to do so because it just simply doesn't play. I've searched the internet for a solution for good 30 minutes but with no luck. Here's my code. When I run it it doesn't report any errors but no sound is played either. I hope someone can help me resolve this issue.



      I've tried various methods one of which did work:



      import os
      os.system("intro.ogg")


      however it opens a new window that then plays the sound and therefore it's not what I want.



      Here's the code I'm using which apparently worked for a lot of people:



      import pygame
      import time
      pygame.init()
      intro = pygame.mixer.Sound("intro.ogg")
      mysound.play()
      time.sleep(15)


      The output should be Python playing sounds straight from the IDLE launched when F5 is pressed. Instead (the only working piece of code I could find) it opens Windows Groove and CMD and plays the audio file from there










      share|improve this question














      I want to play a sound in pygame, however I'm unable to do so because it just simply doesn't play. I've searched the internet for a solution for good 30 minutes but with no luck. Here's my code. When I run it it doesn't report any errors but no sound is played either. I hope someone can help me resolve this issue.



      I've tried various methods one of which did work:



      import os
      os.system("intro.ogg")


      however it opens a new window that then plays the sound and therefore it's not what I want.



      Here's the code I'm using which apparently worked for a lot of people:



      import pygame
      import time
      pygame.init()
      intro = pygame.mixer.Sound("intro.ogg")
      mysound.play()
      time.sleep(15)


      The output should be Python playing sounds straight from the IDLE launched when F5 is pressed. Instead (the only working piece of code I could find) it opens Windows Groove and CMD and plays the audio file from there







      python audio






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 23 at 22:53









      luka bozicluka bozic

      13




      13






















          0






          active

          oldest

          votes












          Your Answer






          StackExchange.ifUsing("editor", function ()
          StackExchange.using("externalEditor", function ()
          StackExchange.using("snippets", function ()
          StackExchange.snippets.init();
          );
          );
          , "code-snippets");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "1"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55319132%2fi-cant-play-sound-with-pygame%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55319132%2fi-cant-play-sound-with-pygame%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

          Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

          Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript