亚洲免费在线视频-亚洲啊v-久久免费精品视频-国产精品va-看片地址-成人在线视频网

您的位置:首頁技術(shù)文章
文章詳情頁

python - pyaudio stream.close()導(dǎo)致程序崩潰且不能捕獲到異常

瀏覽:144日期:2022-06-29 11:05:15

問題描述

我想要頻繁地使用pyaudio來播放音頻,雖然他不是多線程模塊,但是只使用一個(gè)子線程播放,主線程控制播放的開關(guān)應(yīng)該是沒有問題的。但是當(dāng)我使用它播放時(shí)遇到了不能解決的麻煩。

import threadingimport waveimport pyaudioimport timepa=pyaudio.PyAudio()f=wave.open(’/home/dyan/catkin_ws/src/hlf_robot/scripts/hlf_voice/my.wav’,’rb’)raw_data=f.readframes(f.getnframes())f.close()samplewidth,channels,framerate,raw_data=2,1,16000,raw_datai=0stream1=’’def test(): while True:global i,pa,stream1try: print i stream1=pa.open(format=pa.get_format_from_width(samplewidth), channels=channels, rate=framerate, output=True) stream1.write(raw_data)i+=1 print iexcept IOError,e:print eexcept Exception,e:print ebreakt0=threading.Thread(target=test)t0.start()time.sleep(3)while True: if stream1.is_active():print 'is_active' else:print 'not active' if stream1.is_stopped():print 'is_stopped' else:print 'not stopped' print stream1._is_running print stream1._stream print ’123’ try:stream1.stop_stream()print ’456’stream1.close() except Exception,e:print ebreak print ’789’ time.sleep(3)

輸出是這樣的,然后崩了

0#子線程循環(huán)第一次is_active#not stopped #True #stream1._is_running<_portaudio.Stream object at 0x7efd71e00cb0> #stream1._stream123 #調(diào)用stop_stream()之前456 #調(diào)用stop_stream()之后,close()之前[Errno Unanticipated host error] -9999 #子線程捕獲到主線程調(diào)用stream1.stop_stream()時(shí)由stream1.write()拋出的異常IOError,忽略這個(gè)異常繼續(xù)執(zhí)行0#子線程stream1.write()拋出異常i+=1未執(zhí)行繼續(xù)循環(huán)在pa.open()之前的print

1、也就是說在調(diào)用stream1.stop_stream()后調(diào)用stream1.close()導(dǎo)致程序崩潰了,而且子線程和主線程都沒有捕獲到異常!!!!2、如果將stop_stream()后的close()注釋掉短時(shí)間內(nèi)沒有任何問題,但是持續(xù)運(yùn)行大約10分鐘左右雖然不會(huì)崩潰但是再也不能繼續(xù)播放。pa.open()一直拋出異常[Errno Illegal combination of I/O devices] -9993,當(dāng)我關(guān)閉程序重啟時(shí)pa.open()會(huì)拋出異常(’Invalid sample rate’, -9997),播放用不了了!!!

這個(gè)問題該如何解決?

暫時(shí)使用每次播放均重開一個(gè)pyaudio.Pyaudio()對(duì)象的方式解決,這大概額外使用了cpu時(shí)間10ms。持續(xù)跑了將近20個(gè)小時(shí)沒出問題。

...try: self.pa=pyaudio.PyAudio()self.stream=self.pa.open(format=self.pa.get_format_from_width(samplewidth), channels=channels, rate=framerate, output=True) self.stream.write(raw_data)except IOError,e: passfinally: self.stream.close() self.pa.terminate()...

問題解答

回答1:

這裡給了一個(gè)可能解決方法(workaround),ghost commented on 30 Jul 2016

標(biāo)簽: Python 編程
相關(guān)文章:
主站蜘蛛池模板: 国产成人一区在线播放 | 中国胖女人一级毛片aaaaa | 免费播放国产性色生活片 | 国产成人www免费人成看片 | www色在线| 午夜免费片在线观看不卡 | 一区二区三区不卡视频 | 中文字幕视频网站 | 99re热视频这里只精品 | 亚洲免费网站在线观看 | a级成人高清毛片 | 看全黄男人和女人视频 | 91成人国产网站在线观看 | 日韩黄色毛片 | 亚洲精品国产专区一区 | 久久精品国产精品青草色艺 | 99久久一区二区精品 | 可以看的毛片网站 | 国产精品国产 | 欧美另类久久久精品 | 性欧美videofree另类17 | 97免费视频观看 | 国产欧美在线视频 | 欧美在线做爰高清视频 | 欧美高清色视频在线播放 | 日韩一级片 | 欧美日韩亚洲视频 | 奇米四色综合久久天天爱 | 国产精品成人在线 | 亚洲一区二区在线成人 | 久久久久久久99精品免费观看 | 绝对真实偷拍盗摄高清在线视频 | 欧美日本一区二区三区道 | 99精品视频在线观看免费播放 | 一区二区三区在线看 | 成人爱做日本视频免费 | 久操视频免费在线观看 | cao美女视频网站在线观看 | 92精品国产成人观看免费 | 欧美极品在线视频 | 国产乱理片在线观看夜 |