Skip to content
#

audio-processing

Here are 1,346 public repositories matching this topic...

pkaske
pkaske commented Dec 29, 2020

I figured out a way to get the (x,y,z) data points for each frame from one hand previously. but im not sure how to do that for the new holistic model that they released. I am trying to get the all landmark data points for both hands as well as parts of the chest and face. does anyone know how to extract the holistic landmark data/print it to a text file? or at least give me some directions as to h

good first issue type:research solution:holistic stat:awaiting googler
tenacity
fitojb
fitojb commented Sep 14, 2021

Guidelines

  • I have read the guidelines.

Version/Commit hash

trunk

Describe the bug.

Look at the screenshot in #618:

133133285-8a8c3e5f-1b14-4118-b0eb-0b9b8c6fcd8e

I’ve highlighted the areas that use a font other than SF UI.

Expected behavior

The whole interface

bug help wanted good first issue design
pedalboard
jmidt
jmidt commented Aug 19, 2019

We need some good graphics for the main sampler screen. This is where you can do rudimentary editing of the samples that are played in the sequencer.
There are two screens. The main screen with the controls:

  • Volume (this one may be changed later)
  • Speed (Playspeed. The sample also pitches up or down)
  • Filter (in the middle the sound is unchanged, away from center it engages either hi-pass
xvdp
xvdp commented May 3, 2022

🚀 The feature

Cache PitchShift Resample kernel to improve speed of this transform on second usage.

Motivation, pitch

In porting some augmentation code from librosa to torchaudio, I noticed that PitchShift() and Resample() are slower than librosa in CPU.

In the case of transforms.Resample(), this changes on second run as the kernel is cached. But PitchShift does no such cach

Improve this page

Add a description, image, and links to the audio-processing 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 audio-processing topic, visit your repo's landing page and select "manage topics."

Learn more