Monday, April 20, 2020

Audacity Free Audio Software Editor

What is Audacity ?

Audacity is Free Open Source , Cross platform Audio Software , Digital Audio editor  and recording application software .
Audacity is easy to use , multi track audio editor and recorder for Windows, Mac OS X, GNU/Linux, and other operating systems. Develop by a group of volunteer as open source.

 You can download for free Audacity , free of charge , and cost you nothing, only click and installed. The latest version of Audacity is 2.3.3 fro Windows and Mac OS 10.15 (Catalina) does not support Audacity version 2.3.2


Audacity Features

Recording  
Audacity can record live audio through a microphone or mixer, or digitize recordings from other media.  

Export/import 
Import, edit, combine sound files. Export your recordings in many different file formats, including multiple file at once.      

Sound Quality
Support 16 bit, 24 bit, 32 bit , sample rates and formats are converted using high-quality resampling and dithering

Plug-ins
Support for LADSPA, LV2, Nyquist, VST and Audio Unit effects plug-ins. Effects can be easily modified in a text editor-or you can even write your own plug-in.

Editing
Easy editing with cut, copy, paste and delete. Also unlimited sequential Undo (or Redo) in the session to go back any number of steps

Effects
Real- time preview of LADSPA, LV2, VST and Audio Unit (macOS) effects. Plug-in manager handles plug-in installation and addition/removal of effects and generators from the menu.

Accessibility
Tracks and selection can be fully manipulated using the keyboard . Large range of keyboard shortcuts.

Analysis  
Spectogram view mode for visualizing and selecting frequencies. Plot Spectrum window for detailed frequency analysis. support for vamp analysis plug-ins 

Saturday, March 7, 2020

Python Start Programming

Python 2.7.x



Type these on your screen , and look what is the result ?
>>> the_world_is_flat = 1
>>> if the_world_is_flat:
...     print "Be careful not to fall off!"
...
Be careful not to fall off!

or another example :