Skip to content
This repository was archived by the owner on Feb 17, 2022. It is now read-only.
This repository was archived by the owner on Feb 17, 2022. It is now read-only.

[WinError 2] The system cannot find the file specified still happens #13

Description

@MRrollingJerry

I used the code in the tutorial:

from pysndfx import AudioEffectsChain

fx = (
    AudioEffectsChain()
    .highshelf()
    .reverb()
    .phaser()
    .delay()
    .lowshelf()
)

infile = 'C:/Users/user/Desktop/test\\000D3D330B1371EB.wav'
outfile = 'C:/Users/user/Desktop/test\\000D3D330B1371EB.wav'

fx(infile, outfile)

But the file can never be found.

pysndfx and fox are both up to date. It seems the error comes at the subprocess.Popen.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions