[wdmaudiodev] Re: problem with MCStream.exe

  • From: "Tim Morris" <montagne75@xxxxxxxxxxx>
  • To: wdmaudiodev@xxxxxxxxxxxxx
  • Date: Tue, 29 Oct 2002 19:07:50 +0000

Thanx a lot guys...Well, I guess I am crazy!! I guess it's just the fact 
that the 3rd value of the left channel is identical to the 2nd of the other 
channels that threw me off.
Thanx for your time :-)
Tim.





>From: "Hager, Todd" <THH@xxxxxxxxx>
>Reply-To: wdmaudiodev@xxxxxxxxxxxxx
>To: "'wdmaudiodev@xxxxxxxxxxxxx'" <wdmaudiodev@xxxxxxxxxxxxx>
>Subject: [wdmaudiodev] Re: problem with MCStream.exe Date: Tue, 29 Oct 2002 
>10:22:57 -0800
>MIME-Version: 1.0
>Received: from turing.freelists.org ([206.53.239.180]) by 
>mc6-f39.law1.hotmail.com with Microsoft SMTPSVC(5.0.2195.4905); Tue, 29 Oct 
>2002 10:23:17 -0800
>Received: from turing.(none) (localhost [127.0.0.1])by turing.freelists.org 
>(FreeLists Mail Multiplex) with ESMTPid 96BED94E64; Tue, 29 Oct 2002 
>13:20:23 -0500 (EST)
>Received: with ECARTIS (v1.0.0; list wdmaudiodev); Tue, 29 Oct 2002 
>13:20:23 -0500 (EST)
>Received: from titanium.dolby.net (mail.dolby.com [12.96.129.249])by 
>turing.freelists.org (FreeLists Mail Multiplex) with SMTP id D58FD94E5Efor 
><wdmaudiodev@xxxxxxxxxxxxx>; Tue, 29 Oct 2002 13:20:21 -0500 (EST)
>Received: from 38.170.105.50 by titanium.dolby.net (InterScan E-Mail 
>VirusWall NT); Tue, 29 Oct 2002 10:23:07 -0800
>Received: by titanium.dolby.net with Internet Mail Service (5.5.2653.19)id 
><VL94VWP0>; Tue, 29 Oct 2002 10:23:07 -0800
>Delivered-To: wdmaudiodev@xxxxxxxxxxxxx
>Message-ID: <5FCCC03CAF7C5C4C8E2F995E3D72E133497F0E@xxxxxxxxxxxxxxxxxx>
>X-Mailer: Internet Mail Service (5.5.2653.19)
>X-archive-position: 230
>X-ecartis-version: Ecartis v1.0.0
>Sender: wdmaudiodev-bounce@xxxxxxxxxxxxx
>Errors-To: wdmaudiodev-bounce@xxxxxxxxxxxxx
>X-original-sender: THH@xxxxxxxxx
>Precedence: normal
>X-list: wdmaudiodev
>Return-Path: wdmaudiodev-bounce@xxxxxxxxxxxxx
>X-OriginalArrivalTime: 29 Oct 2002 18:23:17.0998 (UTC) 
>FILETIME=[40D020E0:01C27F78]
>
>
>To make Tom's response easier to see, look at the data in rows of seven
>columns (I hope the email formatting doesn't screw up my illustrative
>example):
>
>c0 c0 c0 c0 c0 c0 c0
>bd b5 b5 b5 b5 b5 b5
>b5 99 99 99 99 99 99
>aa 74 74 74 74 74 74
>9a 53 53 53 53 53 53
>89 41 41 41 41 41 41
>77 44 44 44 44 44 44
>65 .....
>
>All does seem to be fine...
>
>
>-Todd
>
>-----Original Message-----
>From: Tom Eckert [mailto:teckert@xxxxxxxxxxxxxxxx]
>Sent: Tuesday, October 29, 2002 10:09 AM
>To: wdmaudiodev@xxxxxxxxxxxxx
>Subject: [wdmaudiodev] Re: problem with MCStream.exe
>
>
>
>Tim,
>I may not be getting this, but...
>If the seventh b5 is the first (i.e. front left) sample of the third chunk
>that it this case just happens to have the same value as the other channels
>of the second chunk, it all looks OK. i.e. c0 c0 c0 c0 c0 c0 c0 bd b5 b5 b5
>b5 b5 b5 b5 99 99 99 99 99 99 aa 74 74 74 74 74 74 9a 53 53 53 53 53 53 89
>41 41 41 41 41 41 77 44 44 44 44 44 44 65 .....
>- Tom
>
>-----Original Message-----
>From: wdmaudiodev-bounce@xxxxxxxxxxxxx
>[mailto:wdmaudiodev-bounce@xxxxxxxxxxxxx]On Behalf Of Tim Morris
>Sent: Monday, October 28, 2002 6:27 PM
>To: wdmaudiodev@xxxxxxxxxxxxx
>Subject: [wdmaudiodev] problem with MCStream.exe
>
>
>
>Hi folks,
>I am having trouble with the MCStream app that comes with the DDK. If I
>stream 500Hz sine waves on 7 channels (Front left/right, center, lfe, rear
>left/right/center)in 8 bits at 22050Hz , the data that I get from portclass
>in the Source buffer for CopyTo() seems to be correct. I get blocks of 7
>identical samples. However, if I choose a 500Hz sine for the front left 
>only
>and 10KHz sines for all other channels, again at 8bits and 22050Hz, I get
>the following data in my first Source buffer supplied to
>CopyTo():
>c0 c0 c0 c0 c0 c0 c0 bd b5 b5 b5 b5 b5
>b5 b5 99 99 99 99 99 99 aa 74 74 74 74
>74 74 9a 53 53 53 53 53 53 89 41 41 41
>41 41 41 77 44 44 44 44 44 44 65 .....
>I see two possible problems with this:
>
>1.Seeing as the left channel is at 500Hz and all the others are at 10KHz, I
>should see the left sample followed by 6 identical samples for each chunk.
>It looks to me that either the first or second chunk has one sample too
>many.(either chunk1 =  c0 c0 c0 c0 c0 c0 c0 bd, or chunk2 = bd b5 b5 b5 b5
>b5 b5 b5) 2.If the first chunk is the one with too many samples, then we
>also have the problem that the differing sample is at the end of the chunck
>rather than at the beginning, which means that the rear center is the
>channel that differs from the others which should not be the case. Either
>way this extra sample seems to be making quite a mess. So, am I crazy, or 
>is
>the app broken? It would be really useful if this app worked properly. 
>Thanx
>for any input. Tim.
>
>
>_________________________________________________________________
>Internet access plans that fit your lifestyle -- join MSN.
>http://resourcecenter.msn.com/access/plans/default.asp
>
>******************
>
>WDMAUDIODEV addresses:
>Post message: mailto:wdmaudiodev@xxxxxxxxxxxxx
>Subscribe:    mailto:wdmaudiodev-request@xxxxxxxxxxxxx?subject=subscribe
>Unsubscribe:  mailto:wdmaudiodev-request@xxxxxxxxxxxxx?subject=unsubscribe
>Moderator:    mailto:wdmaudiodev-moderators@xxxxxxxxxxxxx
>
>URL to WDMAUDIODEV page:
>http://www.wdmaudiodev.de/
>
>******************
>
>WDMAUDIODEV addresses:
>Post message: mailto:wdmaudiodev@xxxxxxxxxxxxx
>Subscribe:    mailto:wdmaudiodev-request@xxxxxxxxxxxxx?subject=subscribe
>Unsubscribe:  mailto:wdmaudiodev-request@xxxxxxxxxxxxx?subject=unsubscribe
>Moderator:    mailto:wdmaudiodev-moderators@xxxxxxxxxxxxx
>
>URL to WDMAUDIODEV page:
>http://www.wdmaudiodev.de/
>
>--------------------
>This message (including any attachments) may contain confidential
>information intended for a specific individual and purpose. If you are not
>the intended recipient, delete this message. If you are not the intended
>recipient, disclosing, copying, distributing, or taking any action based on
>this message is strictly prohibited.
>******************
>
>WDMAUDIODEV addresses:
>Post message: mailto:wdmaudiodev@xxxxxxxxxxxxx
>Subscribe:    mailto:wdmaudiodev-request@xxxxxxxxxxxxx?subject=subscribe
>Unsubscribe:  mailto:wdmaudiodev-request@xxxxxxxxxxxxx?subject=unsubscribe
>Moderator:    mailto:wdmaudiodev-moderators@xxxxxxxxxxxxx
>
>URL to WDMAUDIODEV page:
>http://www.wdmaudiodev.de/


_________________________________________________________________
Unlimited Internet access -- and 2 months free!  Try MSN. 
http://resourcecenter.msn.com/access/plans/2monthsfree.asp

******************

WDMAUDIODEV addresses:
Post message: mailto:wdmaudiodev@xxxxxxxxxxxxx
Subscribe:    mailto:wdmaudiodev-request@xxxxxxxxxxxxx?subject=subscribe
Unsubscribe:  mailto:wdmaudiodev-request@xxxxxxxxxxxxx?subject=unsubscribe
Moderator:    mailto:wdmaudiodev-moderators@xxxxxxxxxxxxx

URL to WDMAUDIODEV page:
http://www.wdmaudiodev.de/

Other related posts: