Skip to content

Add support for native Linux and MacOS wavtools#1618

Open
atouu wants to merge 5 commits into
openutau:masterfrom
atouu:unix-native-tools
Open

Add support for native Linux and MacOS wavtools#1618
atouu wants to merge 5 commits into
openutau:masterfrom
atouu:unix-native-tools

Conversation

@atouu

@atouu atouu commented Jul 21, 2025

Copy link
Copy Markdown
Member

After #1571, classic renderer no longer parse wavtool wrappers to generate temporary batch scripts; therefore, we can directly call native Linux and MacOS wavtools now.

Demo using wavtool-yawu (wavtool-pl also works):

ssr-2025-07-21_13.36.01.mp4

Extra:

  • Call native Linux/MacOS resamplers directly when using Windows wavtools (similar to worldline).
ssr-2025-07-21_13.41.30.mp4

internal class ExeResampler : IResampler {
public string Name { get; private set; }
public string FilePath { get; private set; }
public bool CallDirectly { get; private set; }

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't this equivalent to not useWine?

@linux-leo

Copy link
Copy Markdown

bumping because I'd love to see this merged.

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

Successfully merging this pull request may close these issues.

3 participants