Opened 20 years ago
Closed 19 years ago
#73 closed defect (fixed)
Ogg-player
Reported by: | bensch | Owned by: | simon |
---|---|---|---|
Priority: | minor | Milestone: | 0.3.9 |
Component: | Sound | Version: | 0.0.1 |
Keywords: | ogg sound music | Cc: | |
Referenced By: | References: |
Description
The ogg-vorbis-player
Implement a ogg-player, that runs with openAL using multiple junks:
- Interface:
- openAL (see: ogg-player-link)
- new File: branches/openAL/src/lib/sound/ogg_player.cc/h (copy from src/proto/proto_class.cc/h)
- use the already included libs and cflags
- Interface with the existing SoundEngine
- Interactions:
- The OggPlayer should have the following abilities:
- Fading from one song into another (or into the same one at a different time)
- Stop();
- Play();
- Rewind();
- Pause();
- JumpToTime(time);
- update: (i think this is needed to change chunks)
- OggPlayer gets updated from the SoundEngine.
- OggPlayer should be loaded from the SoundEngine
- The OggPlayer should have the following abilities:
Change History (2)
comment:1 Changed 20 years ago by patrick
- Milestone changed from 0.3.0-pre-alpha to 0.3.1-pre-alpha
comment:2 Changed 19 years ago by bensch
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.