Brianna Rainey

Results 21 comments of Brianna Rainey

The fix for recreating the session model is still very needed. I have to fork this repo in order to do tests, or else I get errors from the test...

Pickle should work. You can use also use whatever serializer is currently configured with `app.session_interface.serializer` (but default value for this is the pickle module so it's the same thing) In...

It is possible to allow a certain command/script to be run as root without a password by editing the sudoers file with `sudo visudo`. Something like `myusername ALL = (root)...

Perhaps we should separate the encoder settings widget into its own file with a separate ui file, so it's easier to manage this complexity as more settings are added.

I separated 1 encoder pass into its own method, and tried adding a 2-pass encoding option based on @ardeaf's pull request #19 Branch here: https://github.com/djfun/audio-visualizer-python/tree/feat-2-pass-encoding _Note:_ the 2-pass encoding breaks...

Just tested and both bugs are present in the initial implementation (7946e98f222784e25ea9c6dc00713f431e238609).

I fixed stdout being eaten, using [this](https://stackoverflow.com/questions/6488275/terminal-text-becomes-invisible-after-terminating-subprocess) from SO. The progress bar issue continues to elude me. The encoding progress outputted by FFmpeg is accurate, so it's possible the best...

Wavemorph Soundmorph Wave Machine Scratchwave Untitled-Python

Seewave Pulse Soundwelle Decibel Wave Filler Creator

I updated the dependency list to reflect the `feature-newgui` change from Qt4 to Qt5. Specified `ffmpeg` as `ffmpeg 3.3` since older versions don't work.