Results 1 issues of Dave

https://github.com/KallistiOS/KallistiOS/blob/b1453c5fbd68c68a3e5bb0a3af9dc6b543a47182/examples/dreamcast/sound/multi-stream/main.c#L31 https://github.com/KallistiOS/KallistiOS/blob/b1453c5fbd68c68a3e5bb0a3af9dc6b543a47182/examples/dreamcast/sound/multi-stream/main.c#L32 L32 calls wav_init() which itself is already calling snd_stream_init() Please see the implementation here: https://github.com/Dreamcast-Projects/libwav/blob/52a533c6fb47ea8bd3f661a8758b8f9cab733f47/sndwav.c#L82 I am not sure if this is an oversight, but just wanted to...