flatmush / dingoo-sdk

Automatically exported from code.google.com/p/dingoo-sdk
2 stars 3 forks source link

Adapt harteex's ogg library to dingoo_sdk #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Would be a nice feature to adapt harteex's ogg library into the SDK to save
some space on WAV files as well as support open source formats.

Original issue reported on code.google.com by russell.bernhardt@gmail.com on 8 Apr 2010 at 3:08

GoogleCodeExporter commented 9 years ago
The ogg library already works fine with the SDK, the only problem right now is 
that 
it uses my custom mixer (based on alekmaul's threaded audio).

I'll see if I can move it over to the mixer already present in the SDK, but 
it's not 
my highest priority right now.

Original comment by hart...@gmail.com on 8 Apr 2010 at 1:24

GoogleCodeExporter commented 9 years ago
Agreed it's low priority, was just throwing ideas into the issue tracker before 
I
forgot them.

Original comment by russell.bernhardt@gmail.com on 8 Apr 2010 at 6:40

GoogleCodeExporter commented 9 years ago
This cannot be done until issue 1 is solved.
The ogg library (tremor) works like this: you call the decoder with a buffer, 
and it 
will decode enough data to fill that buffer. We'll have to do this in another 
thread.

Original comment by hart...@gmail.com on 9 Apr 2010 at 10:38

GoogleCodeExporter commented 9 years ago
It's a fairly easy thing to do, I'll do it when I get some extra time, it's on 
my
priority list.

Original comment by Flatmush@googlemail.com on 9 Apr 2010 at 11:51