I doubt that WindWaker uses audio streaming. FSTFIX makes alignment for audio tracks on the disk(image), but its do nothing to Swiss.
SWISS do not audio stream(at this moment).
Search found 8 matches
- Wed Oct 19, 2011 10:36 am
- Forum: Swiss
- Topic: Music missing from games with audio streaming
- Replies: 17
- Views: 16548
- Tue Oct 18, 2011 7:21 pm
- Forum: Swiss
- Topic: Audio Streaming Plan
- Replies: 14
- Views: 13908
Re: Audio Streaming Plan
Is the process stream output drive does not send data directly, bypassing the sound chip. Immediately to the mixer and then to the amplifier. So, the PPC processor and the RAM is not involved..
Hmm May be I am totally wrong?
Hmm May be I am totally wrong?
- Mon Oct 17, 2011 2:39 am
- Forum: Swiss
- Topic: Audio Streaming Plan
- Replies: 14
- Views: 13908
Re: Audio Streaming Plan
Hi, emu_kidid. I would like to clarify the principle of audio streaming process.
Maybe I'm wrong, but the drive sends the sound passing DSP? Whether there is documentation on this topic?
Maybe I'm wrong, but the drive sends the sound passing DSP? Whether there is documentation on this topic?
- Wed Oct 12, 2011 5:11 pm
- Forum: GameCube
- Topic: Neo Geo CD
- Replies: 63
- Views: 151550
Re: Neo Geo CD
Hi, infact ! Ya! F:\devkitPro\examples\gamecube\NEO\neocd_infact>make cpus make[1]: Entering directory `/f/devkitPro/examples/gamecube/NEO/neocd_infact/src/m68000' *** Musashi 3.3 ************************************************************ Musashi v3.3 68000, 68010, 68EC020, 68020 emulator Copyrigh...
- Wed Oct 12, 2011 1:59 pm
- Forum: Research & Development
- Topic: XenoGC fork
- Replies: 77
- Views: 201498
Re: XenoGC fork
Hi I program my XENO and AtMegas using simple programmer attached to LPT (printer) port with is a few wires with diodes, to protect these PC lines. The programmer utility called AvrDude (WinXP). XenoAT.1.05 (hex file or binary) Have tried other firmwares, but got worked only 1.04 as i remember... Al...
- Wed Oct 12, 2011 5:03 am
- Forum: GameCube
- Topic: Neo Geo CD
- Replies: 63
- Views: 151550
Re: Neo Geo CD
Hi, nice to see you guys working on this project (especialy, that you came from a different direction to the one point :) (GC\Wii) I would try to setup devkitPro to compille the project. Infact , can i use your Makefile with an updated devppc and libogc or i should add some more settings\libs? (Sor...
- Thu May 19, 2011 9:17 pm
- Forum: News
- Topic: XenoGC Full Source Code
- Replies: 126
- Views: 431985
Re: XenoGC Full Source Code
It's possible that i'm wrong with C4 byte, but i've tried both lf=c4,hf=d9 and lf=e4,hf=d9 and it works. When i've changed hf to d8 it didnot work at all. Here is a command line to programm chip (using avrdude): avrdude -p m8 -c sp12 -U flash:w:XenoAT.1.05.hex -U lfuse:w:0xC4:m -U hfuse:w:0xD9:m -U ...
- Fri Apr 22, 2011 2:10 pm
- Forum: News
- Topic: XenoGC Full Source Code
- Replies: 126
- Views: 431985
Re: XenoGC Full Source Code
So if i am right i just need to burn the .hex file to my Atmega8? and second, does anyone know the fuse settings used? i assume standard fuses(8mhz internal, no watchdog, no brownout etc) ps: hi @all The fuses is: lfuse = 0xC4 hfuse = 0xD9 https://lh4.googleusercontent.com/_MWZpl3QiAlg/TbGNVTl1I4I/...