Dataset Viewer
Auto-converted to Parquet Duplicate
Search is not available for this dataset
fill_level
float64
0
1
0
0.000951
0.001903
0.002854
0.003806
0.004757
0.005709
0.00666
0.007612
0.008563
0.009515
0.010466
0.011418
0.012369
0.013321
0.014272
0.015224
0.016175
0.017127
0.018078
0.019029
0.019981
0.020932
0.021884
0.022835
0.023787
0.024738
0.02569
0.026641
0.027593
0.028544
0.029496
0.030447
0.031399
0.03235
0.033302
0.034253
0.035205
0.036156
0.037108
0.038059
0.03901
0.039962
0.040913
0.041865
0.042816
0.043768
0.044719
0.045671
0.046622
0.047574
0.048525
0.049477
0.050428
0.05138
0.052331
0.053283
0.054234
0.055186
0.056137
0.057088
0.05804
0.058991
0.059943
0.060894
0.061846
0.062797
0.063749
0.0647
0.065652
0.066603
0.067555
0.068506
0.069458
0.070409
0.071361
0.072312
0.073264
0.074215
0.075167
0.076118
0.077069
0.078021
0.078972
0.079924
0.080875
0.081827
0.082778
0.08373
0.084681
0.085633
0.086584
0.087536
0.088487
0.089439
0.09039
0.091342
0.092293
0.093245
0.094196
End of preview. Expand in Data Studio

YAML Metadata Warning: The task_categories "parameters-to-audio synthesis" is not in the official list: text-classification, token-classification, table-question-answering, question-answering, zero-shot-classification, translation, summarization, feature-extraction, text-generation, fill-mask, sentence-similarity, text-to-speech, text-to-audio, automatic-speech-recognition, audio-to-audio, audio-classification, audio-text-to-text, voice-activity-detection, depth-estimation, image-classification, object-detection, image-segmentation, text-to-image, image-to-text, image-to-image, image-to-video, unconditional-image-generation, video-classification, reinforcement-learning, robotics, tabular-classification, tabular-regression, tabular-to-text, table-to-text, multiple-choice, text-ranking, text-retrieval, time-series-forecasting, text-to-video, image-text-to-text, image-text-to-image, image-text-to-video, visual-question-answering, document-question-answering, zero-shot-image-classification, graph-ml, mask-generation, zero-shot-object-detection, text-to-3d, image-to-3d, image-feature-extraction, video-text-to-text, keypoint-detection, visual-document-retrieval, any-to-any, video-to-video, other

YAML Metadata Warning: The task_categories "parameter audio-classification" is not in the official list: text-classification, token-classification, table-question-answering, question-answering, zero-shot-classification, translation, summarization, feature-extraction, text-generation, fill-mask, sentence-similarity, text-to-speech, text-to-audio, automatic-speech-recognition, audio-to-audio, audio-classification, audio-text-to-text, voice-activity-detection, depth-estimation, image-classification, object-detection, image-segmentation, text-to-image, image-to-text, image-to-image, image-to-video, unconditional-image-generation, video-classification, reinforcement-learning, robotics, tabular-classification, tabular-regression, tabular-to-text, table-to-text, multiple-choice, text-ranking, text-retrieval, time-series-forecasting, text-to-video, image-text-to-text, image-text-to-image, image-text-to-video, visual-question-answering, document-question-answering, zero-shot-image-classification, graph-ml, mask-generation, zero-shot-object-detection, text-to-3d, image-to-3d, image-feature-extraction, video-text-to-text, keypoint-detection, visual-document-retrieval, any-to-any, video-to-video, other

Water Cup Filling Audio Dataset

Dataset Description

This dataset contains audio recordings (24kHz sr) of water being poured into cups, paired with temporal conditioning data that tracks the fill level over time (at 75 fps). Each audio file has a corresponding CSV file with synchronized fill level measurements.

The dataset is in a readable form (see parameters.json, and individual .csv parameter files).

Dataset Summary

  • Audio Format: 24kHz mono WAV files
  • Conditioning Format: CSV files with fill level values (0-1)
  • Conditioning Temporal Resolution: 75 frames per second
  • Domain: parametric sound synthesis
  • Total Examples: 25 train, 3 test

Use Cases

  • Training conditional audio generation models
  • Audio-to-parameter estimation
  • Physics-informed sound synthesis research
  • Temporal audio conditioning studies

Dataset Structure

File Organization

dataset/
β”œβ”€β”€ train/
β”‚   β”œβ”€β”€ Zoom_001.wav
β”‚   β”œβ”€β”€ Zoom_001.csv
β”‚   β”œβ”€β”€ Zoom_002.wav
β”‚   β”œβ”€β”€ Zoom_002.csv
β”‚   └── ...
β”œβ”€β”€ test/
β”‚   β”œβ”€β”€ Zoom_26.wav
β”‚   β”œβ”€β”€ Zoom_26.csv
β”‚   └── ...
└── parameters.json

File Formats

Audio Files (.wav)

  • Sampling Rate: 24,000 Hz
  • Channels: Mono (1 channel)
  • Bit Depth: 16-bit (typically)
  • Format: Standard WAV/PCM
  • Duration: Variable (roughly 15-20 seconds)

Conditioning Files (.csv)

Each CSV file contains a single column with the header matching the parameter name (e.g., fill_level):

fill_level
0.0
0.006711
0.013423
...
0.993289
1.0
  • Values: Float in range [0, 1]
    • 0.0 = Empty cup
    • 1.0 = Full cup
  • Sampling Rate: 75 frames per second
  • Frame Alignment: Synchronized with audio duration

Frame calculation: For an audio file of duration T seconds, the CSV will have ⌊T Γ— 75βŒ‹ rows.

Parameter Definition (parameters.json)

{
    "parameter_1": {
        "name": "fill_level",
        "type": "continuous",
        "unit": "[0,1]",
        "min": 0,
        "max": 1
    }
}

Data Splits

Split Files Description
train/ 25 pairs Training set
test/ 3 pairs Test set

Usage

Limitations

  • Limited to single cup (metalic) type
  • Recorded in controlled environment, may not generalize to noisy conditions

Ethical Considerations

This dataset contains synthesized/recorded audio of water sounds with no personal information, privacy concerns, or sensitive content. No water was harmed in creating this dataset.

Citation

If you use this dataset in your research, please cite:


License

This dataset is released under CC-BY-4.0 .

[If CC-BY-4.0]: You are free to share and adapt this dataset with proper attribution.

Contact

For questions or issues, please [open an issue on the repository / contact Lonce Wyse, lonce.acad@zwhome.org].

Downloads last month
65