08-23-2023 04:36 AM
Hi guys,
To simplify, I play an audio file when I click on the Play audio button.
Now when I click on the Stop Audio button, I want the audio that's playing to stop.
How do I do it please?
Thanks
Solved! Go to Solution.
08-23-2023 08:27 AM
Try using the low-level API. See the examples at the bottom page of Sound Output Configure VI
08-24-2023 01:53 AM
R-click the Express VI and Show front panel, convert it to a normal VI, go into the new sub-vi to see what code is actually run. What you need is to get that task and end it before hand. (i.e. use some low level vi's as mentioned)
08-25-2023 04:22 AM
you may look at
"C:\Program Files\National Instruments\LabVIEW xxxx\examples\Graphics and Sound\Sound\Sound Player.vi"
08-25-2023 11:10 AM
@alexderjuengere wrote:
you may look at
"C:\Program Files\National Instruments\LabVIEW xxxx\examples\Graphics and Sound\Sound\Sound Player.vi"
you then want to build around this e.g.
08-27-2023 01:52 PM
Hi @ZYOng, @Yamaeda, @alexderjuengere
Thanks you all for your reply, that works now 🙂
Sincerly