Re: [dev-servo] How to Run Servo/Media/Examples?

2019-04-27 Thread Akhilesh Venkatasubramanian
HI Maria, Did you try a clean reinstall of gstreamer? I used gstreamer 1.16 while running servo/media. Thanks. Akhilesh > On Apr 27, 2019, at 7:10 PM, Maria Sable wrote: > > Hi Manish, > > Thank you. I will try to make a StereoPannerNode example based off the > params.rs. > > However, I am

Re: [dev-servo] How to Run Servo/Media/Examples?

2019-04-27 Thread Akhilesh Venkatasubramanian
debug. However, when I try to run one, I get the same errors about > all those gstreamer files not being found. But I have already installed > gstreamer as per the servo/servo readme instructions. Any ideas on how to > fix this? > > Kind regards, > Maria Sable > > On Sat, Apr 2

Re: [dev-servo] How to Run Servo/Media/Examples?

2019-04-27 Thread Akhilesh Venkatasubramanian
Hi, These we the commands I used to setup servo/media: 1. brew install gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly gst-libav gst-rtsp-server gst-editing-services 2. export PKG_CONFIG_PATH=/usr/local/Cellar/libffi/3.2.1/lib/pkgconfig/ 3. rustup override set nightl

Re: [dev-servo] Doubts regarding the subsequent steps.

2019-04-26 Thread Akhilesh Venkatasubramanian
HI CYBAI, 1. We are trying to implement the SetOrientation and the SetPosition methods as here . We tried quite a few variations, but not able to store the passed function value into forwardX

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

2019-04-24 Thread Akhilesh Venkatasubramanian
difications)" to the > commands listed in the readme. > > Cheers, > Josh > > On 4/22/19 2:23 PM, Akhilesh Venkatasubramanian wrote: > > HI Josh, > > > > Thanks for the inputs, the code now compiles and ./mach build -dev > works. Now I am trying to run ./

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

2019-04-22 Thread Akhilesh Venkatasubramanian
ifications) the steps at > https://github.com/servo/servo/blob/master/tests/wpt/README.md#updating-test-expectations > to automatically update the appropriate test metadata with the results. > > Cheers, > Josh > > On 4/21/19 10:30 PM, Akhilesh Venkatasubramanian wrote: >>

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

2019-04-21 Thread Akhilesh Venkatasubramanian
:vec::Vec`, found slice Any idea on how I should be passing on the variables? Or should the initialization be different? Thanks, Akhilesh On Sun, Apr 21, 2019 at 10:30 PM Akhilesh Venkatasubramanian < avenk...@ncsu.edu> wrote: > Hi Josh and Manish, > > We have started work on the

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

2019-04-21 Thread Akhilesh Venkatasubramanian
Hi Josh and Manish, We have started work on the subsequent steps for the project as shown here . I have written code for the 1st step which is ti implement a JS API for setvaluecurveAtTime and it can be seen

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

2019-04-01 Thread Akhilesh Venkatasubramanian
-Matthews wrote: > Answers inline: > > On 3/31/19 11:24 PM, Akhilesh Venkatasubramanian wrote: > > Hi Josh, > > > > I have some questions regarding how the params.rs code works as I was > not > > able to find the answers to these online. > > > >

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

2019-03-31 Thread Akhilesh Venkatasubramanian
value of k is: 8.0 Value of the Automation Value is: NaN The difference in time values is: (Current_tick - start) 5 3. Where should we specify that the automation should stop after the duration? Inside the example or inside param.rs? Thanks Akhilesh On Sun, Mar 31, 2019 at 3:50 PM Akhilesh Venkatas

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

2019-03-31 Thread Akhilesh Venkatasubramanian
gt; We assume that this is not needed as the implementation works without doing > the same (values vector gets passed). But duration gets passed as Tick(44100) > if we set a startTime as 1.0s. (Which we assume is because of tick?) Thanks Akhilesh > On Mar 31, 2019, at 12:15 AM, Akhilesh V

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

2019-03-30 Thread Akhilesh Venkatasubramanian
as the implementation works without doing the same (values vector gets passed). But duration gets passed as Tick(44100) if we set a startTime as 1.0s. (Which we assume is because of tick?) Thanks, Akhilesh On Sat, Mar 30, 2019 at 11:55 PM Akhilesh Venkatasubramanian < avenk...@ncsu.edu>

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

2019-03-30 Thread Akhilesh Venkatasubramanian
k you for doing the same. Best, Akhilesh On Sat, Mar 30, 2019 at 11:27 PM Josh Bowman-Matthews wrote: > 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://gi

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

2019-03-30 Thread Akhilesh Venkatasubramanian
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 compiles and > > throws no errors now. This is the version

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

2019-03-30 Thread Akhilesh Venkatasubramanian
able to understand the flow of code much better. - Akhilesh On Sat, Mar 30, 2019 at 12:27 AM Josh Bowman-Matthews wrote: > Answers inline: > > On 3/29/19 7:54 PM, Akhilesh Venkatasubramanian wrote: > > Hi Josh, > > > > We went ahead to try to implement the function

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] println!("Hello from NCSU");

2019-03-28 Thread Akhilesh Venkatasubramanian
de's output. Does > that make sense? > > Cheers, > Josh > > On 3/24/19 8:58 PM, Akhilesh Venkatasubramanian wrote: > > Hi Josh, > > > > Examples seem to be for testing the nodes, not separate functions like > > RampToValueAtTime or SetValueCurveAtTime from

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

2019-03-24 Thread Akhilesh Venkatasubramanian
ourceNode > is that the output of the node is constant, so it's easier to evaluate the > effects of automation on the node's output. Does that make sense? > > Cheers, > Josh > > On 3/24/19 8:58 PM, Akhilesh Venkatasubramanian wrote: >> Hi Josh, >&g

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

2019-03-24 Thread Akhilesh Venkatasubramanian
Josh Bowman-Matthews wrote: > Yes, all of that sounds sensible to me. > > Cheers, > Josh > > On 3/23/19 2:12 PM, Akhilesh Venkatasubramanian wrote: > > Hi Josh, > > > > Thank you for the reply. It clarifies a lot of doubts. > > > > 1. Just check

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

2019-03-23 Thread Akhilesh Venkatasubramanian
Hi Josh, Thank you for the reply. It clarifies a lot of doubts. 1. Just checking if we have got the entire idea for the first task right: So what we have to do is uncomment the line 277 in param.rs