Re: [dev-servo] Fwd: println!("Hello from NCSU");

2019-03-31 Thread BAlaji
Sent: Sunday, March 31, 2019 3:46 PM To: dev-servo@lists.mozilla.org Subject: Re: [dev-servo] Fwd: println!("Hello from NCSU"); gstwebrtc-1.0.lib is a library that is part of GStreamer, which Servo relies upon for media playback. To my best knowledge, the build environment setup instruc

Re: [dev-servo] Fwd: println!("Hello from NCSU");

2019-03-31 Thread Josh Bowman-Matthews
[dev-servo] Fwd: println!("Hello from NCSU"); Josh, Just one more clarification, 1. Is it necessary we define and initialize the values and duration parameter that we are using inside SetValueCurveAtTime inside the struct Param <https://github.com/JHBalaji/media/blob/master/audio

Re: [dev-servo] Fwd: println!("Hello from NCSU");

2019-03-31 Thread BAlaji
Servo root so my cargo is in \media instead of \root Thanks Balaji From: Akhilesh Venkatasubramanian Sent: Sunday, March 31, 2019 12:16 AM To: dev-servo@lists.mozilla.org Subject: Re: [dev-servo] Fwd: println!("Hello from NCSU"); Josh, Just one more clarification, 1. Is it nec

Re: [dev-servo] Fwd: println!("Hello from NCSU");

2019-03-31 Thread BAlaji
Servo root so my cargo is in \media instead of \root Thanks Balaji Janakarajan Hari Graduate Student - IMSE Program NC State linkedin/com/in/jhbalaji 903.600.0091 From: Akhilesh Venkatasubramanian Sent: Sunday, March 31, 2019 12:16 AM To: dev-servo@lists.mozilla.org Subject: Re: [dev-servo] Fw

Re: [dev-servo] Fwd: println!("Hello from NCSU");

2019-03-30 Thread Akhilesh Venkatasubramanian
Josh, Just one more clarification, 1. Is it necessary we define and initialize the values and duration parameter that we are using inside SetValueCurveAtTime inside the struct Param ? We assume that this is not needed as the i

Re: [dev-servo] Fwd: println!("Hello from NCSU");

2019-03-30 Thread Akhilesh Venkatasubramanian
Hi Josh, I totally understand. We will try to fix it using the examples you have provided for now. Anyways, we will be continuing with the project for our final project so whenever you/your team can validate our implementation, it would help us proceed if we don't fix the issue by then. Thank you

Re: [dev-servo] Fwd: println!("Hello from NCSU");

2019-03-30 Thread Josh Bowman-Matthews
On 3/30/19 6:20 PM, Akhilesh Venkatasubramanian wrote: Hi Josh, 1. Yes we are working on the example and have it defined as follows: https://github.com/JHBalaji/media/blob/master/examples/set_value_curve.rs Can you tell us if the example we have defined is right? We have written it similar to t

Re: [dev-servo] Fwd: println!("Hello from NCSU");

2019-03-30 Thread Akhilesh Venkatasubramanian
Hi Josh, 1. Yes we are working on the example and have it defined as follows: https://github.com/JHBalaji/media/blob/master/examples/set_value_curve.rs Can you tell us if the example we have defined is right? We have written it similar to the example you shared with us

Re: [dev-servo] Fwd: println!("Hello from NCSU");

2019-03-30 Thread Josh Bowman-Matthews
I think it is important that the pull request you make for your assignment include example code that demonstrates that your implementation works as expected. cheers, Josh On 3/30/19 5:22 AM, Akhilesh Venkatasubramanian wrote: Hi Josh, I have addressed the same in my code right now. The code

Re: [dev-servo] Fwd: println!("Hello from NCSU");

2019-03-30 Thread Akhilesh Venkatasubramanian
Hi Josh, I have addressed the same in my code right now. The code compiles and throws no errors now. This is the version that we have now: https://github.com/JHBalaji/media/blob/master/audio/src/param.rs#L419-L433 Can you please see if this is fine? Also, we have a submission for this assignment

Re: [dev-servo] Fwd: println!("Hello from NCSU");

2019-03-29 Thread Josh Bowman-Matthews
Answers inline: On 3/29/19 7:54 PM, Akhilesh Venkatasubramanian wrote: Hi Josh, We went ahead to try to implement the function and are facing some issues and your insight will be helpful. 1. We have implemented the function here: https://github.com/JHBalaji/media/blob/master/audio/src/param

Re: [dev-servo] Fwd: println!("Hello from NCSU");

2019-03-29 Thread Akhilesh Venkatasubramanian
Hi Josh, We went ahead to try to implement the function and are facing some issues and your insight will be helpful. 1. We have implemented the function here: https://github.com/JHBalaji/media/blob/master/audio/src/param.rs#L419-L434

Re: [dev-servo] Fwd: println!("Hello from NCSU");

2019-03-28 Thread Josh Bowman-Matthews
It looks like you're using WSL on Windows. This is not a supported configuration, unfortunately. Cheers, Josh On 3/28/19 6:05 PM, Josh Matthews wrote: -- Forwarded message - From: Srivatsan Narasimhan Date: Thu, 28 Mar 2019 at 18:00 Subject: Re: [dev-servo] println!("Hello fro

[dev-servo] Fwd: println!("Hello from NCSU");

2019-03-28 Thread Josh Matthews
-- Forwarded message - From: Srivatsan Narasimhan Date: Thu, 28 Mar 2019 at 18:00 Subject: Re: [dev-servo] println!("Hello from NCSU"); To: The contents of the image sri@LAPTOP-L17CH6V2:/mnt/c/Users/sriva/OneDrive/Desktop/SEM-2/CSC 517 OODD/media-master/target/debug$ cargo build