Skip to content

Commit

Permalink
turn off floating point extension
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-armstrong committed Nov 20, 2016
1 parent ca0b13a commit 5c45144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quiet/src/main/jni/quiet-jni.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ static const unsigned int num_playback_channels = 2;
static const unsigned int num_record_channels = 2;

#if defined(SL_ANDROID_PCM_REPRESENTATION_FLOAT)
#define QUIET_JNI_USE_FLOAT 1
#define QUIET_JNI_USE_FLOAT 0
typedef float opensl_sample_t;
#else
typedef int16_t opensl_sample_t;
Expand Down

0 comments on commit 5c45144

Please sign in to comment.