Skip to content

Commit

Permalink
Adding notes on system audio on Windows and Linux (#771)
Browse files Browse the repository at this point in the history
  • Loading branch information
raivisdejus authored Jun 1, 2024
1 parent b3bcfc1 commit d33068b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,12 @@ sidebar_position: 5
2. **What can I try if the transcription runs too slowly?**

Try using a lower Whisper model size or using a Whisper.cpp model.

3. **How to record system audio?**

To transcribe system audio you need to configure virtual audio device and connect output from the applications you whant to transcribe to this virtual speaker. After that you can select it as source in the Buzz. See [Usage](https://chidiwilliams.github.io/buzz/docs/usage#live-recording) section for more details.

Relevant tools:
- Mac OS - [BlackHole](https://github.com/ExistentialAudio/BlackHole).
- Windows - [VB CABLE](https://vb-audio.com/Cable/)
- Linux - [PulseAudio Volume Control](https://wiki.ubuntu.com/record_system_sound)
17 changes: 17 additions & 0 deletions docs/docs/usage/live_recording.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,20 @@ and [Virtual Audio Cable](https://vac.muzychenko.net/en/)).
6. Open Buzz, select BlackHole as your microphone, and record as before to see transcriptions from the audio playing
through BlackHole.
### Record audio playing from computer (Windows)
To transcribe system audio you need to configure virtual audio device and connect output from the applications you whant to transcribe to this virtual speaker. After that you can select it as source in the Buzz.
1. Install [VB CABLE](https://vb-audio.com/Cable/) as virtual audio device.
2. Configure using Windows Sound settings. Right click on the speaker icon in the system tray and select "Open Sound settings". In the "Choose your output device" dropdown select "CABLE Input" to send all system sound to the virtual device or use "Advanced sound options" to spelect application that will output theit sound to this device.
### Record audio playing from computer (Linux)
As described on [Ubuntu Wiki](https://wiki.ubuntu.com/record_system_sound) on any Linux with pulse audio you can redirect application audio to a virtual speaker. After that you can select it as source in Buzz.
Overall steps:
1. Launch application that will produce the sound you want to transcribe and start the playback. For example start a video in a media player.
2. Launch Buzz and open Live recording screen so you see the settings.
3. Configure sound routing from the application you want to transcribe sound from to Buzz in `Recording tab` of the PulseAudio Volume Control (`pavucontrol`).

0 comments on commit d33068b

Please sign in to comment.