Is your feature request related to a problem? Please describe.
Sending params to endpoints that cannot receive said parameters on audio related endpoints from client audio functions.
Describe the solution you'd like
Essentially, each function should have it's own version of parameters to avoid sending params to endpoints that cannot receive said parameters.
Separate the client audio related functions aka translation and transcription into their own separate function signatures.
Each function should then have their own parameters to pass in instead of the generic AudioRequest one.
Is your feature request related to a problem? Please describe.
Sending params to endpoints that cannot receive said parameters on audio related endpoints from client audio functions.
Describe the solution you'd like
Essentially, each function should have it's own version of parameters to avoid sending params to endpoints that cannot receive said parameters.
Separate the client audio related functions aka translation and transcription into their own separate function signatures.
Each function should then have their own parameters to pass in instead of the generic AudioRequest one.