Skip to content

Use your android phone as pulseaudio microphone.

Notifications You must be signed in to change notification settings

marmeladapk/androidmic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

androidmic

Use your android phone as pulseaudio microphone. Redirects raw audio into a UDP socket on your pc.

Instructions

  • Start server.py on your pc

  • Start streaming using app to your ip address

  • Create a virtual pulseaudio sink and loopback device:

      pactl load-module module-null-sink sink_name=nsink
      pactl load-module module-loopback source=nsink.monitor
    
  • Use pavucontrol to connect server process to the virtual sink

About

Use your android phone as pulseaudio microphone.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 73.4%
  • Python 26.6%