Trying to play an MP3 through python with playsound. Not ...

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

#!/usr/bin/env python # import required module from playsound import playsound # for playing note.wav file playsound('file.mp3') ... Home Public Questions Tags Users Companies Collectives ExploreCollectives Teams StackOverflowforTeams –Startcollaboratingandsharingorganizationalknowledge. CreateafreeTeam WhyTeams? Teams CreatefreeTeam Collectives™onStackOverflow Findcentralized,trustedcontentandcollaboratearoundthetechnologiesyouusemost. LearnmoreaboutCollectives Teams Q&Aforwork Connectandshareknowledgewithinasinglelocationthatisstructuredandeasytosearch. LearnmoreaboutTeams TryingtoplayanMP3throughpythonwithplaysound.Notworking AskQuestion Asked 5monthsago Modified 5monthsago Viewed 734times 0 Forcontext,Ihavearaspberrypimodel4b,andanNFCreaderattachedtoit.WhentheNFCreaderdetectsaspecificcard,Iwantittoplayaspecificaudiofile. Ihaveusedplaysound,pygameandpydub(afterinstalligntheirlibraries)andIkeepongettingerrors.Hereismyplay.pyfile: #!/usr/bin/envpython #importrequiredmodule fromplaysoundimportplaysound #forplayingnote.wavfile playsound('file.mp3') print('playingsoundusingplaysound') thisismyfullerror: pi@tjobbe:~/storytime$sudopythonplay.py Traceback(mostrecentcalllast): File"play.py",line3,in fromplaysoundimportplaysound ImportError:Nomodulenamedplaysound Igetthesameusing sudopython3play.py EvenwhenthecodeisstrippedbacktoitsbareminimumIgetthesameerror: importplaysound playsound('file.mp3') pythonaudioraspberry-pi Share Follow askedApr8at14:42 tjcsstjcss 85611goldbadge1111silverbadges3131bronzebadges 3 DoyouhavemultiplePythonenvironmentsonyourcomputer?YoumayhaveinstalledplaysoundforadifferentPythonversion. – Matthias Apr8at14:57 HowwouldIcheck?Ihavetriedusingsudopython3play.pyandevensudopythonplay.pyaswellasjustpython3play.pyandpythonplay.py – tjcss Apr8at14:59 firstcheckversionpython3-Vandpip3-Vorsimplyusepython3-mpipinstallplaysoundtoinstallitincorrectPython – furas Apr8at16:06 Addacomment  |  0 Sortedby: Resettodefault Highestscore(default) Trending(recentvotescountmore) Datemodified(newestfirst) Datecreated(oldestfirst) Knowsomeonewhocananswer?Sharealinktothisquestionviaemail,Twitter,orFacebook. YourAnswer ThanksforcontributingananswertoStackOverflow!Pleasebesuretoanswerthequestion.Providedetailsandshareyourresearch!Butavoid…Askingforhelp,clarification,orrespondingtootheranswers.Makingstatementsbasedonopinion;backthemupwithreferencesorpersonalexperience.Tolearnmore,seeourtipsonwritinggreatanswers. Draftsaved Draftdiscarded Signuporlogin SignupusingGoogle SignupusingFacebook SignupusingEmailandPassword Submit Postasaguest Name Email Required,butnevershown PostYourAnswer Discard Byclicking“PostYourAnswer”,youagreetoourtermsofservice,privacypolicyandcookiepolicy Browseotherquestionstaggedpythonaudioraspberry-pioraskyourownquestion. TheOverflowBlog Whythenumberinputistheworstinput Hypergrowthheadaches(Ep.485) FeaturedonMeta PlannedmaintenancescheduledforWednesday,21September,00:30-03:00UTC... RecentColorContrastChangesandAccessibilityUpdates ShouldIexplainotherpeople'scode-onlyanswers? Revieweroverboard!Orarequesttoimprovetheonboardingguidancefornew... Related 1504 UsedifferentPythonversionwithvirtualenv 2557 HowtoupgradeallPythonpackageswithpip 925 pipinstallmysql-pythonfailswithEnvironmentError:mysql_confignotfound 0 Howtoinstallgraphics.pyonUbuntu12.04forPython3.2 3 Howdoiplayasoundinpython3? 0 Python3programonraspberrypidoesn'tplaysound,eventhoughaudioworksotherwise 0 pythonvirtualenvfromterminalnotworkingbutworkingfrompycharm HotNetworkQuestions Ismathematicspoliticallyandculturallyneutral? NewMathTeacherSeekingAdvice Problemwithedgelooponbevellededges ArepushtokensconsideredPIIundertheGDPRortheCCPA? Removingloopedrimtapeforreuse IsJeanJacketanalien? Howcanyoumovethethrustreversertoanotherpartoftheairplane? Mathematicacan'tfindMinimumsumunderintegerconstrains AccessPhantomaccountwithSolanaCLI IsitpossibletoshowtheattributionofalayerinQGISprintcomposer? WhataretheprosandconsofusingaseparateSQLserver? WhydoesEnderWigginwinallthetimeifheisalwaysoutnumbered,weaker,andphysically/materiallyinferior? Arethereanyshort-termsurvivablelocationsinthesolarsystem,outsideofEarth? Whyare"Linear"ModelssoImportant? WhatisthestatusoflawsthatrefertotheQueennowwehaveaKing? WherecanIfindallHitlerspeechesinoriginalGerman? Revengefulemployerasareferenceforanewjob "Tragicsituation"insteadof"situationtragedy"? DrawimpossiblefigurewithMMA,howcanitbedone? DeployC#/C++binariesincrementallybypatchingthedifference IsPS1reallyanenvironmentvariable? WhatisthecanonicalwaytoextendPeano'saxiomstothesetofallintegers? Create"windowstrail"effectinvector Whatis"crypto-mobilization"? morehotquestions Questionfeed SubscribetoRSS Questionfeed TosubscribetothisRSSfeed,copyandpastethisURLintoyourRSSreader. lang-py Yourprivacy Byclicking“Acceptallcookies”,youagreeStackExchangecanstorecookiesonyourdeviceanddiscloseinformationinaccordancewithourCookiePolicy. Acceptallcookies Customizesettings  



請為這篇文章評分?