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

Sound browsing #4

Open
altaitai opened this issue Jun 2, 2021 · 0 comments
Open

Sound browsing #4

altaitai opened this issue Jun 2, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@altaitai
Copy link
Owner

altaitai commented Jun 2, 2021

  • API: POST /browse
  • Request body:
{
  "name": "snare",
  "tags": "warm",
  "user": "altaitai"
}
  • Response body:
[
  {
    "id": "46e7d216-d022-4990-90d1-42ea0e35fffb",
    "name": "Snare Hall 1",
    "user": "altaitai",
    "tags": ["snare", "percussion", "one-shot", "roomy", "warm", "snappy"]
  },
  ...
]
  • API: GET /waveform/{id} returns specific wav file
@altaitai altaitai self-assigned this Jun 2, 2021
@altaitai altaitai added the enhancement New feature or request label Jun 2, 2021
@altaitai altaitai added this to the v1.0.0 milestone Jun 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant