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
torchaudio.io.StreamWriter makes it easy to supply the format dynamically, but it is not possible to supply the map parameter.
This would be very useful so that we can define our encoders in torchaudio and add options for raw or complete audio encoding
Motivation, pitch
This is very useful for conversational AI and audio streaming.
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
🚀 The feature
FFmpeg makes it easy to write raw audio data without any headers. For example for opus encoding, it looks something like this:
torchaudio.io.StreamWriter makes it easy to supply the format dynamically, but it is not possible to supply the map parameter.
This would be very useful so that we can define our encoders in torchaudio and add options for raw or complete audio encoding
Motivation, pitch
This is very useful for conversational AI and audio streaming.
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: