The Wayback Machine - https://web.archive.org/web/20200715094706/https://github.com/topics/dsp
Skip to content
#

dsp

Here are 725 public repositories matching this topic...

librosa
bmcfee
bmcfee commented Apr 29, 2019

Description

STFT allocates an output buffer, but sometimes you might want to have it compute directly into an existing buffer. For example, in griffin-lim, the method alternates stft/istft for each iterate, which is then discarded. It would be better if we could give it an out= variable, which it would use instead of allocating a new buffer; this way, we could cut down on redundant mem

essentia
caiotelles
caiotelles commented Sep 23, 2016

I would like to propose the below adjustments to the installation guide.

Building on Debian-based distros

git clone git://github.com/jgaeddert/liquid-dsp.git
cd liquid-dsp
./bootstrap.sh
./configure
make
sudo make install
cd ..
sudo apt-get install qt5-default libfftw3-dev cmake pkg-config
mkdir build
cd build
cmake ..
cd ..
make
sudo make install

Tks

gavv
gavv commented Jan 13, 2020
  • Features. Update page. Among other things, add audio backends and formats.
  • Upgrading. Add new "Upgrading" section. Provide instruction for upgrading from 0.1 to 0.2 (URIs, options, API).
  • Network protocols. Add "Formats" section with links to RFCs for URIs (base, file, network) and SDP. Add RTCP and RTSP to the "Protocols" section.
  • Data flow. Update "sender pipeli
charlesreid1
charlesreid1 commented Jun 21, 2019

Expected behavior

Readme or installer or website does not mention where amsynth is installed to when users run the automatic packaged installer. I cannot find it.

Actual behavior

Running the Mac .pkg installer works, the installer completes successfully. However, I can't find the amsynth binary. There is no binary amsynth in /Applications or in home directory or in /usr or

Improve this page

Add a description, image, and links to the dsp topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dsp topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.