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 donations of its spin-off companies Breathing Labs and Ultrasonic Audio.
Business details:
BUSINESS NAME: Inštitut za raziskovanje zvočnih umetnosti (IRZU INSTITUTE)
HEADQUARTERS ADDRESS: Vojkovo nabrežje 23, SI-6000 Koper, Slovenia, EU
DIRECTOR: Matevz Leskovsek, PhD
VAT NUMBER: 80561225 (Slovenia)
PHONE: +38631380511
EMAIL: info@irzu.org
Discussions/research:
- [Products] Breathing Exercise Games: Go Kart (Pursed lip breathing exercise) - Breathing games are based on a breathing technique called Pursed Lip Breathing and they are designed to train kids to make exhalations longer. This is especially recommended for people with…
- javascript – AWS S3: how to list object by tags - I created objects with tag with following snippet of code PutObjectRequest putRequest = new PutObjectRequest(bucketName, keyName, new File(filePath)); List<Tag> tags = new ArrayList<Tag>(); tags.add(new Tag("Key1", "Value1")); tags.add(new Tag("Key2", "Value2")); putRequest.setTagging(new…
- Is Gullfoss any good? – Page 2 – Effects Forum - I have Gullfoss and I like it, however at the end of the day, I think that the ears of the person using the plugin is important because it’s easy…
- Regex for matching string with double backlash or backlash followed by double quotes - I want to create a regex that satisfies the following condition: Can contain any character that is not n and r. Can be empty string. Can contain " and \,…
- Update 1.4.1101 – Patch Notes - The RStudio server update includes a number of new features, including the integration of the R interpreter, the ability to load all of the data in the R session into…
- How platform sensitive is Kubernetes with Docker? - How platform sensitive is Kubernetes and Docker? That is, can I build a cluster on disparate hardware? Suppose, for example, I have a REST api I’ve written in ASP.NET Core.…
- PA Blackbox – can you explain me what's special? (in: Effects) - By: acYm 24 Nov 07:36 we were able to follow along the development of the black box prototypes on this old place called The Grid, well you wouldn’t know about…
- browser() mode in RStudio version 2021.09 very slow for large shiny apps – shiny - Since updating to 2021.09 version of RStudio, the wait time when I press ‘Next’ in ‘browser()’ mode has increased significantly. The actual run time of the app when not in…
- Tracking the ‘Noblox.js’ npm Malware Campaign - A new malicious package, noblox.js-rpc was spotted on the npm registry this month that leverages the same techniques we saw before to steal all sorts of sensitive data like credentials,…
- Is Halion 6 any good? – Instruments Forum - I have both HALion 6 and Falcon 2, I prefer the latter. I think it’s MUCH easier to program. The Falcon I can program without consulting manuals or training videos…
- Visual Studio 2017 build – Community - Trying to build a software using VS2017 but cannot get past the following unresolved externals at the linking: link @C:UsersAlAppDataLocalTemp34tmpp7ye5kme.lnkCreating library buildWindows32DebugbinintelC3070030_License.lib and object buildWindows32DebugbinintelC3070030_License.explibpwcflexlm.lib(cfflex.obj) : error LNK2001: unresolved…
- c++ – Allocate 3D Array for FFTW using fftw_malloc - I am currently trying to improve the performance of my multithreaded FFTW implementation. In the documentation of fftw3 I read that for best-possible performance, the fftw_malloc function should be used…
- php – WP GraphQL schema arguments for posts and custom post type - Schema for posts has more arguments that are useful for filtering posts by category name or category id. I’ve registered multiple custom post types and they are missing those arguments?…
- Cherry Audio Releases Quadra Synthesizer! – Page 3 – Instruments Forum - I have almost all of Cherry’s synths, so I didn’t even bother to demo this, because why waste time? I just bought it, installed it and I played around with…
- Stack.Overflow error – WinForms App Vs. WinService - I have a small code sample: private void MonitorItems() { if (someCondition) { dateSelected = DateTime.Now; GetAllItems(); } else { if(allItems.Count>0) CheckAllItems(); } MonitorItems(); } The Method GetAllItems goes to…
- Why does this recursive method cause a Stack Overflow error when it has no variables? - The stack frame does not just contain parameters, it also contains a return address, so that the processor knows where to go back to. Furthermore, the hidden this pointer is…
- What is Nektar’s DAW Integration anyway? – Hosts & Applications (Sequencers, DAWs, Audio Editors, etc.) Forum - It depends on which DAW you are using but on the Windows side, our integration for Cubase, Reaper, Cakewalk and Digital Perfomer is based on .dll files. These files allow…
- c++ – How do I cancel composed asynchronous operations in Asio? - I want to use the composed async operation asio::async_connect, and cancel it, possibly between the individual calls to basic_socket::async_connect which it makes. In the same manner, I’d like to cancel…
- Tracking Apple Silicon Native Hosts, Plugins, Effects – Page 47 – Computer Setup and System Configuration Forum - “Preparing to install a couple of DAWS (Reaper & Studio One) and a lot of plugins on an M1 mac. Can anyone share how they are managing native ARM silicon…
- Cherry Audio Releases Quadra Synthesizer! – Page 2 – Instruments Forum - WatchTheGuitar wrote: ↑ Tue Nov 23, 2021 7:23 pm It’s fun having all the splits. I could set up similar in Unify already, but feels more organic on this and…
- javascript – How to get data from a especif Time period in InfluxDB Node-RED - I’m trying to read data from InfluxDB v1.x but only in a especific time period, Example: Get the values of temper01 from 2021-11-09/14:00:00 to 2021-11-10/14:00:00. i know its possible with…
- Package request: manjaro-zsh-config, fonts-noto-sans-mono maybe too – #4 by linux-aarhus – Feature Request - I’m trying to achieve the same look & feel of the zsh prompt as in the standard desktop (not ARM) Manjaro KDE version. But the manjaro-zsh-config package is not available…
- [Solved] Chrome native messaging: can I stream a MediaStream to a native program? - I am writing a web application which needs to show a native window in the host window system. That window must display a video which is being streamed to the…
- musicxml issues | MuseScore - I have a musicxml score that I imported from FInale 27. It says it’s invalid xml. I highly doubt that. One problem is all 4 layers are always imported, and…
- [JAVA] Prevent unused imports from being deleted when saving in Eclipse - It’s pretty fine and doesn’t matter. After using Eclipse for a long time and pasting the import statement and saving it once with the shortcut key, the imported statement added…
- [Products] Breathing Exercise Games: Wingsuit Flight (Pursed lip breathing exercise) - Wingsuit Flight (Breathing VR) – Blow into the headset to fly in a wingsuit across the hills. Breathing games are based on a breathing technique called Pursed Lip Breathing and…
- Selenium RC vs Selenium webdriver. - Architecture Not acquired from Javascript. Acquired from Javascript. Server No server is needed to begin test case execution. The server is needed to begin test case execution. Object- Oriented It…
- How to search a JSON hash using a Regex? - I’m using an API to return all Macros to me, I am trying to return all the “macros” where “actions” contains a “value” matching my Regexp Pattern which I will…
- Siemens Energy Gear for Largest US Offshore Wind Farm - Siemens Energy will supply the main electrical equipment for the grid connection of Dominion Energy’s 2.6 GW Coastal Virginia Offshore Wind (CVOW) project in US federal waters. The wind farm…
- How to show JSON data in Jquery DataTables using “Ajax source - User655436493 posted Hi…. I have a view in which user will select the dropdown and hits the button to get the data. I need to show this data in Jquery…
- Prediction of biomechanical responses of human lumbar discs - Accurate biomechanical investigation of human intervertebral discs (IVDs) is difficult because of their complicated structural and material features. To investigate probabilistic distributions of the biomechanical responses of the IVD by…
- My first time using manjaro : ManjaroLinux - Manjaro is a GNU/Linux distribution based on Arch. A rolling release distro featuring a user-friendly installer, tested updates and a community of friendly users for support. Official releases include Xfce,…
- Node-RED on docker causes regular CPU spikes – General - Docker is running on a relatively low-end Linux system with dual-core processor of type Intel Celeron N3350 and 4GB of memory. About 15 microservice containers run together, communicating with each…
- Monitoring Elastic Enterprise Search performance using Elastic APM - You have the option to deploy APM in the same Elastic Cloud deployment where you are running Enterprise Search, but this is not mandatory. If desire, you can set up…
- twistlock issue: CVE-2021-3807 for ansi-regex from https://nodejs.org/dist/v14.17.5/node-v14.17.5-linux-x64.tar.gz - Version No response Platform No response Subsystem No response What steps will reproduce the bug? No response How often does it reproduce? Is there a required condition? No response What…
- Eclipse Plugin Dev – How to get running Java applications? - Problem: I’m new to Eclipse plugin development. I’m trying to find a way to get information about what Java applications are running at the moment, and which configuration they were…
- Channel Relay Module 1pcs Accessories With Optical Coupling Protection - Postage to: Worldwide Excludes: Channel Islands, Isle of Man, Scilly Isles, Scottish Islands, Scottish Highlands, Northern Ireland, Isle of Wight, Africa, Central America and Caribbean, South East Asia, South America,…
- SCS Performance Legato – What the f*ck is that scripting? - Hey, sorry for the provocative title. But I’m a bit pissed off right now. I own Spitfire Chamber Strings and write a lot with the Violins 1 & 2 Legato…
- (Get Answer) – (a) Write a MATLAB script that samples the periodic signal given… - (a) Write a MATLAB script that samples the periodic signal given in . 12.2, part (a) over one period at the rate fs ¼ 10 Hz (samples/sec). What is N?…
- 1GB GeForce 8400 GS DirectX 10 64-Bit DDR3 PCI Express 2.0 x16 HDCP Ready Video Card Model 01G-P3-1302-LR - Style: 1 GBAwesome features at an incredible value – the GeForce 8400 GS graphics cared delivers. Essential for watching HD DVD and Blu-ray movies on a PC, accelerating the Microsoft…
- Tai Chi Lite by Reverb Foundry - From tight rooms to chorused ethereal spaces, Tai Chi is the next generation ensemble character reverb specialising in luscious chorused reverbs that are perfect for synth, guitar, electric piano and…
- Optimize Node.js memory consumption - I’m writing a simple cms in Node.js, Express and MongoDB. I’m planning to run a different Node.js process for every site. The problem is that after startup the process takes…
- Is it worth using GraphQL everywhere? - Unless you are writing an external or public API, GraphQL and REST would be an extremely nasty choice. They limit you to low-level CRUD, creating more problems than they solve,…
- Bluetooth V5.0 Transmitter Receiver for TV, Optical 3.5mm AUX & RCA 2-in-1 Wireless Audio Adapter w/aptX-Low Latency for Home Car Stereo PC Headphone Speaker, 25 Hours Long Playtime, Dual Link - ***** ********** *****Transmitter + Receiver2-IN-1 DESIGN, Powered by the premium CSR8670 chipset, BTI-038 could be switched easily between the transmitter (TX) mode and the receiver (RX) mode. You can pair…
- lazer – Suonobuono – boutique music instruments, from Sweden - LAZER is a unique laser-based music controller. Thanks to its rich set of outputs, it can control external MIDI instruments and effects, analog synthesizers and virtual instruments in a DAW such as…
- So I have paid Waves Update Plan for one of my Waves plugin, what do I do next… – Effects Forum - Hi, I sent an email to report, but whilst I wait on that someone here may know. So I have several Waves plugins, but only one I really use Vocal…
- Le Snappet by Boz Digital Labs - Le Snappet is designed to make it simple to create snap tracks of any size. From a single snap to an entire crowd, you determine how the snaps sound. Realistic…
- The woes of EFI boot for windows UEFI | Page 2 - It doesn’t happen every time. Yesterday I couldn’t reproduce the problem. It seems the problem tends to happen if the computer has been turned off for hours… i.e. this morning…
- Das Boot by Boz Digital Labs - Das Boot gives you realistic stomp tracks of any group size from a single person to an entire crowd. Das Boot is designed to make it simple to create stomp…
- MetaVocals by SKnote – Pitch Correction / Auto-tuning Plugin VST Audio Unit AAX - MetaVocals is an easy, quick and super-versatile tool for fixing, editing, enhancing, expanding and mangling vocals in a song. With its plain interface, it is built around a realtime auto-tuning…
- Join the Unreal Engine simulation team at I/ITSEC 2021 - Everywhere you look, you see technology on the rise. Cloud computing, connectivity, artificial intelligence, automation—what used to be ‘the future’ is quickly changing the face of training, opening up better…
- php – Regex for 1 or 2 characters after slash - Using /[1-3][0-9] matches at least 2 digits, from 11 till 39 Using [1-31]{1,2} is the same as [1-3]{1,2} and matches 1 or 2 times a range 1-3 If you only…
- Limit AWS S3 Bucket to only Lambda access - Problem: I am using an AWS S3 bucket to hold configuration files for Java AWS Lambdas. How do I configure the bucket to only allow access to any lambda function…
- Disable stack traces from graphql errors in NestJs - I am throwing this when the jwt-token has expired: throw new AuthenticationError('Token expired'); which comes from import { AuthenticationError } from 'apollo-server-errors'; Every time a user is facing this, the…
- c++ – How would I use regex to ignore multiple parenthesis inside a string? - Since I try to avoid Regex when possible, here is an example of using substr: std::size_t endPos = str.find("),"); //gets the end of the inner parentheses std::string sub = str.substr(8,…
- aws sdk – Converting output of one function into array and feed value into variable in other function in ruby - For one of ruby programming logic, am trying to convert the string output of one function into an array and from array have to feed the values to the variables…
- Surface foundation subjected to strike-slip faulting on dense sand: centrifuge testing versus numerical analysis - The paper studies strike-slip fault rupture propagation through dense sand and its interaction with surface foundations, combining physical and numerical modelling. A series of centrifuge tests is conducted using a…
- Stress and Deformation Analysis of Batch Plates using Finite Element Method - The aim of the paper is to check the load-bearing capacity of batch plates. The batch plates are used for coating process of ball joints in a gas nitriding furnace.…
- Openresty lua modify xml response and send it as json - here what I’m trying to do : my website send a post request to my reverse-proxy server which send it to a tier API. Tier API response with an XML…
- The Trilogy Almost Had A VR Mode - A recent Twitter post from Ben Walker — head editor at RockstarINTEL — showed footage VR being used in the remastered edition of “Grand Theft Auto: San Andreas.” According to…
- [Products] Breathing Exercise Games: Block Destroyer (Pursed lip breathing exercise) - Blow into the headset to destroy blocks in a 3D VR environment. Breathing games are based on a breathing technique called Pursed Lip Breathing and they are designed to train…
- In Visual Studio, all exception settings are unchecked still some exceptions get thrown and debugging stops (C#) - In visual Studio, I have unchecked all the Exceptions in “Exception Settings” Image of Exception Settings “Enable Just My Code” is checked in Debugging General Options Image of Enable Just…
- fft – How to increase the low frequency resolution of spectrum of music signal - I know normal FFT with a fixed window size will introduce leakage and rectangular window function will give me the best main lobe width. For example, with 44100Hz sample rate,…
- Valve suggests Manjaro Linux for Steam Deck development : ManjaroLinux - Manjaro is a GNU/Linux distribution based on Arch. A rolling release distro featuring a user-friendly installer, tested updates and a community of friendly users for support. Official releases include Xfce,…
- how to write a code in c++ or visual studio to split 5 column data into 2 column data in .DAT file extension - I have data of 5 columns, a total of 399 values. I want to split 5 column data it 2 columns. I have to write a code to convert the…
- Official TWRP App MOD APK - Official TWRP App MOD APK Twrp – team win healing task authentic app developed via crew win for twrp. Use the app to warn you whilst new twrp versions are…
- JavaScript runtime error – Sys WebForms.PageRequestManagerServerErrorException Value cannot be null. - Product Progress® Telerik® Reporting Report Viewer ASP.NET Web Forms Report Viewer Relates to the Legacy Report Viewer The error is thrown when testing a…
- arduino mega – IoT Parking Apps with Car Plate Recognition for Smart City using Node Red - recently I found a project that involves using Raspberry Pi and Arduino Mega Board to create a Car Plate Recognition system but I am stuck with connecting the pins as…
- Sum toLong overflow error – Moralis - I’m trying to get sum of amounts using a cloud function but I receive overflow error.I’m using $toLong and the amounts are kept in the database as string {“code”:141,“error”:“Failed to…
- 1.22.0-8ubuntu1 : busybox : amd64 : Vivid (15.04) : Ubuntu - BusyBox combines tiny versions of many common UNIX utilities into a single small executable. It provides minimalist replacements for the most common utilities you would usually find on your desktop system (i.e.,…
- Tekla Structural Designer Integrator September 2020 updates - Updates The following topics highlight the changes and enhancements in Tekla Structural Designer Integrator for Autodesk Revit© 2021 version 7.01 Tekla Structural Designer Integrator for Autodesk Revit© 2020 version 6.02…
- [STABLE] LineageOS 17.1 for Galaxy S7 build 29 | Page 8 - New build is up sorry for the delays on this one but it has tons of changes here is a brief changelog – Fixed software codecs (sw video playback) –…
- NANDroid by Fugue State Audio - NANDroid is a fairly simple noisebox synth based loosely on a module I built for my hardware Lunetta-style modular (TrigPulser). The original circuit is nothing all that special, but it…
- 192kHz Digital to Analog Converter Bluetooth 5.0 Receiver DAC with Headphone Amplifier Support aptX & Low Latency Bluetooth 5.0 Digital SPDIF Toslink to Analog L/R 3.5mm Jack Audio Adapter - ***** ********** *****192kHz Digital to Analog Converter Converts Coaxial, Toslink Digital Audio or Bluetooth Signal to Analog L/R and 3.5 mm Jack Audio Signal. Built-in high-performance DAC chip, supports 192K/24bit…
- [UNOFFICIAL] LineageOS 18.1 for Amlogic G12*/SM1 Family Devices | Page 23 - I’m currently stuck in the adb sideload screen, what commands do I do to get out of this? I’m trying to flash magisk but tried to reboot a few times…