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
I am working on a project with 16 bit audio data and I would like to change the subtype of the soundfile write function. Could you please expose this in the scaper class init?
I am working on a project with 16 bit audio data and I would like to change the subtype of the soundfile write function. Could you please expose this in the scaper class init?
soundfile.write(audio_path, soundscape_audio, self.sr,
subtype='PCM_32')
Thanks
The text was updated successfully, but these errors were encountered: