eric-culm/reckon
Generate audio dreams
Run eric-culm/reckon with an API
Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.
Input schema
The fields you can use to run this model with an API. If you don't give a value for a field its default value will be used.
| Field | Type | Default value | Description |
|---|---|---|---|
| memories |
string
|
all
|
Type of sound memories that can occur in the dream (list of comma-divided items). Options: all, africanPercs, ambient1, buchla, buchla2, classical, classical2, guitarAcoustic, guitarBaroque, jazz, organ, percsWar, percussions, pianoChill, pianoDreamy, pianoSmooth, airport, birdsStreet, forest, library, mixed, office, rain, sea, train, wind
|
| length |
number
|
1
Min: 0.2 Max: 10 |
Approximate length of the dream (in minutes)
|
| depth |
number
|
0.5
Max: 1 |
Dream depth
|
| unconsciousness |
number
|
0.5
Max: 1 |
Unconsciousness level
|
| output_type |
None
|
mp3
|
Output format
|
{
"type": "object",
"title": "Input",
"properties": {
"depth": {
"type": "number",
"title": "Depth",
"default": 0.5,
"maximum": 1,
"minimum": 0,
"x-order": 2,
"description": "Dream depth"
},
"length": {
"type": "number",
"title": "Length",
"default": 1,
"maximum": 10,
"minimum": 0.2,
"x-order": 1,
"description": "Approximate length of the dream (in minutes)"
},
"memories": {
"type": "string",
"title": "Memories",
"default": "all",
"x-order": 0,
"description": "Type of sound memories that can occur in the dream (list of comma-divided items). Options: all, africanPercs, ambient1, buchla, buchla2, classical, classical2, guitarAcoustic, guitarBaroque, jazz, organ, percsWar, percussions, pianoChill, pianoDreamy, pianoSmooth, airport, birdsStreet, forest, library, mixed, office, rain, sea, train, wind"
},
"output_type": {
"enum": [
"wav",
"mp3"
],
"type": "string",
"title": "output_type",
"description": "Output format",
"default": "mp3",
"x-order": 4
},
"unconsciousness": {
"type": "number",
"title": "Unconsciousness",
"default": 0.5,
"maximum": 1,
"minimum": 0,
"x-order": 3,
"description": "Unconsciousness level"
}
}
}
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{
"type": "string",
"title": "Output",
"format": "uri"
}