#575 closed bug (fixed)
[SampleStudio] crash if you try to open a file
Reported by: | diver | Owned by: | marcusoverhagen |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Kits/Game Kit | Version: | R1/pre-alpha1 |
Keywords: | Cc: | fredrik@… | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
Attachments (1)
Change History (13)
by , 19 years ago
Attachment: | SampleStudio.txt added |
---|
comment:1 by , 19 years ago
Status: | new → assigned |
---|
comment:2 by , 19 years ago
dependson: | → 332 |
---|
comment:3 by , 19 years ago
BGameSoundDevice::Connect tries to instantiate a new audio mixer, which is bad. It should use the system mixer. This bug is probably caused by memory corruption done by BFileGameSound or BGameSoundDevice.
follow-up: 6 comment:4 by , 17 years ago
Platform: | → All |
---|
It's true the gamesound device mixing is based on an instanciated audio mixer. Mixing should be done internally before outputting to the system audio mixer.
follow-up: 7 comment:6 by , 16 years ago
Replying to korli:
It's true the gamesound device mixing is based on an instanciated audio mixer. Mixing should be done internally before outputting to the system audio mixer.
Is this what GameProducer (in src/kits/game/GameProducer.cpp) should do ? We don't seem to use it, btw.
comment:7 by , 16 years ago
Replying to jackburton:
Is this what GameProducer (in src/kits/game/GameProducer.cpp) should do ? We don't seem to use it, btw.
Sorry, we ARE using it, indeed.
comment:8 by , 15 years ago
Component: | - General → Kits/Game Kit |
---|---|
Version: | → R1 development |
comment:9 by , 15 years ago
Cc: | added |
---|
Tested to load some mp3's and I had no problem, used Haiku hrev32595 and SampelStudio 1.0 B2.1.
Closing this if no one rejects. Other changes in here perhaps a new TODO or bug report?
I think I don't really understand what's need to be done here, but what's new :).
comment:10 by , 15 years ago
Can't reproduce it here too with SampelStudio 1.0 Beta 3.0. Feel free to close it.
BTW, anybody know why playing mp3 in SampelStudio does not skip at all when moving firefox around compared to VLC and MediaPlayer?
comment:11 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
is that the latest SampelStudio from bebits does it include the source? haikuware only have 1.0 Beta 2.1 :)
Closing this as fixed
comment:12 by , 15 years ago
I took it from BeMax4b1 /BeOS5PEMaxEditionV4b1/_packages_/SampleStudio/apps/SampleStudio.pk
SampleStudio