Welcome, Guest. Please login or register.

Author Topic: DJ Nick's AmigaOS boot sound  (Read 10136 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16879
  • Country: gb
  • Thanked: 5 times
    • Show all replies
Re: DJ Nick's AmigaOS boot sound
« on: August 18, 2012, 12:07:27 PM »
Quote from: takemehomegrandma;704121
I thought it was a cool little sound... until it said "Welcome to Amiga System", then it just became way too cheesy for me to use for real...


I have to say, I agree. The sound is fine, but the speech ruins it. There are reasons why speech isn't generally used in startup sounds. Language issues aside, it just sounds, well, cheesy.
int p; // A
 

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16879
  • Country: gb
  • Thanked: 5 times
    • Show all replies
Re: DJ Nick's AmigaOS boot sound
« Reply #1 on: August 18, 2012, 08:41:35 PM »
Quote from: haywirepc;704168
What .wav format is this? Strange that it won't play on windows system...


RIFF WAV, as a container, is an abortion.
int p; // A
 

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16879
  • Country: gb
  • Thanked: 5 times
    • Show all replies
Re: DJ Nick's AmigaOS boot sound
« Reply #2 on: August 19, 2012, 01:30:55 AM »
Quote from: bloodline;704216
Isn't RIFF WAV just a little endian IFF? Less an abortion and more of a miscarriage? ;)


No, really, it's far worse than that. Trivial examples are just that - an IFF hunk format with little endian data, but it can get a lot worse.

I once saw some example windows source for dealing with RIFF with all the really nasty hunks they'd kludged in for different things over the years and it was amongst the worst spaghetti code I have ever seen. Never in my life have I seen so many goto statements in C code, and I've seen a lot of generated C.

I still have the odd nightmare about it now.
int p; // A
 

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16879
  • Country: gb
  • Thanked: 5 times
    • Show all replies
Re: DJ Nick's AmigaOS boot sound
« Reply #3 on: August 19, 2012, 01:46:08 AM »
Quote from: haywirepc;704224
And wait, aos4 can't play stereo sounds?


The default sound.datatype can't or doesn't, it seems. Had this problem on 3.x too, which is why I always replaced it with the one from aminet. It showed you the waveform in multiview too, which was nice.
int p; // A