Skip to content

pyWinContext crashes when saving #3

Description

@CypherNL

When i'm saving my configuration, the program crashes. It gives the pyWinContext-32 doesn't work anymore error.
pywincontext-32_2018-07-16_18-43-06
(Note: The language in this picture is Dutch.)

It crashes in both direct edit mode as in file export mode.

I use the latest pre-compiled beta version (0.1.2).
My Windows version is Windows 10 Enterprise LTSB 2016 (1607).

Currently i use the program for Sox, a commandline program i use to downsample audio and generate spectral images to see if a lossless file is lossless or not can also be handy if the MP3 file is encoded with LAME or not.

The commands are as followed:

Name: 24bit to 16bit
Description: 24bit to 16bit audio

Command list:
MKDIR converted
FOR %%A IN (%*) DO sox %%A -G -b 16 "converted%%~nxA" rate -v -L dither

Filetypes: flac and wav

Name: Downsample to 48kHz
Description: For 96kHz audio files

Command list:
MKDIR converted
FOR %%A IN (%*) DO sox %%A -G -b 16 "converted%%~nxA" rate -v -L 48000 dither

Filetypes: flac and wav

Name: Spectrogram
Description: Lets see you if the quallity is good

Command list:
FOR %%A IN (%*) DO sox %%A -n spectrogram -x 2000 -Y 2050 -o "%%~nA.png"

Filetypes: flac, mp3 and wav

Activity

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions