Wednesday, May 29, 2024

Breakup recordings individually automatically in Audacity

Scenario:

A recorded list of names, with some silence between each one.  Need them individually saved into their own file name.  Audacity can do this automatically.  Tested in version 3.4.2

1:

Load your recording file with all the names into audacity.

Here is my list of names, 26 of them


There is about 1-2 seconds of blank space between each name:


2:

Now Select the entire recording


3: 

Select "Analyze" then "Label Sounds"


4:
Now you can alter the parameters to decide when the audio is split up.  I pretty much left it at default for my case.  Click on "APPLY"



Audacity will now Label each audio section.  This is a good way to see if your parameters are enough to get you the divisions you need.



5:
Select FILE-> Export Audio
Select the folder you want to put them in
Select "Multiple Fles"
Select "EXPORT"


6:
Open the folder you put them in 



If this posting has been of any help to you, I'd love to know! 
If you have suggestions of how to improve it, let me know in the comments!  Thanks!


Thursday, May 23, 2024

Retrieve password from mRemoteNG

 

  1. Open mRemoteNG and go to the menu Tools -> External Tools

  2. Then select New to create a new external tool.

  3. In the External Tools Properties at the bottom of the screen, fill in the following:

    Display Name =Any name that you want

    Filename =  CMD
    Arguments = /k echo %password%

    Should look like this:



Next go to the connection where you would like to retrieve the password from and right-click on it and choose “External tools” -> The tool you just defined.


Will get an output like this:



If this posting has been of any help to you, I'd love to know! 
If you have suggestions of how to improve it, let me know in the comments!  Thanks!