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

Using byte arrays and/or input streams during encoding #252

Open
JoeBerg8 opened this issue Dec 29, 2023 · 0 comments
Open

Using byte arrays and/or input streams during encoding #252

JoeBerg8 opened this issue Dec 29, 2023 · 0 comments

Comments

@JoeBerg8
Copy link

JoeBerg8 commented Dec 29, 2023

Just getting familiar with this library (and audio/video processing in general). Apologies if I'm misusing any terminology.

I have audio content originally an .aac stored in my database as a byte[] and need to convert it to .wav. It looks like conversion can be done easily using java.nio.Files as shown in the readme.

My question is - is it possible to use this library to convert without using files? I don't have access to the filesystem and would love to not have to go that route and instead convert my byte[] to an InputStream and then feed that to jave.

If not possible, would you consider adding this functionality to jave?

Many thanks. Great looking project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant