Commit Graph

31 Commits

Author SHA1 Message Date
Kripesh Adhikari
bf9df10259
audio/hwopus-decoder: fix glitchy playback (#110)
* audio/hwopus-decoder: fix offset for pointer to wavebuf start
* audio/hwopus-decoder: change to 4 wavebufs and reduce size of wavebufs
2024-10-26 15:36:59 +01:00
yellows8
e423a0ab0e
audio/playtone: KEY -> HidNpadButton, which were missed previously. 2021-02-15 12:29:32 -05:00
fincs
1e59bd0699
Update all non-HID examples for hid-refactor 2020-12-02 14:39:00 +01:00
Dave Murphy
179e9a847b sdl2-audio: include path is set to SDL2 by pkg-config. Closes #79 2020-06-26 09:58:25 +01:00
Dave Murphy
a6de2da842 sdl2-audio: rely on pkg-config for includes & libs 2020-06-26 09:58:25 +01:00
fincs
f82d955dfe
U64_MAX -> UINT64_MAX 2020-03-16 16:22:27 +01:00
jonyluke
b957923561 Sdl2 audio example (#53) 2019-06-17 17:06:25 +02:00
fincs
d6db1e45c9 Update ARCH to -march=armv8-a+crc+crypto 2019-04-05 13:20:32 +02:00
fincs
f07f848dfd Consolidate all makefiles with changes from the template 2019-03-26 13:52:19 +01:00
yellows8
87a69934f6 Added hwopus example. 2018-11-06 18:31:23 -05:00
fincs
4894fcf472 Update console examples to use the new console API. Improved documentation of application template. 2018-10-06 16:50:57 +02:00
Dave Murphy
9334a40b31 use default gnu++14 instead of explicit gnu++11 2018-09-19 02:10:58 +02:00
fincs
012423e429 Remove unnecessary calls to gfxWaitForVsync 2018-09-09 17:25:47 +02:00
fincs
183d9246ec Add audren example 2018-09-08 17:17:14 +02:00
Dave Murphy
13000dfd88 fix bin2o rule for parallel make 2018-05-22 00:56:53 +02:00
Dave Murphy
4dcced2805 parallelise Makefiles 2018-05-02 21:58:58 +02:00
Thompson Lee
d4cf965df9 Updated all hidKeys...() function to store u64 instead of u32. (#28)
Also fixed some whitespace in usbds example
2018-04-30 00:18:16 +02:00
Dave Murphy
305c6f325e add ROMFS option to all Makefiles (#25)
* add romfs building

* report error on failure

* add ROMFS option to all Makefiles
2018-04-19 14:54:51 -04:00
Dave Murphy
17c6b8658c use __SWITCH__ in preference to just SWITCH to avoid potential collisions 2018-03-11 00:37:23 +01:00
plutoo
a8e052bb72 Untabify 2018-03-07 18:51:41 +01:00
Mike H
78e5841905 Improved playtone and implemented echo example (#19)
* Improved playtone and implemented echo example
2018-03-04 12:21:09 -05:00
yellows8
fff86cfc8d Use tabs for all examples. 2018-02-22 14:50:16 -05:00
yellows8
fd6cdee491 Improved audoutPlayBuffer() failure check. 2018-02-20 16:31:42 -05:00
Mike H
1b7f374daf Attempt to fix audio playback issue (#12)
* Attempt to fix audio playback issue
* Adding sanity checks
2018-02-20 16:14:45 -05:00
yellows8
3f363c5735 Added -ffunction-sections to Makefiles. Updated usbds comments. 2018-02-19 22:43:43 -05:00
fincs
1563992d42 Remove -ffast-math (#13) 2018-02-19 20:27:27 -05:00
yellows8
a7106d5009 In playtone use kDown instead of calling hidKeysDown() multiple times. 2018-02-19 02:44:26 -05:00
yellows8
ccd9f78162 Imported more changes from 3ds-examples. 2018-02-18 18:21:24 -05:00
yellows8
c889e7ca31 Imported ret2hbmenu comment from 3ds-examples. 2018-02-18 12:31:46 -05:00
yellows8
722eb38192 Fixed broken formatting for the audio Makefile. 2018-02-17 11:53:55 -05:00
Mike H
6bf4a283e9 Adding audio example (#8)
Audio example
2018-02-17 11:39:51 -05:00