Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix streaming values #5

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ITA_streaming_and_download_di_Musica.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ I CD e i dischi in vinile siano un'ovvia fonte di inquinamento da plastica. Sebb

Quanti dati richiede lo streaming?
Le diverse piattaforme hanno qualità di streaming diverse. Ad esempio, Spotify offre seervizi che vanno da 24 kbps (gratuito) e 320 kbps (premium), mentre Apple Music trasmette a 256 kbps. L'utilizzo approssimativo dei dati è il seguente:
- 24 kbps = 90 MB per ora
- 256 kbps = 1 GB per ora
- 320 kbps = 1.2 GB per ora
- 24 kbps = 10.5 MB per ora
- 256 kbps = 112.5 MB per ora
- 320 kbps = 140.6 MB per ora

Per il calcolo delle emissioni di CO2, consigliamo l'articolo sulla videoconferenza in questa wiki. In breve, un GB di dati corrisponde tendenzialmente a 0,015 kWh. In Germania, tale consumo si tradurrebbe in circa 0,0091 kg di CO2e. Si tenga presente che questo conto si applica solo all'impatto ambientale immediato per il consumatore e non per il fornitore di servizi.

Expand Down
6 changes: 3 additions & 3 deletions streaming_and_download.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ While CD and vinyl records are an obvious source of plastic pollution, the envir

How much data does streaming take?
The different platforms have different streaming qualities with Spotify ranging between 24 kbps (free) and 320 kbps (premium), while Apple Music streams at 256 kbps. The approximate data usage is as follows:
- 24 kbps = 90 MB per hour
- 256 kbps = 1 GB per hour
- 320 kbps = 1.2 GB per hour
- 24 kbps = 10.5 MB per hour
- 256 kbps = 112.5 MB per hour
- 320 kbps = 140.6 MB per hour

For calculating the CO2 emissions, see the article on videoconferencing in the NIME eco repository, where it is suggested that one GB of data amounts to 0.015 kWh, which, in Germany, would translate to roughly 0.0091 kg of CO2e. Take note, that this only applies to the immediate environmental impact on the consumer's end and not on the service provider's end.

Expand Down