All Projects → 3ll3d00d → beqdesigner

3ll3d00d / beqdesigner

Licence: MIT License
No description or website provided.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to beqdesigner

Madmom
Python audio and music signal processing library
Stars: ✭ 728 (+4753.33%)
Mutual labels:  signal-processing, audio-analysis
spafe
🔉 spafe: Simplified Python Audio Features Extraction
Stars: ✭ 310 (+1966.67%)
Mutual labels:  signal-processing, audio-analysis
mdct
A fast MDCT implementation using SciPy and FFTs
Stars: ✭ 42 (+180%)
Mutual labels:  signal-processing, audio-analysis
meyda-rs
This may become an audio feature extraction library for Rust.
Stars: ✭ 15 (+0%)
Mutual labels:  audio-analysis
cmmk ctrl
Qt based RGB control application for MasterKeys devices
Stars: ✭ 24 (+60%)
Mutual labels:  qt5
filter-c
Elegant Butterworth and Chebyshev filter implemented in C, with float/double precision support. Works well on many platforms. You can also use this package in C++ and bridge to many other languages for good performance.
Stars: ✭ 56 (+273.33%)
Mutual labels:  signal-processing
Front-End
Federated Learning based Deep Learning. Docs: https://fets-ai.github.io/Front-End/
Stars: ✭ 35 (+133.33%)
Mutual labels:  qt5
filtering-stft-and-laplace-transform
Simple demo of filtering signal with an LPF and plotting its Short-Time Fourier Transform (STFT) and Laplace transform, in Python.
Stars: ✭ 50 (+233.33%)
Mutual labels:  signal-processing
openfluid
OpenFLUID framework and applications
Stars: ✭ 19 (+26.67%)
Mutual labels:  qt5
touchockey
QtQuick2 hockey game using mobile browsers as game controller
Stars: ✭ 22 (+46.67%)
Mutual labels:  qt5
tenplayer
Modern Music Player for Linux
Stars: ✭ 18 (+20%)
Mutual labels:  qt5
AudioProcessing-toolbox
extract the time domain or frequent domain features from wav format audio
Stars: ✭ 26 (+73.33%)
Mutual labels:  signal-processing
qt mysql driver
Typical symptom: QMYSQL driver not loaded -> get pre-built Qt SQL driver plug-in required to connect QSqlDatabase to MySQL / MariaDB with QSqlDatabase::addDatabase("QMYSQL"). Download qsqlmysql.dll binaries built from official Qt source code
Stars: ✭ 102 (+580%)
Mutual labels:  qt5
RpiANC
Active Noise Control on Raspberry Pi
Stars: ✭ 49 (+226.67%)
Mutual labels:  signal-processing
asn1scc.IDE
Qt Creator plugin for asn1scc - ASN.1/ACN compiler for embedded systems
Stars: ✭ 15 (+0%)
Mutual labels:  qt5
deepcurator
A convolutional neural network trained to recognize good* electronic music
Stars: ✭ 38 (+153.33%)
Mutual labels:  audio-analysis
openViVi
open source version of ViVi text editor
Stars: ✭ 48 (+220%)
Mutual labels:  qt5
capture3
C++ research project to learn more about cameras, image processing, color spaces, OpenCV and multi‑threading.
Stars: ✭ 17 (+13.33%)
Mutual labels:  qt5
pymadcad
Simple yet powerful CAD (Computer Aided Design) library, written with Python.
Stars: ✭ 63 (+320%)
Mutual labels:  qt5
xyz-qgis-plugin
Plugin for QGIS to connect to the HERE XYZ Hub API
Stars: ✭ 22 (+46.67%)
Mutual labels:  qt5

Build Status

Developer Setup

Windows

Install Anaconda then

conda create -n beq numpy scipy qtpy mkl==2018.0.2 qtawesome pytest pytest-cov sortedcontainers pillow requests
activate beq
python -m pip install --upgrade pip
pip install pyqt5 matplotlib ffmpeg-python soundfile resampy pyqtgraph pyinstaller semver dulwich

Note that pyinstaller must be >=4.0 and pyqt5 must be from pypi because of the issue noted in the pyinstaller release notes

Linux/OSX

Assuming pipenv and python3.8 is installed

pipenv install

Release

Hack ffmpeg-python (on Windows only)

    stdin_stream = subprocess.PIPE
  • in _probe.py
    p = subprocess.Popen(args, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE)

Exe

to create an exe

pyinstaller --clean --log-level=WARN -F for_exe.spec

produces

dist/beqdesigner.exe

Installer

to create an installer

pyinstaller --clean --log-level=WARN -D for_nsis.spec

produces

dist/beqdesigner/*    

to create an installer

makensis src\main\nsis\Installer.nsi
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].