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.

self.channels = int(stdout) ValueError: invalid literal for int() with base 10: b'' #30

Description

My code is this:

`import os
from pysndfx import AudioEffectsChain

inp = "/voiceit/flask/laughter.aac"
out = "/voiceit/flask/reverse.mp3"

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

fx(inp,out)`

The output in terminal is

Traceback (most recent call last): File "audiop.py", line 16, in <module> fx(inp,out) File "C:\Users\acer\AppData\Local\Programs\Python\Python37\lib\site-packages\pysndfx\dsp.py", line 368, in __call__ infile = FilePathInput(src) File "C:\Users\acer\AppData\Local\Programs\Python\Python37\lib\site-packages\pysndfx\sndfiles.py", line 32, in __init__ self.channels = int(stdout) ValueError: invalid literal for int() with base 10: b''

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