Skip to content

JuliaSzymanska/Sound

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A/C and C/A processing

Simplifying the analog signal to a quantized form, i.e. replacing values that change smoothly to values that change by leaps and bounds.

A/C processing consists of 3 stages:

  • Sampling
  • Quantization
  • Coding

C/A processing consists of 3 stages:

  • Coding
  • Quantization
  • Sampling

Instalation

pip install Pyaudio wave soundfile

Usage

Output

For Beethoven.wav file programme will generate to wav files:

License

Apache License 2.0