Tim Su
Tim Su
Hi there! Unfortunately, aac-enc was built in a pre-gradle world. There needs to be some work done to modernize the build system in order to get it to work as...
I'm not too familiar with the AAC encoding code - I pulled it from the Android repos - but there is ARM-specific assembly in the repo. https://github.com/timsu/android-aac-enc/blob/master/jni/Android.mk https://github.com/timsu/android-aac-enc/tree/master/jni/src/asm If you...
That would be awesome, thanks!
That doesn't seem right. I found the original blog article - here it is: http://betaful.com/post/82668810035/encoding-aac-audio-in-android The sample rate should be the # of samples per second.
Roger, R is automatically generated by the Android build system (and placed in the gen/ folder). If you imported into Eclipse, you probably imported as a Java project instead of...
Not at all. It may have always been there, we just never noticed it because we didn't have silence in the beginning. Feel free to take a look at the...
You can do that if you like :+1: You would have to modify the JNI C code to read from the stream and produce an output stream. The AACToM4A class...
Are you talking about ignore_errors, or custom timezones parsing? The custom timezones I agree it's not great, the ideal would be to actually interpret VTIMEZONE properly. I can remove that...
Hi Ghulam! We have ion-sdk-js working with React Native just fine. Some work is required though - we're working on submitting a patch back to react-native-webrtc adding the tranceiver-based APIs,...
I'm not the maintainer, but don't you need to add the changes to src/index.js as well?