Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

  • ed67b45
  • /
  • data_pipeline_conf.json
Raw File Download

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
content badge
swh:1:cnt:bf80b069960fb8e913f25fd4ff071e4516209d1f
directory badge
swh:1:dir:ed67b4525bb89767e33f4790542af6a001ed59c5

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • content
  • directory
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
data_pipeline_conf.json
{
    "base_path": "../data",
    "processed_data_path": "processed_v2",
    "save_trimmed_audio": true,
    "save_trimmed_animation": true,
    "save_normalized_animations": false,
    "save_final_data": true,
    "info_filename": "info_Short.csv",
    "audio_conf": {
        "pre_emphasis": false,
        "pre_emph_coeff": 0.97,
        "centered": true,
        "real_amplitude": true,
        "normalize_mel_bins": true,
        "normalize_range": true,
        "min_clipping": 1e-05,
        "sampling_rate": 16000,
        "mel_fmin": 20,
        "mel_fmax": 7600,
        "n_mel_channels": 80,
        "filter_length": 800,
        "hop_length": 200,
        "resample_method": "linear",
        "normalize_loudness": true
    },
    "audio_feature_type": [
        "mel_spec",
        "energy"
    ],
    "visualize_spectrogram": false,
    "visualize_gaze": false,
    "len_ratios": [
        0.9,
        1.0
    ]
}

back to top

Software Heritage — Copyright (C) 2015–2026, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API