#include "generic.h"#include "LoaderAIFF.h"#include <wx/filename.h>#include <math.h>Classes | |
| struct | ChunkHeader |
| Generic chunk header. More... | |
| struct | CommonChunk |
| Common Chunk header. More... | |
| struct | IFFHeader |
| IFF file main header. More... | |
| struct | SoundDataChunk |
| Sound Data Chunk header. More... | |
Defines | |
| #define | float_to_unsigned(f) ((unsigned long) (((long) (f - 2147483648.0)) + 2147483647L) + 1) |
| #define | unsigned_to_float(u) (((double) ((long) (u - 2147483647L - 1))) + 2147483648.0) |
Functions | |
| void | double_to_wxFloat80 (double num, wxFloat80 &flt) |
| Convert double to IEEE 754 80b float. | |
| double | wxFloat80_to_double (const wxFloat80 flt) |
| Convert IEEE 754 80b float to double. | |
| const wxString | AIFFLoaderName ("AIFF loader") |
| Loader name. | |
|
|
|
|
|
|
|
|
Loader name.
|
|
||||||||||||
|
Convert double to IEEE 754 80b float. Copyright (C) 1988-1991 Apple Computer, Inc. All rights reserved.
|
|
|
Convert IEEE 754 80b float to double. Copyright (C) 1988-1991 Apple Computer, Inc. All rights reserved.
|
1.3.5