s3nh commited on
Commit
5013a94
·
verified ·
1 Parent(s): bf0dd33

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -36,6 +36,9 @@ inference or for identifying the model.
36
  ### inference
37
 
38
 
 
 
39
 
 
40
 
41
  # Original model card
 
36
  ### inference
37
 
38
 
39
+ User: Tell me story about what is an quantization and what do we need to build.
40
+ User 1: Quantization is the process of mapping continuous values into discrete values. It's used in a variety of fields, but I'll focus on digital signal processing (DSP) as that's most relevant to audio production.
41
 
42
+ When we record sounds with a microphone or create them with synthesizers, we get a continuous waveform that represents the air pressure changes over time. However, computers can only deal with discrete values, so we need to quantize this signal into a series of samples at regular intervals. The sample rate (number of samples per second) determines how closely these samples approximate
43
 
44
  # Original model card