Marin
Marin
Hello, >My PC doesn't have a mic, no. I was hoping the program could catch audio channels, audio coming from the web browser and stuff like that. It is can...
Hello, Does something like this not fit the need? ```bash json_data="$(songrec audio-file-to-recognized-song "${MY_SONG_FILE_PATH}.mp3")" echo "${json_data}" | jq ".track.genres" echo "${json_data}" | jq ".track.sections[0]" ``` If not, what is missing? Is...
>its just that the way metadata is in the JSON that songrec(i.e shazam gives) is too obscure to get info like artist name , cover art , release year ,...
Hello, When actively recognizing from the microphone, this will make requests every few seconds in order to recognize the continuous stream of sound, mostly I think as the original Shazam...
Hello, You may be able to do this using the "`pavucontrol`" utility for Linux (it's a graphical frontend for PulseAudio, which is the audio routing system used by most distributions,...
`pavucontrol` is designed for PulseAudio, PulseAudio is bundled with Ubuntu. PulseAudio allows you to choose an input device for each sound recording application launched on the machine (it has a...
Hello I have produced a portable executable for Windows here: https://github.com/marin-m/SongRec/releases/download/0.1.6/SongRec-0.1.6.exe Feed free to provide feedback Regards
Hello, The three buttons in the title bar display normally on Windows 7 with the provided executable, are you using Windows 10?
Hello, This seems to be related to rendering the CSD (client-side decorations) on Windows 10. I have updated the binary at https://github.com/marin-m/SongRec/releases/download/0.1.7/SongRec-0.1.7.exe to include the GNOME Adwaita icon theme, tell...
Hello, I updated the binary by shipping the Adwaita icon theme from the `mingw64-adwaita-icon-theme` package of Fedora 33 rather than the Linux version of the icon theme, the updated binary...