Python playsound - play mp3 sound files - CodersLegacy

文章推薦指數: 80 %
投票人數:10人

The Python playsound library offers an easy and simple way to play sound files in Python. From all the sound libraries, this is the simple... Skiptocontent(PressEnter) CodersLegacyImpartingknowledgetotheFutureSearchfor: HOMEINTRODUCTIONPYTHONGettingstarted–PythonPythonBasicsPythonIntermediatePythonAdvancedPythonLibrariesPythonProblemSolvingPythonBuiltinFunctionsJAVAGettingStarted–JavaJavaBasicsJavaAdvancedVB.NETGettingStarted–VB.NETVB.netBasicsVB.NETAdvancedC++GettingStarted–C++C++BasicsC++Advanced[email protected]Pythonplaysound–playmp3soundfilesreportthisad reportthisad reportthisadThisarticlecoversthePythonplaysoundlibrary.It’sfairlycommontoseetheuseofmp3filesinvariouskindsofsoftwareandgames,rangingfromsimple1secondsoundeffectstohourlongsoundtracks.ThePythonplaysoundlibraryoffersyouaeasyandsimplewaytoplaysoundfilesinPython.ThereareotherlibrariesthatcanalsobeusedsuchasPygame,simpleaudioandwinsoundbutplaysoundisbyfarthemostsimplestandeasytouse,thoughitonlyoffersasinglefeature,whichisthesimpleplaybackofasoundfile.Beforeyouproceedanyfurther,makesureyoudownloadtheplaysoundlibraryfromthecommandpromptusingthepipinstallplaysoundcommand.PythonPlaysoundWe’llbeusingasamplemp3fileforthisexercise,whichyoucanobtainusingthisdownloadlink.Nextupwe’llimporttheplaysoundfunction,fromtheplaysoundmoduleusingthefollowingstatement.fromplaysoundimportplaysound Toplaythesound,wejustneedasinglefunction,withasinglelineandasingleparameter.playsound('example_MP3.mp3') Calltheplaysoundfunction,withthefilepathofthesoundfilepassedintotheparameter.SinceourPythonscriptandsoundfilewereinthesamelocation,wesimplypassedthesoundfilename.Andthat’sit.Yoursoundfilewillbegintoplayandwillendonceit’sdoneplaying.Ifyouwerehopingforsomethingwithmorecontrolthesoundfileplaying,youcanlookuponeoftheothersoundplayinglibrariesinpython.IfyoureceiveaApp-kiterror,installthePyObjClibraryfromthecommandprompt.AlternativesIfyou’relookingforasoundlibrarywithmorecomplexityandfeaturesthanplaysound,tryoneofthebelowaudiolibraries.PyAudioSimpleAudioPygameMixerThismarkstheendofthePythonplaysoundlibrary.AnysuggestionsorcontributionsforCodersLegacyaremorethanwelcome.Questionsregardingthearticlecanbeaskedinthecommentssectionbelow.reportthisadSubscribeLoginNotifyofnewfollow-upcommentsnewrepliestomycommentsLabel {} [+] Name* Email* Website Label {} [+] Name* Email* Website 0CommentsInlineFeedbacksViewallcommentsSearchfor: ProgrammingLanguagesPYTHONTUTORIALSPYTHONLIBRARIESwpDiscuzInsertx



請為這篇文章評分?