Jump to content

iSkysoft YouTube MP3 download and Audacity Transposition


Recommended Posts

Hi all,

 

First post, longtime amateur Alfred user.

 

I want to create two specific related workflows with a rudimentary knowledge of code. Can anyone point me in the right direction?

 

~~~~~

 

Here is workflow #1:

 

Search YouTube for {query} -> copy first URL in YouTube search results (or select from Alfred list of results) -> paste into iSkysoft and begin download of MP3 via iSkysoft

 

Here is workflow #2:

 

Take selected or searched MP3 on HD and transpose it up or down the desired amount of semitones in Audacity via {query}

 
~~~~~
 

Do these make sense? Are they even possible?

 

Thank you!

 

Josh

Link to comment

When you want to do something (with a workflow or otherwise), it's important to break it down into the specific steps you need, i.e. into smaller problems.
 
Then you figure out whether each of these problems is solvable. When doing so, it's really important to concentrate on the "what" you want to achieve, and not fixate on the "how" (to avoid falling victim to the XY Problem).
 
For example, it's trivially easy to download a YouTube video as an MP3 by passing the URL to youtube-dl, which you can install via Homebrew. There is no need whatsoever for iSkysoft (whatever that is).
 
It's also very easy to grab a URL from the clipboard. To these ends, you could have a look at Vítor's DownVid workflow. That would be easy to adapt to download an MP3 instead (it uses youtube-dl, so you'd just need to add the appropriate command-line argument to the youtube-dl call to get an MP3 instead of a video). Or you could just write your own script to call youtube-dl with the appropriate options. It'd literally be one line of code.
 
Regarding your second workflow, the first part is trivially done via a File Action (which calls a workflow action on the selected file). I have no idea whether Audacity can be scripted, but once again, that's not really the question. You need to know if any software can be scripted to transpose an audio file.

Link to comment
  • 9 months later...
  • 6 years later...
On 9/10/2015 at 12:32 AM, lemonhed said:

Hi all,

 

First post, longtime amateur Alfred user.

 

I want to create two specific related workflows with a rudimentary knowledge of code. Can anyone point me in the right direction?

 

~~~~~

 

Here is workflow #1:

 

Search YouTube for {query} -> copy first URL in YouTube search results (or select from Alfred list of results) -> paste into iSkysoft and begin download of MP3 via iSkysoft

 

Here is workflow #2:

 

Take selected or searched MP3 on HD and transpose it up or down the desired amount of semitones in Audacity via {query}

 
~~~~~
 

Do these make sense? Are they even possible?

 

Thank you!

 

Josh

Is there a workflow for this? Is it possible to have any command line utility to remove echo or noise from an MS teams audio recording?  

Link to comment
2 hours ago, pankajsz said:

Is it possible to have any command line utility to remove echo or noise from an MS teams audio recording?

 

Maybe SoX, “the Swiss Army knife of sound processing programs”. I’ve used it in the past for reducing silence in recordings, but haven’t used it extensively.

Link to comment
20 hours ago, vitor said:

 

Maybe SoX, “the Swiss Army knife of sound processing programs”. I’ve used it in the past for reducing silence in recordings, but haven’t used it extensively.

Thanks Vitor. will have to invest some good time to understand this. I have tried audacity as well but it need to learn how to apply it properly.

Edited by pankajsz
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...