Skip to content

Your microphone level is low ? You are only getting your microphone's signal on the left channel ? This repo is for you !

Notifications You must be signed in to change notification settings

Leikoe/scarlett-solo-fix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fix for scarlett solo

If your microphone level is low using the scarlett's official drivers, you can use this. Just uninstall the focusrite driver for the scarlett and restart your computer. Now the level should be a lot higher but only for left channel. This app duplicates the left channel to the right and outputs it in virtual-audio cable.

What it do?

While running, cli app will duplicate your microphone's left channel into a virtual audio cable. You can then just select virtual audio cable's output as your default microphone. ctrl-c to stop the script.

Requirements

Install

cargo build --release
cargo run --release -- -l 30 -i "Microphone (Scarlett Solo USB)" -o "CABLE Input (VB-Audio Virtual Cable)"

Common issues

Stream config problem? Make sure your scarlett solo microphone device in windows has the same hz as vb audio cable.

Credits

Thanks to the cpal's project amazing example which was slightly modified to duplicate the left channel.

About

Your microphone level is low ? You are only getting your microphone's signal on the left channel ? This repo is for you !

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages