Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8183051
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T01:02:37+00:00 2026-06-07T01:02:37+00:00

I am trying to compile the SoundTouch lib with Android NDK. I got some

  • 0

I am trying to compile the SoundTouch lib with Android NDK. I got some instruction from Here to compile this lib in android.

But when I try to compile it with ndk-build command it show errors in various source files of SoundTouch lib something like this: enter image description here

I tried to Switch off exception handling as mentioned in the instructions but it doesn’t seems to work.

I copied all the files from SoundTouch source to JNI folder of my project. Here is my android.mk file :

LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)

LOCAL_CFLAGS :- -frtti -fexceptions

LOCAL_SRC_FILES := AAFilter.cpp BPMDetect.cpp cpu_detect_x86.cpp FIFOSampleBuffer.cpp FIRFilter.cpp main.cpp mmx_optimized.cpp PeakFinder.cpp RateTransposer.cpp RunParameters.cpp SoundTouch.cpp sse_optimized.cpp TDStretch.cpp WavFile.cpp

LOCAL_LDLIBS := -lpcap

LOCAL_MODULE := libSoundTouch

LOCAL_C_INCLUDES := BPMDetect.h FIFOSampleBuffer.h FIFOSamplePipe.h SoundTouch.h STTypes.h

include $(BUILD_SHARED_LIBRARY)

Can anyone please help me to compile and use SoundTouch lib on android?

UPDATE :

I changed my android.mk file as below

LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)

LOCAL_CPP_FEATURES += -fno-exceptions

LOCAL_SRC_FILES := \
     SoundTouch/AAFilter.cpp \
     SoundTouch/BPMDetect.cpp \
     SoundTouch/cpu_detect_x86.cpp\
      SoundTouch/FIFOSampleBuffer.cpp \
      SoundTouch/FIRFilter.cpp \
      SoundTouch/mmx_optimized.cpp \
      SoundTouch/PeakFinder.cpp \
      SoundTouch/RateTransposer.cpp \
      SoundTouch/SoundTouch.cpp \
      SoundTouch/sse_optimized.cpp \
      SoundTouch/TDStretch.cpp 

LOCAL_MODULE := libSoundTouch

LOCAL_C_INCLUDES := include/BPMDetect.h include/FIFOSampleBuffer.h include/FIFOSamplePipe.h include/SoundTouch.h include/STTypes.h

include $(BUILD_SHARED_LIBRARY)

And now its working all fine. Thank you

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T01:02:39+00:00Added an answer on June 7, 2026 at 1:02 am

    I have successfully compiled by changing my android.mk file :

    here is my android.mk file

    include $(CLEAR_VARS)
    LOCAL_PATH:= $(call my-dir)
    
    LOCAL_CPP_FEATURES += -fno-exceptions
    
    LOCAL_SRC_FILES := \
         SoundTouch/AAFilter.cpp \
         SoundTouch/BPMDetect.cpp \
         SoundTouch/cpu_detect_x86.cpp\
          SoundTouch/FIFOSampleBuffer.cpp \
          SoundTouch/FIRFilter.cpp \
          SoundTouch/mmx_optimized.cpp \
          SoundTouch/PeakFinder.cpp \
          SoundTouch/RateTransposer.cpp \
          SoundTouch/SoundTouch.cpp \
          SoundTouch/sse_optimized.cpp \
          SoundTouch/TDStretch.cpp 
    
    LOCAL_MODULE := libSoundTouch
    
    LOCAL_C_INCLUDES := include/BPMDetect.h include/FIFOSampleBuffer.h include/FIFOSamplePipe.h include/SoundTouch.h include/STTypes.h
    
    include $(BUILD_SHARED_LIBRARY)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to compile fastboot for Android using this guide , but I'm getting
Was trying to compile some code from this SO question and run into this
I am trying to compile some C++ code from the Festival project. When I
Trying to compile a Web Project here but I keep on getting package does
Just trying to compile some trivial Haskell, but its not finding the c runtimes,
I am trying to compile the newly released Doom 3 source code, but got
I am trying to compile some programs from source and use MinGW to compile
Trying to compile a iPhone/iPad application with SDK3.2 and am getting this error: Undefined
When trying to compile this code: #include <iostream> #include <vector> using namespace std; class
While trying to compile my project, that uses some third party headers, with mingw

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.