About
Inštitut za raziskovanje zvočnih umetnosti (IRZU INSTITUTE) is a Slovenian (country: Slovenia) private research institute focused on acoustics, frequency/wavelet analysis, sensory augmentation, biofeedback, and human computer interaction. IRZU is being financed by sales of its own products and by kind help of its spin-off companies namely Breathing Labs and Ultrasonic Audio. Additionally IRZU is receiving a voluntary 1% income tax from Slovenian citizens as according to Slovenian law citizens can choose which organization receives 1% of their income tax, a choice that would otherwise be decided by the government. If you are a Slovenian citizen and would like to do that please fill this document with your personal info and signature and file it at your local tax office (FURS/DURS) or send us a scan via email. Thank you for your contribution!
Business details:
BUSINESS NAME: Inštitut za raziskovanje zvočnih umetnosti (IRZU INSTITUTE)
HEADQUARTERS ADDRESS: Obrtniška ulica 1, SI-6000 Koper (italian: Capodistria), Slovenia
LABORATORIES ADDRESS: Vojkovo nabrežje 23, SI-6000 Koper (italian: Capodistria), Slovenia
BANK IBAN: DE38 1001 1001 2624 6988 50
BANK SWIFT: NTSBDEB1XXX
VAT: SI-80561225
PHONE: +38631380511
EMAIL: info@irzu.org
Current research:
- Fixed integer overflow in iwl_write_to_user_buf (Linux Wireless) - On Wed, Jun 15, 2022 at 09:06:51AM +0200, Johannes Berg wrote: > On Tue, 2022-06-14 at 10:33 -0700, Hyunwoo Kim wrote: > > An integer overflow occurs in the iwl_write_to_user_buf()…
- Cannot find (any matches for) “usr/lib/*/lmms/RemoteVstPlugin* - Source: lmms Version: 1.2.2+dfsg1-3 Severity: serious Tags: ftbfs Justification: fails to build from source (but built successfully in the past) X-Debbugs-Cc: sramac...@debian.org https://buildd.debian.org/status/fetch.php?pkg=lmms&arch=i386&ver=1.2.2%2Bdfsg1-3&stamp=1655316479&raw=0 Installing bash completion... Bash completion for lmms…
- dart – http api call via proxy for flutter - Currently my server has already setup the proxy, when i wanted to call external api it will be block, so right now i want to call the api www.google.com/recaptcha/api/siteverify to…
- Index of /ubuntu/ubuntu/pool/main/m/mathjax - Name Last modified Size Description Parent Directory – fonts-mathjax-extras_2.7.4+dfsg-1_all.deb 2018-05-16 08:33 657K fonts-mathjax_2.7.4+dfsg-1_all.deb 2018-05-16 08:33 2.1M fonts-mathjax_2.7.9+dfsg-1_all.deb 2020-08-27 07:44 2.1M libjs-mathjax_2.7.4+dfsg-1_all.deb 2018-05-16 08:33 5.4M …
- SharePoint repository scans with REGEX filtering – ControlPoint User Discussions - We would all love to scan EVERYTHING in a SharePoint repository, but quite often we need to scan based on one particular path. As SharePoint can be configured many different…
- javascript – How to have top level await in typescript (switch from commonjs to esnext) without having to change all imports to have .js ending - I would like to have top level await in my typescript nodejs project. My tsconfig used to look like this: { "compilerOptions": { "target": "es2017", "module": "commonjs", "lib": [ "dom",…
- Misplaced dashed barlines in vertically compressed score - Am Di., 14. Juni 2022 um 01:25 Uhr schrieb Thomas Morley <thomasmorle...@gmail.com>: > > Am Mo., 13. Juni 2022 um 19:39 Uhr schrieb William Rehwinkel via > bug-lilypond <bug-lilypond@gnu.org>: >…
- Area Target Project does not even start Vuforia Camera - Hallo, I am trying to create a area target application. I scanned the area, followed along the official Vuforia Area Target documentations and tutorials. The area target is shown in…
- c++ – Implementing task primitives based on asio::awaitable - You can use the experimental operator overloads to combine awaitables. E.g. Live On Coliru #include <boost/asio.hpp> #include <boost/asio/awaitable.hpp> #include <boost/asio/detached.hpp> #include <boost/asio/experimental/awaitable_operators.hpp> #include <boost/asio/use_awaitable.hpp> #include <iostream> using namespace std::chrono_literals; auto…
- Overlays for routers (especially OnHub)? - Hi All, I’ve started looking into what it might take to get OpenWRT running on my old Tp-link Onhub routers. One of the first steps I was hoping to take…
- The Man With The Microphone: How Andrew Krasny became tennis’ emcee - “It’s an exclusive club,” as Tennis.com Podcast host Kamau Murray describes the pro tennis fraternity. If you didn’t make your name on tour as a player, it can be hard…
- autodesk forge – Why is displayName not updated - Our webapp is showing the displayNames of the folder content of user’s folders. We’re doing a GET projects/:project_id/folders/:folder_id/contents for this and show the displayName from the attributes we receive from…
- Ableton Live 11 – #1096 by Kultschar – General Discussion - I can’t find any results for this online, so I don’t imagine anyone else here will have experienced this, but… Has anyone ever turned on their computer one day and…
- autodesk forge – Revit Design Automation fails with -1073740791 error - I ran a new job on design automation and it failed with -1073740791 error code. The job id is: “Id”:”3991468c840243a39ad95903f94a58b6″ The full error report is: [06/13/2022 09:23:22] End Revit Core…
- apache kafka – competing consumer groups on a partition - We have certain type of messages which take a long time to process – 5% of population. However, it is not possible to identify the message till it is actually…
- Anaconda vs. miniconda - Anaconda and miniconda are software distributions that are widely used in data science to simplify package management and deployment. In this shot, we will cover the differences between the two…
- [Solved] JSON inside XML | 9to5Answer - I want to know about standard and best practice in : Case Scenario : If a xml standard exist by “XYZ SPECIFICATION” (ex : BPMN Specification) like : <home> <person…
- javascript – Converting one json object to another with jquery - i have an input json object , and i want the below output json from a jquery function . How can i achieve it with min lines of code .…
- Why RabbitMQ message should be in different format for NestJs consumers? - I want a non-NestJS client(Publisher) to send messages to a queue and to have a consumer in the NestJS service using the EventPattern decorator. it looks after some research that…
- centos – How to re-build a RPM (rpmrebuild) in non-interactive mode? - I need to re-build an RPM using rpmrebuild where I need to modify the Requires: lines in a spec file. Commands: rpmrebuild --edit-spec --notest-install --package <rpm-name> Do you want to…
- python 3.x – question on regexp ipv4 to match multiple ips - import re x=”””hi baby 10.10.10.255 10.10.10.200 world “”” regnew=re.search(r'((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9]).){3}(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])’,x) print(regnew) print(regnew.group(0)) output <re.Match object; span=(9, 21), match=”10.10.10.255″> 10.10.10.255 if i used findall as below regnew=re.findall(r'((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9]).){3}(25[0-5]|2[0-4][0- 9]|1[0-9][0-9]|[1-9]?[0-9])’,x) print(regnew) [(’10.’, ’10’, ‘255’),…
- node.js – How to Require WITH statements with arangojs - I have set up an arango cluster deployment recently. when I connected with DB from my Nodejs code, it threw an error ‘use WITH vertexName in the first line of…
- NestJS gRPC Cant connect to microservice - When i trying to call some method from service im getting “Error: 14 UNAVAILABLE: No connection established” Code in some module: imports: [ ClientsModule.register([ { name: 'UsersService', transport: Transport.GRPC, options:…
- apache kafka – Using SmallRye Reactive Messaging in Quarkus for Fan-out use case - I’m new to Quarkus and SmallRye reactive messaging. I have a use case where the application receives Kafka messages. Each message contains a batch of “records” and an identifier. Based…
- Heatmaps | GoodData Cloud Native - Heatmaps display data as a matrix where individual values are represented as colors. You can use heatmaps to discover trends and understand complex datasets. Heatmaps have the following sections: Metric…
- Question – How do I hide root from certain apps? - Hey, I rooted my phone just yesterday, and today I went to musescore just to see that they for whatever reason don’t allow rooted phones to use their app?So I…
- file ‘norm_end’ expected to signal a correct swan calculation – Coast/Estuary – Delft3D-Old - While making a wave alone delft3d run in 64 bit windows platform, i encountered an error. The error showed in command running dialogue box is ” file ‘norm_end’ expected to…
- Android sensors tracker - Every 2 minutes the app will create a new row in your Google Sheet. This app logs and store devices GPS cell information,device location, speed of movement, altitude, brightness of…
- OBS Studio crashes when adding 2 pipewire sources to a scene - I run OBS Studio on Ubuntu 22.04. Whenever I try to add a second window/screen source to the same scene, the program crashes when I press the green button ‘share’,…
- Suddenly unable to set states - What happened? Out of nowhere I can no longer set the state of devices. I can read the states fine when i toggle them manually but setting them does nothing.…
- How do I install PHP 5.5 on a new version of CentOS or Amazon Linux or Redhat or Ubuntu? - I just joined a new company. I’ve been asked to build a CI/CD pipeline for a Laravel app. It is very fragile. It was built for PHP 5.5 and it…
- JSON and XML pros and cons - One 、JSON The definition of A lightweight data exchange format , It has good readability and easy to write quickly . Mainstream technology in the industry provides a complete…
- node.js – can’t run the web app through node server.js - can’t run server.js at localhost 3000 with the code: const express = require('express') const app = express() app.set('view engine', ejs) app.use(express,static(public)) app.listen(3000) Getting the error as: $ node server.js ReferenceError:…
- Amplitude in Frequency domain not matching time domain signal after FFT in python. Explanation? - I am trying to create a Power spectral density function in python that outputs the amplitude spectral density and cumulative power spectral density graphs. I am using scipy.fft to compute…
- BeastVerb (VST3/AU) by Beastsamples – Reverb Plugin VST3 Audio Unit - A high-end, high efficiency audio FX VST3 plugin with low-cpu usage. The Beastverb, ideally designed for Drums and Melodies, is also packed with unique top-notch features that will fit perfectly…
- How to set the HTML5 audio position with JavaScript? - Sometimes, we want to set the HTML5 audio position with JavaScript. In this article, we’ll look at how to set the HTML5 audio position with JavaScript. How to set the…
- Forge webhook no callback – Stack Overflow - I can create a webhook for version added, but I get no callback. If I send my own POST requests to the callbackUrl I can see them in the log.…
- No display required, vncserver remote xfce desktop is configured for embedded /x86 ubuntu/linux system - Before, there was no monitor connection on the board , So I searched the Internet , It turns out that VncServer This very interesting remote desktop tool , In the…
- Allow Chrome extension to load MathJax - I want to create a simple Chrome extension to have in my browser, such that when manually switched on, it loads MathJax and this transforms whichever content of the page…
- IFC Translator for Import – Geometry conversion do… - I have a question about IFC Translators for Import (this time in AC24). To be more specific, I would like the incoming elemens to be converted to Archicad’s native Construction…
- 3D Printable Pirates of Cyliria - Pirates of Cyliria – Pose 8 – 3D printable miniature – STL file Cyliria is an island for the coast of the southern continent of Ebedos. Cyliria have been known for…
- Download Native Instruments Guitar Rig 6.2.2.137 for free - Thank you for using our software portal. Using the link below to download Native Instruments Guitar Rig from the developer’s website was possible when we last checked. We cannot confirm…
- Alma Linux: CVE-2022-24903: Important: rsyslog security update (ALSA-2022-4799) - Description Rsyslog is a rocket-fast system for log processing. Modules for TCP syslog reception have a potential heap buffer overflow when octet-counted framing is used. This can result in a…
- python – How to download PDF by clicking using selenium chrome driver - To download the Domestic Fixed Deposits pdf from the website you need to click on the element inducing WebDriverWait for the element_to_be_clickable() and you can use the following locator strategy:…
- Upgrading R Studio version – General - Sorry if my question sounds silly and very elementary, but I am currently using R Studio version 4.1.2 and I want to upgrade it to the latest version, 4.2.0. Now,…
- soql – Most efficient way to sync data between 2 similar objects with Apex, without a schema relationship between the objects - This is an interview question I had today. I’ve also included the best solution I can come up with for it. Is there a more efficient way of doing the…
- active directory – Migrate from Hybrid Azure AD to Full Cloud - Currently setup with a hybrid Azure AD. Most of our devices are still joined to the local AD servers, with a few newer devices having been onboarded via Azure AD…
- “Node Stack Overflow” error while running R script on Plumber - I am trying to create a REST web API using plumber package in R.first time it runs fine but second time when we run the same code it’s showing the…
- autodesk forge – Creating a Custom Data Adapter: Importing data adapter - Following the tutorial for creating a custom data adapter: forge.autodesk.com/en/docs/dataviz/v1/developers_guide/advanced_topics/custom_data_adapter/ Getting error in chrome console: Created file Hyperion.Data.BimapiDataAdapter in the folder forge-dataviz-iot-reference-app-main\node_modules\forge-dataviz-iot-data-modules\client\data based on the Hyperion.Data.Adapter file in the same…
- jq – Use kubectl find out how many Deployments don’t have a container called “main” - [*] The below command would print the deployment name and the container names. grep -v would filter out whatever you need to remove. kubectl get deployment -o custom-columns=""DEPLOYMENT-NAME":.metadata.name,"CONTAINER-NAME":.spec.template.spec.containers[*].name" DEPLOYMENT-NAME CONTAINER-NAME…
- regex – How to use regexp from matching against a list in tcl - Your problem statement says that you are looking to print lines not in a list. If that’s really what you need, then you shouldn’t use regexp, but should use ni…
- kubernetes – How to list containers and its info running a pod using kubectl command - When we run kubectl get pod => it is listing the count of containers running inside a pod and restart count. So I am not sure which container gets restarted.…
- SlackBuilds.org – virtualbox-kernel - 15.0 > System > virtualbox-kernel (6.1.32) This is the supplementary kernel driver for the VirtualBoxvirtualisation environment.To build the package for a kernel different from the running one,start the script setting…
- windows subsystem for linux – Serial port to COM port – no output found - In WSL 1, COM4 should be automatically mapped to /dev/ttyS4 as far as I know. Since WSL 1 is just an API wrapper on top of the Windows kernel (like…
- x11 – Minimize and maximize buttons missing only for certain programs in Pop! OS - Unfortunately, for some but not all programs (Thunderbird, Signal, Libre Office, QGIS) the minimize and maximize were suddenly missing and appear maximized (not full screen. I noticed it suddenly without…
- jquery – populate events for FullCalendar 5 with a Json URL in .NET Core - I want to populate events for a FullCalendar 5 with a Json URL in .NET Core Here’s the initialization of the calendar : document.addEventListener('DOMContentLoaded', function() { var calendarEl = document.getElementById('calendar');…
- C++ AMP crashing on hardware (GeForce GTX 660) - It is very likely that your computation exceeds permitted quantum time (default 2 seconds). After that time the operating systems comes in and restarts the GPU forcefully, this is called…
- JQuery handles the response of blob type - In a ASP.NET Core MVC In the controller , According to the condition , May return a Excel File stream for , It is also possible to return a Json…
- linux – loopback/listen to Line In, ALSA/Pulseaudio - I have 2 computers, and one set of headphones. When I used Windows on my desktop PC I could simply select Listen to and it would pipe the Line In…
- Fast Fourier Transform | SpringerLink - The “Fast Fourier Transform,” referred to as the “FFT,” is a computational tool that facilitates signal analysis, such as Power Spectral Analysis, by means of digital computers. The FFT is…
- SlackBuilds.org – refind - 15.0 > System > refind (0.13.2) rEFInd (An EFI boot manager utility)A graphical boot manager for EFI- and UEFI-based computers, such as allIntel-based Macs and recent (most 2011 and later)…
- javascript – jQuery vulnerability (NVD CVE-2007-2379) – ‘JSON data protection scheme’ – solution in 2022? - This is basically the same question here (I don’t know how to avoid referencing it) About CVE-2007-2379 The reason I ask this again is since when I searched for a…
- Creating sound sample for sample with a loop – Csound Noobs - I would like to create a sound signal one sample value at a time by means of a loop. The process should run like this: Ask for the start values…
- digiKam Will Not Open – #6 by BuckSkin – Software - I was using digiKam, version 7.3, when I went to perform a simple operation = the program froze and quit responding. I waited a bit and finally used Task Manager…
- dehnhardt/Auxit: LV2 Plugin, which sidechains can be delayed or phase flipped – Auxit - LV2 Plugin, which sidechains can be delayed or phase flipped The ‘depth’ or Z-Axis position in a mix can be influenced by a predelay in the reverberation chamber. The longer…
- RabbitMQ Python Pika – Connection handling for multiple messages - www.rabbitmq.com/tutorials/amqp-concepts.html#amqp-connections TL;DR AMQP connections are long-lived. The handshake process for an AMQP connection is quite complex and requires at least 7 TCP packets (more if TLS is used). A best…
- wasapi – Create a gstreamer sink that appears in the list of audio devices on Windows - I would like to write a gstreamer pipeline that mixes the audio from two sources. I then want to be able to select an audio source from an app on…
- 113 Steps Toward the Prime Directive - Rob Hinkal, the founder of Rob’s Virtual Open Mic, asked if I could create a VCV patch based on prime numbers in commemoration of prime number VOM #113. Well, yes…
- plot – Problems with second Y axis plotting two time series. R studio - I’m trying to plot two different y-axis. My effort: Note, TMax_trend and TMin_trend' are time series defined as: data(SeatacWeather, package="latticeExtra") calendar = seq(as.Date("2007/1/1"), as.Date("2007/3/31"), by = "day") Table.dt = data.frame("DateYMD"…
- Sending and receiving messages using AMQP library in python - I’m not familiar with the library, but it seems it was forked from amqplib, so some of the instructions in the amqplib might still apply: see github.com/barryp/py-amqplib/blob/master/docs/overview.txt. I also found…
- autodesk forge – “No Write Access” error on buckets/:bucketKey/objects/:objectKey/resumable - I am trying to upload a file to my bucket through this API: forge.autodesk.com/en/docs/data/v2/reference/http/buckets-:bucketKey-objects-:objectKey-resumable-PUT/ I am getting a 403 error. Not quite sure why that is happening since I have…
- [Solved] How do I enforce LF line endings in Jetbrains - I’m frequently running into line ending issues with my JetBrains Rider 2018.1 installation under Windows 10. The IDE turns existing LF files into CRLF files once I edit them. I…
- UnresolvedError on importing package in eclipse - Is the error being reported by the PyDev / eclipse IDE, or does it happen when you run the code? In the first case, this is probably due to eclipse…
- boot – Pop!_OS stuck BEFORE login - I tried to reboot my laptop, running Pop!_OS 22.04 LTS, but I’m now facing a gray screen, the same gray than the login screen but without the possibility to login…
- javascript – mathjax “exclude” from initial render - With Mathjax 3.2.1 we got the “lazyAlwaysTypeset” option to specify containers that should still be rendered upon page load even if lazy rendering is enabled. We would actually like to…