Recent content by LionMemess

  1. L

    Homebrew How do i get an ogg file to play on 3ds using C coding?

    hmmmmmmmmmmmmmmmmm. ok. i actually had a ndsp example that uses fopen and stuff. i dont know if i can alter that or something so the way audio is being read... hm... auto i dont get it, why do i have to understand the fact that its reading frames of a music file. i just wanted to play an...
  2. L

    Homebrew How do i get an ogg file to play on 3ds using C coding?

    i hate this so much, all these trolls on this site auto thank god auto thank you so much auto HEY I ASKED FOR "C" NOT C++ >:(
  3. L

    Homebrew How do i get an ogg file to play on 3ds using C coding?

    i hate you you dont even know how to do it do you
  4. L

    Homebrew How do i get an ogg file to play on 3ds using C coding?

    Help! I need to know how i can get music or sounds to play on the 3ds using homebrew apps and coding. I code in "C" not C++ or C#. Just C and i want to know how i can get an ogg file to play on the 3ds. I compile my stuff with devkitpro and i have already downloaded the ogg library, so how do i...
  5. L

    Homebrew How do you get the 3ds keyboard to show on Python coding - 3DS Homebrew

    give a full answer because im going sleep now xd auto awww
  6. L

    Homebrew How do you get the 3ds keyboard to show on Python coding - 3DS Homebrew

    Hi, i saw what MarcusD did with this Makefile file that allowed you to write python code so it could be compiled using devkitpro. I would like to know how you can bring up and be able to use the 3DS Keyboard in the code, im basically asking for python code on how to bring up the 3ds keyboard...
  7. L

    Homebrew I need help - Homebrew Audio Examples

    Ill test out with fopen and other stuff ill probs have to find out on my own auto By the way, i do know other languages that can make this easier for me. but. heres the problem. I know Lua but all Lua players crash on a yellow screen when you load a game engine I know python but im not sure...
  8. L

    Homebrew I need help - Homebrew Audio Examples

    I dont care about computers i just wanna mess with the 3ds, so how do i write my own C thing that allows me to play music files on the 3ds
  9. L

    Homebrew I need help - Homebrew Audio Examples

    Can you suggest another piece of code i can use that wont beep and pierce my ears that can use sounds correctly. like the ones used in the non stop nyan cat audio one
  10. L

    Homebrew I need help - Homebrew Audio Examples

    Congratulations, it works. :D time to test it out and play some sick silvagunner music auto mfw compiler compiles in the first time in ages auto sorry but WHAT THE ACTUAL FUUU** ALL I CAN HEAR IS A REALLY REALLY LOUD EAR PIERCING BEEPING NOISE
  11. L

    Homebrew I need help - Homebrew Audio Examples

    Nearly worked but i got some new errors for ya. [/SPOILER]
  12. L

    Homebrew I need help - Homebrew Audio Examples

    Ok ill try but i dont know what you mean by " reinterpret_cast<type>(content)" im trying to remove and replace what you said by using the find and replace tools on notepad++ auto even if i try doing what you say i keep getting errors, such as... [/SPOILER]
  13. L

    Homebrew I need help - Homebrew Audio Examples

    its a wav file. all i plan to do is make the wav file play when an event happens and make it stop playing when an event happens, if i take the ndsp-example from curryguy on github, cant post link cus im new a bunch of errors come up, this isnt because lack of import files but mainly i have no...
  14. L

    Homebrew I need help - Homebrew Audio Examples

    Hi, im Lion and i am coding a fun app for homebrew 3ds in the "C" coding language and devkitpro. I really want to let my app play audio but all of the NDSP examples are complicated because the compiler says it never works Please help me and tell me theres a simple code that allows me to play...