question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

pactl load-module module-pipe-source

See original GitHub issue

Hello, 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:closed
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
bastibecommented, Mar 2, 2020

Oh, you can use SoundCard to monitor your outputs (on Linux and Windows anyway) if you search for recorders with include_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.

1reaction
bastibecommented, Mar 2, 2020

Do you still need help with this issue?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found