Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ffmpeg audio with echo

ffmpeg -i input.mp3 -af "aecho=in_gain=0.4:out_gain=0.8:delays=325:decays=0.2" output.mp3

# aecho: Indicates the name of the echo filter

# in_gain Indicates the input gain reflected signal (min: 0.1, max: 1.0)

# out_gain Indicates the output reflected signal (min: 0.1, max: 1.0)

# delays Indicates the a list of time intervals (in milliseconds) between the original signal and reflections (0.0 to 90000.0 with default 0.5)

# decays Indicates the list of loudness of each reflected signal (0.0 to 1.0 with default 0.5)
Comment

PREVIOUS NEXT
Code Example
Shell :: static noise ubuntu after update 
Shell :: mysql cannot change directory to /nonexistent 
Shell :: how do I delete existing mobile broadband connections in Linux Ubuntu 
Shell :: check elasticsearch connection status on aws 
Shell :: eslint script in package.json 
Shell :: Recipe to merge git 
Shell :: cffi not installed in dockerfile 
Shell :: Bulk user add with passwords bash script 
Shell :: run docker yml arch linux 
Shell :: how to find the sha512 windows 10 
Shell :: vim mass replace pattern across multiple files 
Shell :: shell sort visualization 
Shell :: trickbot mikrotik 
Shell :: install postgresql and phppgadmin client 
Shell :: Create temporary Environment Variable 
Shell :: removing large files 
Shell :: retrieve column from csv unix 
Shell :: allow ssh connections through windows defender 
Shell :: install ponylang 
Shell :: httpd package not found 
Shell :: linux pipe string contains 
Shell :: how to install and use aws cli and setup the user from the .csv file 
Shell :: git merge anotehr 
Shell :: ring get the input from the user using the give command 
Shell :: block bench download linux command 
Shell :: vim replace word with copied 
Shell :: sed insert string at beginning of line matching pattern 
Shell :: Unable to install modules kint due to missing modules kint. 
Shell :: dotnet cli db scaffolding 
Shell :: awesomewm change keyboard layout debian 
ADD CONTENT
Topic
Content
Source link
Name
1+3 =