LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Mint
User Name
Password
Linux Mint This forum is for the discussion of Linux Mint.

Notices


Reply
  Search this Thread
Old 09-20-2023, 09:33 PM   #1
borgward
Member
 
Registered: Apr 2005
Location: Austin, Texas
Distribution: Feather, Darn Small Linux
Posts: 504

Rep: Reputation: 21
Change Music Pitch


What to install to change the pitch and/or tempo of music. I used to have a program installed to do that. I don't want something complex for recording studio use. People send me a song to learn but want to do it in another Key.

Software Manager offers Soundstretch but looks like it only works for .wav.
 
Old 09-20-2023, 11:41 PM   #2
fedoralinuxjunkie
Member
 
Registered: Jun 2008
Location: NC
Distribution: Slackware64 15.0
Posts: 154

Rep: Reputation: 21
Hey there,

I can think of 2 programs that would do the job. If you want a GUI interface: Audacity. If you want a CLI program: sox. Both can do exactly what you're looking for, used them both many times myself

Edit: Quick note that Audacity is not available by default in Linux Mint, but can be installed using the Linux Mint Community Portal link found here. You can also download an AppImage from Audacity's site that doesn't require any installation at all

Last edited by fedoralinuxjunkie; 09-20-2023 at 11:49 PM. Reason: More details
 
Old 09-21-2023, 06:11 PM   #3
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,138
Blog Entries: 6

Rep: Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827
Couple of examples:

Change pitch
Code:
rubberband -p 8 input.wav output.wav
Keep pitch change tempo
Code:
mplayer file.mp3 -af scaletempo -speed 1.5
sox file.mp3 newfile.mp3 tempo 1.5
Keep tempo change pitch
Code:
mplayer file.mp3 -af scaletempo=scale=1.0:speed=pitch
sox input.wav out.wav pitch 200
Change tempo, pitch, volume, equalize
Code:
sox in.wav out.wav speed .8 pitch 300 bass 5 treble 5 norm
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Patent fights could change Google's Android pitch LXer Syndicated Linux News 0 04-29-2010 11:50 AM
Finally got speedtouch working ... But now a head bursting high pitch noise ;/ Dasurge Mandriva 1 11-08-2004 07:43 AM
audio pitch shift? rgingels Mandriva 0 02-07-2004 06:07 PM
newbie need help with fast-pitch & perl issue marvc Linux - Software 0 03-29-2003 10:43 PM
High Pitch Monitor Noise Annex Linux - Newbie 7 03-12-2002 11:04 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Mint

All times are GMT -5. The time now is 08:53 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration