Arjun Menon
Arjun Menon
Hey @bmc0 Any updates on this?
Hey, I would really appreciate if there is support for psychoacoustic bass boost in this package. I like your project a lot. I have found this to be a really...
Nice, let me study and play with it. > The algorithm probably needs some refinement. I don't know what the optimal levels for the individual harmonics might be. There is...
Hey Way earlier I had documented the steps for proper installation. https://gist.github.com/arjunmenon/d279215f7c7a3258e377756f54e8ee52
Not sure. The namespace returned is the same - ```javascript > null '{"e:propertyset":{"$":{"xmlns:e":"urn:schemas-upnp-org:event-1-0"},"e:property":{"Id":"5"}}}' ```
Sorry for that. I thought I linked it. I was looking at a node output - https://github.com/bazwilliams/node-upnp-subscription
Here is a complete response from a simple server listening to any requests from the renderer. ```ruby Listening on localhost:8081 ----- Request Start -----> / HOST: 192.168.1.11:8081 CONTENT-TYPE: text/xml; charset="utf-8"...
Hey It justs returns this ```ruby Repeat ==> ``` That is no mention of the params. I think hardcoding would restrict to certain cases. Songcast has a different approach. I...
Hey I am getting this error ```ruby irb(main):010:0> callback = ->(state_vars) do irb(main):011:1* state_vars.map do |var, value| irb(main):012:2* puts "#{var} ==>" irb(main):013:2> puts Nokogiri::XML(value).to_xml irb(main):014:2> end irb(main):015:1> end => #...
Yeah. I guess. I expected a Nokogiri object so it could be pretty parsed. This is cool then. Would work.