You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Need to address current limitations of Audio Service streamingL
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.sourceType
-- you can stream fromsample
orsampleArray
table, by default it issample
.The idea is to store that data into the table so it can be accessed by the service.
The text was updated successfully, but these errors were encountered: