Fix for endian issues.

CQTexperiment
vspader 2007-03-05 00:36:12 +00:00
parent 83d8434134
commit cc55e8dc72
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@
[NSNumber numberWithInt:bitsPerSample],@"bitsPerSample",
[NSNumber numberWithFloat:frequency],@"sampleRate",
[NSNumber numberWithDouble:length],@"length",
@"big",@"endian",
@"host",@"endian",
nil];
}