Skip to content

eschmidbauer/websocket-audio-stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

websocket-audio-stream

pyaudio & websocket to stream real-time audio to speakers or record to wav file.

Works with FreeSWITCH mod_audio_fork

    <extension name="ws_stream_audio">
      <condition field="destination_number" expression="^stream_audio$">
        <action application="set" data="api_on_answer=uuid_audio_fork ${uuid} start http://localhost:2700 mono 8k 'my custom payload'"/>
        <action application="answer"/>
        <action application="park"/>
      </condition>
    </extension>

About

pyaudio & websocket to stream real-time audio to speakers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages