Questions tagged [soundtouch]

An open-source audio processing library for changing the Tempo, Pitch and Playback Rates of audio streams or audio files

46 questions
0
votes
1 answer

Integrate soundtouch library in Android Studio project

I am trying to integrate soundtouch library for change in pitch and playback rate of wav audio file. But when i add it in the project the an error arising which is given belo Information:Gradle tasks…
0
votes
1 answer

C# Example for NAudio WaveIn with SoundTouch BPMDetect

does anybody have an example how to use the BPMDetect class with naudio WaveIn? I'm alwys getting 0 BPM. This is what i have so far: const int ConstWaveInSampleRate = 44100; private BufferedWaveProvider bufferedWaveProvider; …
Thies
  • 1
  • 5
0
votes
1 answer

cannot use namespace and cannot include standard C++ library in my .h files

i'm using C++ Audio processing library for my Swift project from https://www.surina.net/soundtouch/sourcecode.html I have also included those cpp file in my compile sources in Projects-targets-build phases. When i try to import all of library…
calvin sugianto
  • 610
  • 7
  • 27
0
votes
1 answer

SoundTouch compilation with Xcode?

I'm trying to compile SoundTouch Framework in my Xcode project, but I have no clue of what I'm doing to be honest. Does anyone have any instructions? What I've done so far Running ./bootstrap gives me the following output autoreconf: Entering…
vaid
  • 1,390
  • 12
  • 33
0
votes
1 answer

Bose Soundtouch 30II connect with Google Assistant

I'm using Google Home and Google Chromecast Audio to play Google Play Music or Spotify on my Soundtouch 30 II. It's working fine but I got ONE BIG PROBLEM. I always have to turn my Soundtouch with the remote or the Soundtouch App on to hear the…
0
votes
1 answer

Android NDK - Error while compiling library

I found this library which is called SoundTouch-Android. I copied the jni and the armeabi-v7a folder into my project. after going to the jni folder in terminal I typed: export ANDROID_NDK=~/daniele/Android/Sdk/ndk-bundle export…
Daniele
  • 4,163
  • 7
  • 44
  • 95
0
votes
1 answer

Compiling C++ with Soundtouch

I am trying to write an application in C++ that uses soundtouch libraries. I am unable to figure out what library to use to link it with. Specifically, I am using SoundTouch.h. I have this code compiled in C as well. The library I used then was…
Sriram
  • 10,298
  • 21
  • 83
  • 136
0
votes
0 answers

Does SoundTouch use C on Windows and C++ on Linux?

I'm trying to integrate SoundTouch (https://www.surina.net/soundtouch/) as a shared library into a cross-platform Qt app. The version in the Ubuntu repos seems to provide a C++ interface like this: this->soundTouchHandle = new…
Nick W.
  • 1,050
  • 2
  • 9
  • 21
0
votes
0 answers

SoundTouch library messes up the ending when pitch-shifting

I'm using the SoundTouch library to pitch-shift some audio files. Everything works well, except the last few hundred milliseconds of the new audio file are not like the original file. Here is the original file: And here's what I get after…
Stefan Dimeski
  • 438
  • 4
  • 16
0
votes
1 answer

SoundTouchNet DLL processor architecture mismatch

I have a windows forms application which uses SoundTouchNet dll. I am facing this warning during build time: Warning 1 There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the…
human torch
  • 303
  • 5
  • 15
0
votes
1 answer

Yum Installed Package But I Cant Find It

First off please dont instantly down vote as i am not experienced with building and running distributions via the command line its all foreign to me i am learning. I have a server running on Centos 6 and i am trying to download and install a library…
user1503606
  • 3,872
  • 13
  • 44
  • 78
0
votes
2 answers

save console output of programm to file - not simplte 2>&1

i want to analyze multiple mp3 files and get the bpm of the files. Therefore i'm using soundstretch. At first i'm converting the mp3 files using sox sox -t mp3 -r 44100 -c 2 file.mp3 -t wav file3.wav after this i want to analyze the track with…
simon
  • 3,378
  • 2
  • 22
  • 32
0
votes
1 answer

jni SAMPLETYPE to jbyteArray

I get an error at the return line. My code: extern "C" DLL_PUBLIC jbyteArray Java_com_ngochoang_playerdemo_AudioNativeLib_navProcessBytes(JNIEnv *env, jobject thiz, jbyteArray data, jint size) { LOGV("JNI call soundtouch.navProcessBytes"); …
mmdc
  • 1,677
  • 3
  • 20
  • 32
0
votes
1 answer

Soundtouch library compile issue

I am trying to compile Soundtouch library with Android NDK. I successfully installed Cygwin and SWIG required for Soundtouch library. When I try to run ndk-build.cmd, i am getting an error jni/soundtouch/wrapper_wrap.cpp: In function 'void…
0
votes
1 answer

SoundTouch and QuickSeek setting

When I change tempo in Audacity (sound application) - it modifies test.wav very fast (1 sec). Now when I process same file in my application, it takes 27 seconds. I call soundtouch.dll functions via interop. When I apply QuickSeek, it take same…
apocalypse
  • 5,764
  • 9
  • 47
  • 95