-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathVIP-CW presentation
More file actions
20 lines (11 loc) · 855 Bytes
/
VIP-CW presentation
File metadata and controls
20 lines (11 loc) · 855 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
VIP-CW presentation
Audio Spectrogram
Audio plays an important part in determining the quality of a video conference.
Whats better than seeing the audio quality itself?
One of the graphics user interface available within the Linux Operating system running in the Raspberry Pi, Raspbian is GTK+
In order to show the spectrogram of the audio, GTK+2.0 is being used to show a live, scrolling spectrogram of the incomming audio data.
GDKPixbuf obtains the image data from an array of unsigned chars which is updated whenever new data is obtained
Then a GTKImage is obtained from the pixbuff.
The image is then drawn in the GTK window.
By giving color to the FFT data, the maginitude and the specific frequency of the incoming data can be seen visually, therefore the quality of the incoming audio can be determined very easily.
Use picture in folder