Click here to Skip to main content
15,891,033 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
AnswerRe: Ripping the sound toing to the PC speakers Pin
Ravi Bhavnani31-Mar-24 11:38
professionalRavi Bhavnani31-Mar-24 11:38 
GeneralRe: Ripping the sound toing to the PC speakers Pin
Mike Hankey31-Mar-24 11:39
mveMike Hankey31-Mar-24 11:39 
GeneralRe: Ripping the sound toing to the PC speakers Pin
Mircea Neacsu31-Mar-24 16:27
Mircea Neacsu31-Mar-24 16:27 
GeneralRe: Ripping the sound toing to the PC speakers Pin
Nelek31-Mar-24 21:04
protectorNelek31-Mar-24 21:04 
GeneralRe: Ripping the sound toing to the PC speakers Pin
dandy721-Apr-24 7:44
dandy721-Apr-24 7:44 
GeneralRe: Ripping the sound toing to the PC speakers Pin
Simbosan1-Apr-24 22:29
Simbosan1-Apr-24 22:29 
GeneralRe: Ripping the sound toing to the PC speakers Pin
Clumpco1-Apr-24 22:06
Clumpco1-Apr-24 22:06 
GeneralRe: Ripping the sound toing to the PC speakers Pin
Peter Shaw2-Apr-24 2:25
professionalPeter Shaw2-Apr-24 2:25 
VLC can convert direct to disk, using the "media->convert/save" option directly from the app menu.

Problem here however is one of automation.

That said, VLC does have an automation interface (I can't remember exactly how, it's been years since I did anything with it) but I remember once a very long time ago writing a .NET front end (Winforms app) which when put on a server could be used to save the currently playing iFrame under an ASP.NET web page to disk.

VLC does also have a stand alone library file of all it's main functions, it's documented on the VLC site I think, and there are certainly a few .NET libs on NuGet to interface to it.

If you just want an app that can rip anything your currently looking at/listening too on your desktop, then OBS Studio will do the job easily and quickly.

I have my OBS set up with a number of different scenes, one of which is full screen desktop + desktop audio, so all I need to do is start OBS, click a single line of text then press record.

failing that, if your ok with batch scripting and have a txt file with all the URL's in, then you can use the command line to itterate through the text file, and pass each URL in turn to a tool like yt-dlp.

This will work on windows, linux and mac, and if you use the '-f' or '-F' flag (Can't remember which) it will list all the available formats for the mentioned URL for you, you can then use the other '-f/F' with the format number and yt-dlp will ONLY pull down that format EG: audio.

By using the -F/f flags you won't need to do any post conversion on the file, you can simply just for loop over a text file, yt-dlp each url with the appropriate format and end up with a nice clean folder of MP3's/Wavs etc.

GeneralRe: Ripping the sound toing to the PC speakers Pin
MrChug2-Apr-24 3:42
MrChug2-Apr-24 3:42 
GeneralRe: Ripping the sound toing to the PC speakers Pin
steve.tabler2-Apr-24 6:16
steve.tabler2-Apr-24 6:16 
GeneralRe: Ripping the sound toing to the PC speakers Pin
Choroid2-Apr-24 17:06
Choroid2-Apr-24 17:06 
GeneralGNU Cut/paste tool across systems? Pin
charlieg31-Mar-24 11:09
charlieg31-Mar-24 11:09 
GeneralRe: GNU Cut/paste tool across systems? Pin
Peter_in_278031-Mar-24 14:38
professionalPeter_in_278031-Mar-24 14:38 
GeneralRe: GNU Cut/paste tool across systems? Pin
charlieg31-Mar-24 15:16
charlieg31-Mar-24 15:16 
GeneralRe: GNU Cut/paste tool across systems? Pin
Nelek31-Mar-24 21:06
protectorNelek31-Mar-24 21:06 
GeneralRe: GNU Cut/paste tool across systems? Pin
charlieg2-Apr-24 4:03
charlieg2-Apr-24 4:03 
GeneralRe: GNU Cut/paste tool across systems? Pin
steve.tabler2-Apr-24 6:16
steve.tabler2-Apr-24 6:16 
GeneralRe: GNU Cut/paste tool across systems? Pin
charlieg2-Apr-24 8:59
charlieg2-Apr-24 8:59 
GeneralIs software becoming too noisy? Pin
Chris Maunder31-Mar-24 8:09
cofounderChris Maunder31-Mar-24 8:09 
GeneralRe: Is software becoming too noisy? Pin
Mike Hankey31-Mar-24 8:33
mveMike Hankey31-Mar-24 8:33 
GeneralRe: Is software becoming too noisy? Pin
Jeremy Falcon31-Mar-24 19:36
professionalJeremy Falcon31-Mar-24 19:36 
GeneralRe: Is software becoming too noisy? Pin
Ravi Bhavnani31-Mar-24 20:21
professionalRavi Bhavnani31-Mar-24 20:21 
GeneralRe: Is software becoming too noisy? Pin
Jeremy Falcon31-Mar-24 20:35
professionalJeremy Falcon31-Mar-24 20:35 
GeneralRe: Is software becoming too noisy? Pin
Nelek31-Mar-24 22:06
protectorNelek31-Mar-24 22:06 
GeneralRe: Is software becoming too noisy? Pin
kmoorevs1-Apr-24 11:33
kmoorevs1-Apr-24 11:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.