pactl load-module module-pipe-source
See original GitHub issueHello, I was checking the documentation but I don’t see a way to “load module”. In Linux I’m doing it in the next way but I would like an equivalent for Mac OS and Windows:
pactl load-module module-pipe-source source_name=virtual-mic file=/tmp/virtual-mic format=s16le rate=44100 channels=1
There is a way to do that with SoundCard library?
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Modules – PulseAudio - Freedesktop.org
module-pipe-source. Provides a simple test source that reads the audio data from a FIFO special file in the file system. The source name ......
Read more >linux pipe audio to virtual microphone using pactl
I found an example that shows how to pass a wave file as microphone input by utilizing "pactl load-module module-pipe-source".
Read more >Redirecting Pulseaudio sink to a virtual source
The following setup works for me to share application audio with Zoom on Linux. The setup as is, feeds your microphone and application...
Read more >Pulseaudio Module Initialization Failure - Raspberry Pi Forums
I'm working on a project using a "virtual mic" It uses pulseaudio using a audio ... pi@raspberrypi:~ $ pactl load-module module-pipe-source ...
Read more >respeakerd in pulse mode, module-pipe-source rate:16000? #2
When I load the pipe module and add the default source: pactl load-module module-pipe-source source_name="respeakerd_output" format=s16le ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Oh, you can use SoundCard to monitor your outputs (on Linux and Windows anyway) if you search for
recorder
s withinclude_loopback=True
.Alternatively, there is https://www.vb-audio.com/Cable/index.htm for Windows and https://github.com/mattingalls/Soundflower for macOS. These are the tools I use for testing SoundCard.
Do you still need help with this issue?