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

[Feature Request] Batch WAV Export #187

Open
jadasse opened this issue Jan 31, 2023 · 8 comments
Open

[Feature Request] Batch WAV Export #187

jadasse opened this issue Jan 31, 2023 · 8 comments

Comments

@jadasse
Copy link

jadasse commented Jan 31, 2023

Can FamiStudio have the feature to export all songs within a document instead of one at a time? They can all have the same exporting settings

@BleuBleu
Copy link
Owner

What export format are we talking about. Please when you open issues, be specific, otherwise ill just ignore them.

@jadasse
Copy link
Author

jadasse commented Jan 31, 2023

Would it matter what format to export? If so, WAV files because they're more natural, in my opinion.

@BleuBleu
Copy link
Owner

Yeah it does, because some formats (NSF, ROM, FamiStudio text, etc.) supports it. It is currently not supported for WAV/MP3, you could use the command line to do a batch export as a workaround.

-Mat

@jadasse
Copy link
Author

jadasse commented Jan 31, 2023

Yeah it does, because some formats (NSF, ROM, FamiStudio text, etc.) supports it. It is currently not supported for WAV/MP3, you could use the command line to do a batch export as a workaround.

-Mat

OK

@jadasse jadasse closed this as completed Jan 31, 2023
@jadasse
Copy link
Author

jadasse commented Jan 31, 2023

Are there specific settings for that within FamiStudio, or is it the same "for %i in (name.ext) do famistudio" type?

@BleuBleu
Copy link
Owner

Could you try something like this? Of course a loop would be nicer.

FamiStudio.exe "Demo Songs\Nice.fms" wav-export song0.wav -export-song:0 -wav-export-rate:48000
FamiStudio.exe "Demo Songs\Nice.fms" wav-export song1.wav -export-song:1 -wav-export-rate:48000
FamiStudio.exe "Demo Songs\Nice.fms" wav-export song2.wav -export-song:2 -wav-export-rate:48000
FamiStudio.exe "Demo Songs\Nice.fms" wav-export song3.wav -export-song:3 -wav-export-rate:48000
FamiStudio.exe "Demo Songs\Nice.fms" wav-export song4.wav -export-song:4 -wav-export-rate:48000

@BleuBleu BleuBleu reopened this Jan 31, 2023
@jadasse jadasse closed this as completed Jan 31, 2023
@BleuBleu BleuBleu reopened this Jan 31, 2023
@BleuBleu
Copy link
Owner

Ill keep it open since this is a legitimate request. :)

@jadasse
Copy link
Author

jadasse commented Jan 31, 2023

Ill keep it open since this is a legitimate request. :)

OK

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

2 participants