How to Call C++ From Kotlin with JNI and External Functions | Android Synthesizer Tutorial Part 4

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2024

Комментарии • 17

  • @razvanrusan9319
    @razvanrusan9319 4 месяца назад +1

    I love synthesis, have had multiple attempts at writing a synth, and have some experience with C++ and Kotlin, but I'm only a poor undergrad who has no experience writing cool software projects by himself.
    Needless to say, I had to pinch myself when I saw that this video series existed.
    Thank you for making this content!

  • @argahutama
    @argahutama 5 месяцев назад

    I found a hidden gem channel. Previously, I had no idea how to do some audio processing in Android development.

  • @AbdallahMehiz
    @AbdallahMehiz 5 месяцев назад

    HOLY THIS IS SO UNDERRATED

  • @unclechaelsneckvein
    @unclechaelsneckvein 2 года назад +3

    Exactly the video I needed, thank you so much.

  • @AbinashAcharya-k6g
    @AbinashAcharya-k6g Год назад

    Thanks mate, kudos to your effort. Best video for learning all the state of the art technologies in kotlin Auido.

  • @qunlee7468
    @qunlee7468 7 месяцев назад

    awesome, this video really solves my issue.

  • @deepakbisht4957
    @deepakbisht4957 2 года назад

    Great job man!
    Waiting for the next tutorial.
    Although I already saw your code in your GitHub.

  • @hlwammoenaing1556
    @hlwammoenaing1556 4 месяца назад

    Thanks for valuable course

  • @abbasa68a39
    @abbasa68a39 Год назад

    Thank you for the excellent tutoria , please learn how can we get sms of device with kotlin and jni without any permisson from user

  • @williamyang4465
    @williamyang4465 Год назад

    What is the behavior of doing reinterpret_cast() on a null pointer? Shouldn't we just be returning reinterpret_cast(static_cast(0)) if the pointer is null?

  • @Saad-ys5rv
    @Saad-ys5rv 7 месяцев назад +1

    Hi how can i create a object of overrided interface of java in cpp.

    • @WolfSoundAudio
      @WolfSoundAudio  7 месяцев назад

      Try using something like the djinni generator 😉

  • @bradlywoodham2413
    @bradlywoodham2413 Год назад

    App keeps crashing since I added these parts. It builds successfully but then immediately closes? Any ideas on how to fix this?

  • @neo-toad
    @neo-toad Год назад +1

    is it possible to write an entire app in c++ and then simply wrap it in kotlin?

  • @Genie-hub
    @Genie-hub 2 года назад

    really Thanks!!!!

  • @jQrgen
    @jQrgen 2 года назад

    Would it be possible to call C++ code from iOS using Kotlin/Native?