1
0
Fork
You've already forked dirtnoise
0
Listen to how dirty the air is around you.
  • C 100%
Find a file
2019年07月30日 14:56:25 +01:00
.gitignore Initial commit. 2019年07月29日 16:31:37 +01:00
api_calls.c Initial commit. 2019年07月29日 16:31:37 +01:00
api_calls.h Initial commit. 2019年07月29日 16:31:37 +01:00
data.c Initial commit. 2019年07月29日 16:31:37 +01:00
data.h Initial commit. 2019年07月29日 16:31:37 +01:00
date_util.c Initial commit. 2019年07月29日 16:31:37 +01:00
date_util.h Initial commit. 2019年07月29日 16:31:37 +01:00
dirtnoise.c Initial commit. 2019年07月29日 16:31:37 +01:00
json.c Initial commit. 2019年07月29日 16:31:37 +01:00
json.h Initial commit. 2019年07月29日 16:31:37 +01:00
README.md Create README.md 2019年07月30日 14:56:25 +01:00
saw.c Initial commit. 2019年07月29日 16:31:37 +01:00
saw.h Initial commit. 2019年07月29日 16:31:37 +01:00
string_util.c Initial commit. 2019年07月29日 16:31:37 +01:00
string_util.h Initial commit. 2019年07月29日 16:31:37 +01:00

dirtnoise

Listen to how dirty the air is around you.

Dirtnoise is a small, non-serious, and hacky proof-of-concept that generates random saw waves based on the air quality of a specified location. It is a bit like an air-quality Geiger counter. The locations it takes as an argument are those found in the OpenAQ API.

Dirtnoise uses much of the code of the OpenAQ_CLI repo for its API-querying and parsing.

Libraries used are Jansson (for JSON parsing), Curl (HTTP requests), and PortAudio (sound API).