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

[HTTP] Audio Service #62

Closed
asubb opened this issue May 26, 2020 · 0 comments
Closed

[HTTP] Audio Service #62

asubb opened this issue May 26, 2020 · 0 comments
Assignees
Labels
bug Something isn't working http refactoring

Comments

@asubb
Copy link
Member

asubb commented May 26, 2020

Need to address current limitations of Audio Service streamingL

  • You need to specify sampleRate explicitly if it is different from 44100Hz. It should be the same the data is being stored into the table, otherwise it won't be converted automatically and you'll get data reproduced on higher or lower rate as format needs to define that value.
  • The table type doesn't contain currently the type of data it is keeping, so you need to define it explicitly. Parameter sourceType -- you can stream from sample or sampleArray table, by default it is sample.

The idea is to store that data into the table so it can be accessed by the service.

@asubb asubb added bug Something isn't working refactoring http labels May 26, 2020
@asubb asubb self-assigned this Jun 6, 2020
asubb added a commit that referenced this issue Jun 6, 2020
…ire some parameters (sampleRate, sourceType) which can be inferred from the table itself. ]
@asubb asubb closed this as completed Jun 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working http refactoring
Projects
None yet
Development

No branches or pull requests

1 participant