73 lines
2.2 KiB
JSON
73 lines
2.2 KiB
JSON
{
|
|
"samples": [
|
|
{
|
|
"id": "sample-podcast",
|
|
"name": "sample-podcast.mp3",
|
|
"title": "Podcast Sample",
|
|
"description": "A short podcast excerpt with mild profanity for demonstration",
|
|
"duration": "00:00:15",
|
|
"format": "mp3",
|
|
"size": "480KB",
|
|
"expectedResults": {
|
|
"wordsDetected": 3,
|
|
"severityBreakdown": {
|
|
"low": 2,
|
|
"medium": 1,
|
|
"high": 0
|
|
},
|
|
"categories": ["profanity", "inappropriate"]
|
|
},
|
|
"transcriptPreview": "This is a sample audio file with some [EXPLICIT] words for testing the censorship system.",
|
|
"useCase": "General content moderation"
|
|
},
|
|
{
|
|
"id": "sample-music",
|
|
"name": "sample-music.mp3",
|
|
"title": "Music Sample",
|
|
"description": "Music track with explicit lyrics for testing",
|
|
"duration": "00:00:20",
|
|
"format": "mp3",
|
|
"size": "640KB",
|
|
"expectedResults": {
|
|
"wordsDetected": 5,
|
|
"severityBreakdown": {
|
|
"low": 1,
|
|
"medium": 2,
|
|
"high": 2
|
|
},
|
|
"categories": ["profanity", "slur"]
|
|
},
|
|
"transcriptPreview": "Music lyrics containing various [EXPLICIT] terms of different severity levels.",
|
|
"useCase": "Music content filtering"
|
|
},
|
|
{
|
|
"id": "sample-speech",
|
|
"name": "sample-speech.mp3",
|
|
"title": "Speech Sample",
|
|
"description": "Speech audio with various word types for comprehensive testing",
|
|
"duration": "00:00:25",
|
|
"format": "mp3",
|
|
"size": "800KB",
|
|
"expectedResults": {
|
|
"wordsDetected": 7,
|
|
"severityBreakdown": {
|
|
"low": 3,
|
|
"medium": 3,
|
|
"high": 1
|
|
},
|
|
"categories": ["profanity", "inappropriate", "custom"]
|
|
},
|
|
"transcriptPreview": "A speech sample containing different types of [EXPLICIT] content for testing purposes.",
|
|
"useCase": "Speech and presentation cleaning"
|
|
}
|
|
],
|
|
"metadata": {
|
|
"version": "1.0.0",
|
|
"created": "2025-01-19",
|
|
"description": "Sample audio files for Clean-Tracks onboarding and testing",
|
|
"totalSamples": 3,
|
|
"formats": ["mp3"],
|
|
"maxSize": "800KB",
|
|
"totalDuration": "00:01:00"
|
|
}
|
|
} |