Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support m4a format in torchaudio #1453

Closed
vincentqb opened this issue Apr 13, 2021 · 3 comments
Closed

Support m4a format in torchaudio #1453

vincentqb opened this issue Apr 13, 2021 · 3 comments
Projects

Comments

@vincentqb
Copy link
Contributor

vincentqb commented Apr 13, 2021

We would like to support m4a format directly in torchaudio.

  • This is the format used in the VoxCeleb2 dataset.
  • It is supported by ffmpeg.

cc #104, @mravanelli

@vincentqb vincentqb changed the title m4a Support m4a format in torchaudio Apr 13, 2021
@mthrok mthrok added this to Issues in I/O Aug 4, 2021
@mthrok mthrok closed this as completed Jul 29, 2022
@faroit
Copy link
Contributor

faroit commented Jul 30, 2022

@vincentqb Without having looked at the ffmpeg io module... does it support multiple streams? If no, can this be supported?

See https://github.com/faroit/stempeg

@mthrok
Copy link
Collaborator

mthrok commented Jul 30, 2022

It does. You can map pick/duplicates source streams into arbitral combinations of output streams.

https://pytorch.org/audio/stable/tutorials/streaming_api_tutorial.html#example

@faroit
Copy link
Contributor

faroit commented Jul 30, 2022

It does. You can map pick/duplicates source streams into arbitral combinations of output streams.

https://pytorch.org/audio/stable/tutorials/streaming_api_tutorial.html#example

Oh that's cool. I can finally retire stempeg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
I/O
Issues
Development

No branches or pull requests

3 participants