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
For the inDialog.PlaybackCreate().Play (audio/wav), We have a bunch of existing prompts I want to use, I'm having a hard time finding where the settings for that player are the error on pb.Play wav file bitdepth=8 does not match expected=16, I'm poking around to see if I can find any relative setting that I'm able to change.
The text was updated successfully, but these errors were encountered:
Hi @shanehughes1990 . If you are getting this error than yes, only 16bit is supported.
Of course we can speak more about adding support for resampling but it will be some effort and time.
Resampling can be bit and sample rate.
As for settings there is none, playback reads your wav file and if it can encode it will play it.
emiago
changed the title
How to set playback wav settings
How to set playback wav settings (Add resampling support)
Nov 17, 2024
Hi @shanehughes1990, yes, but I suggest for now to collaborate to share knowledge and prevent conflicts. Not all code I moved public. I have already used resampling from some other libs, so we can see.
For the inDialog.PlaybackCreate().Play (audio/wav), We have a bunch of existing prompts I want to use, I'm having a hard time finding where the settings for that player are the error on pb.Play
wav file bitdepth=8 does not match expected=16
, I'm poking around to see if I can find any relative setting that I'm able to change.The text was updated successfully, but these errors were encountered: