marin-m / SongRec

An open-source Shazam client for Linux, written in Rust.
GNU General Public License v3.0
1.37k stars 102 forks source link

How to recognize from system sound ? #24

Open baglan01 opened 3 years ago

baglan01 commented 3 years ago

How to change input device to System Sounds ?

For example when i listen music from youtube or coub , and i wanna know the name of music , i can't , because it recognize only from microphone .. image

marin-m commented 3 years ago

Hello,

A common way to do this is to install the pavucontrol (PulseAudio volume control) software, to open SongRec, to go to the "Recording" tab of pavucontrol, and to make SongRec record audio for example from "Monitor of Built-in Audio Analog Stereo" instead of "Built-in Audio Analog Stereo", as illustrated here: https://askubuntu.com/a/250278

Regards,

baglan01 commented 3 years ago

Good evening, thank you very much for such a quick response, and it would be very cool if you added a quick access button to start the song search, it can be somewhat inconvenient to constantly switch between tabs

marin-m commented 3 years ago

Hello,

I have added a feature allowing to recognize songs from the speakers output in release 0.1.4, which is being pushed to the distribution channels.

It should add a checkbox dubbed "Recognize from my speakers instead of microphone" to the UI.

it would be very cool if you added a quick access button to start the song search, it can be somewhat inconvenient to constantly switch between tabs

Can you please explicit more what you are thinking about when saying "a quick access button" and "the song search"?

Regards,

baglan01 commented 3 years ago

I apologize for clarifying myself somewhat abstractly, I meant it as an icon for the shazam that stands on the screen (on phones) for quick access,

kevinguto commented 1 year ago

Hello,

A common way to do this is to install the pavucontrol (PulseAudio volume control) software, to open SongRec, to go to the "Recording" tab of pavucontrol, and to make SongRec record audio for example from "Monitor of Built-in Audio Analog Stereo" instead of "Built-in Audio Analog Stereo", as illustrated here: https://askubuntu.com/a/250278

Regards,

Thanks for this. The hack works like magic