Everything posted by garybixler
-
Running multiple audio players.
I did make sure they had the same path if that is the same thing. The one file that is not an _t can be played on either AP. However it isn't important that I can play the _t files on both. Not sure what will happen if I add another TTS file from an outside source. Will give that a try later, Thanks
-
Loosing output device
@Michel KohanimThanks, the invalid output device is no longer an issue.
-
Running multiple audio players.
Hi, I have two APs running and on the second installed AP i am still not able to play the _t files on BT or speaker jacks. The first installed AP works with no issue. The log shows trying to play an _t file and playing a non _t file. Other than that they seem to be working without any issues. Thanks Temp Log File.txt
-
eisy on UPS with USB PLM
I have the same setup but haven't needed to reboot after a power outage. I am using a usb to serial adapter that is powered by the eisy's usb port. I think I purchased it on the UD store awhile ago.
-
Loosing output device
I have been experiencing a problem with AP after switching back from BT to output jacks. The audio_t.mps wont play because of an invalid output device. The non _t files and streams play OK. It may have something to do with BT not working after being idle for a period of time. The BT device appears to be paired but wont work without repairing. Thee BT devices share the same issue. The only solution I have found to fix the problem is to reboot the eisy. Log of trying to play an _t file on speaker jack included. Thanks Gary Temp Log File.txt
-
Running multiple audio players.
Just thought I would pass on this info if more that one audio player is running. At this point they don't seem to be able to run independently. My goal would be to run one as a pager using speaker jacks that is connected to a paging system and the other for streaming via BT. I included the log of one that shows repeating commands when both are running. Both show the same repeating. Also if two APs could be run simultaneously I would like to thankfully request that the output type be saved. Thoughts apricated. Thanks Gary Temp Log File.txt
-
Version 1.3.0 Professional Released!
Thanks Michel. You were right about not actually being paired. After several tries I finally go it to pair correctly. All works great now.
-
Version 1.3.0 Professional Released!
I upgraded to version 1.3.1 after doing a package update but am still having a problem with using BT. BT device is paired and when I select BT and try to stream an mp3 file it shows playing but just hangs. A restart is needed to restore functionally. No problem using speaker jacks. Also update BT plugin. I think BT had initially worked under version 1.1.0. Log included. Thanks Temp Log File.txt
-
Tutorial
@TUhl01 Try this. https://192.168.xx.xx:8443/web/sysconfig.txt
-
Tutorial
@TUhl01 The audioplayer custom configurations will be found in the Pg3 plugin. I also am having BT problems but the speaker jack output works fine.
- Tutorial
-
Tutorial
Go to pg3 then click on audioplayer. Then click on Configuration. Scroll down until you come to custom configuration. At that point you will click on add custom parameter then fill in key and value. Save. The play list will be shown on the audioplayer admin console page. There are sample files on the play list.
-
Tutorial
You can have it make speech announcements by configuring it on the audio player config page. Example: Key Entry: tts_en_en_anyname Value: Text you would like it to say like Hi there,how are you? Will need to restart the audio player and restart Admin console after configuration. It should then show up on the play list. I am having a little difficulty using Bluetooth but it may be related to my BT device
-
How to setup from scratch
I just found this station today. Enter in station value Radio===http://stream.radioparadise.com/global-128 Radio it the name I gave it.
-
Version 1.3.0 Professional Released!
Log for 1.0.5. 2024-03-15 20:31:24,121 MQTT udi_interface.interface DEBUG interface:_message: QUEUING incoming message command 2024-03-15 20:31:24,121 Command udi_interface.interface DEBUG interface:_parseInput: DEQUEING command 2024-03-15 20:31:24,122 Command udi_interface.interface DEBUG interface:_handleInput: PROCESS command message {'address': '0', 'cmd': 'PLAY', 'query': {'PLAYLIST.uom25': '2'}} from Polyglot 2024-03-15 20:31:24,122 Command udi_interface INFO audio-player:processCommand: Got command: {'address': '0', 'cmd': 'PLAY', 'query': {'PLAYLIST.uom25': '2'}} 2024-03-15 20:31:24,122 Command udi_interface INFO audio-player:processCommand: Playing #2:/storage/sounds//Medication.mp3 2024-03-15 20:31:24,122 Thread-4 udi_interface.node DEBUG node:setDriver: 0:AudioPlayer Reporting set ST to 1 to Polyglot 2024-03-15 20:31:24,122 Thread-4 udi_interface.node DEBUG node:reportDriver: Updating value to 1 2024-03-15 20:31:24,123 Thread-4 udi_interface.node DEBUG node:setDriver: 0:AudioPlayer Reporting set GV0 to 2 to Polyglot 2024-03-15 20:31:24,123 Thread-4 udi_interface.node DEBUG node:reportDriver: Updating value to 2 2024-03-15 20:31:24,123 Thread-4 udi_interface ERROR udi_interface:write: Exception in thread 2024-03-15 20:31:24,123 Thread-4 udi_interface ERROR udi_interface:write: Thread-4 2024-03-15 20:31:24,123 Thread-4 udi_interface ERROR udi_interface:write: : 2024-03-15 20:31:24,123 Thread-4 udi_interface ERROR udi_interface:write: Traceback (most recent call last): 2024-03-15 20:31:24,124 Thread-4 udi_interface ERROR udi_interface:write: File "/usr/local/lib/python3.9/threading.py", line 980, in _bootstrap_inner 2024-03-15 20:31:24,124 Thread-4 udi_interface ERROR udi_interface:write: self.run() 2024-03-15 20:31:24,124 Thread-4 udi_interface ERROR udi_interface:write: File "/usr/local/lib/python3.9/threading.py", line 917, in run 2024-03-15 20:31:24,125 Thread-4 udi_interface ERROR udi_interface:write: self._target(*self._args, **self._kwargs) 2024-03-15 20:31:24,125 Thread-4 udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/0021b9026038_18/audio-player.py", line 43, in audio_player_thread 2024-03-15 20:31:24,125 Thread-4 udi_interface ERROR udi_interface:write: pd = AudioSegment.from_file(AudioPlayerParams.mediaPath) 2024-03-15 20:31:24,125 Thread-4 udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/0021b9026038_18/.local/lib/python3.9/site-packages/pydub/audio_segment.py", line 651, in from_file 2024-03-15 20:31:24,126 Thread-4 udi_interface ERROR udi_interface:write: file, close_file = _fd_or_path_or_tempfile(file, 'rb', tempfile=False) 2024-03-15 20:31:24,126 Thread-4 udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/0021b9026038_18/.local/lib/python3.9/site-packages/pydub/utils.py", line 60, in _fd_or_path_or_tempfile 2024-03-15 20:31:24,126 Thread-4 udi_interface ERROR udi_interface:write: fd = open(fd, mode=mode) 2024-03-15 20:31:24,126 Thread-4 udi_interface ERROR udi_interface:write: PermissionError 2024-03-15 20:31:24,126 Thread-4 udi_interface ERROR udi_interface:write: : 2024-03-15 20:31:24,127 Thread-4 udi_interface ERROR udi_interface:write: [Errno 13] Permission denied: '/storage/sounds//Medication.mp3' 2024-03-15 20:31:24,131 Thread-1 udi_interface.interface DEBUG interface:_send: PUBLISHING {'set': [{'address': '0', 'driver': 'ST', 'value': '1', 'uom': 25, 'text': None}]} 2024-03-15 20:31:24,131 Thread-1 udi_interface.interface DEBUG interface:_send: PUBLISHING {'set': [{'address': '0', 'driver': 'GV0', 'value': '2', 'uom': 25, 'text': None}]} 2024-03-15 20:31:24,162 MQTT udi_interface.interface INFO interface:_message: Successfully set 0 :: ST to 1 UOM 25 2024-03-15 20:31:24,252 MQTT udi_interface.interface INFO interface:_message: Successfully set 0 :: GV0 to 2 UOM 25
-
Version 1.3.0 Professional Released!
Log for version 1.3.0 2024-03-15 20:28:37,253 MQTT udi_interface.interface DEBUG interface:_message: QUEUING incoming message command 2024-03-15 20:28:37,253 Command udi_interface.interface DEBUG interface:_parseInput: DEQUEING command 2024-03-15 20:28:37,253 Command udi_interface.interface DEBUG interface:_handleInput: PROCESS command message {'address': '0', 'cmd': 'PLAY', 'query': {'PLAYLIST.uom25': '2'}} from Polyglot 2024-03-15 20:28:37,254 Command udi_interface INFO audio-player:processCommand: Got command: {'address': '0', 'cmd': 'PLAY', 'query': {'PLAYLIST.uom25': '2'}} 2024-03-15 20:28:37,254 Command udi_interface INFO audio-player:processCommand: Playing #2:/storage/sounds/Medication.mp3 2024-03-15 20:28:37,254 Command udi_interface.node DEBUG node:getDriver: 0:AudioPlayer ST - 0 :: getting dv ST 2024-03-15 20:28:37,255 Thread-21 udi_interface.node DEBUG node:setDriver: 0:AudioPlayer Reporting set GV3 to 100 to Polyglot 2024-03-15 20:28:37,255 Thread-21 udi_interface.node DEBUG node:reportDriver: Updating value to 100 2024-03-15 20:28:37,255 Thread-21 udi_interface.node DEBUG node:setDriver: 0:AudioPlayer Reporting set ST to 1 to Polyglot 2024-03-15 20:28:37,255 Thread-21 udi_interface.node DEBUG node:reportDriver: Updating value to 1 2024-03-15 20:28:37,256 Thread-21 udi_interface.node DEBUG node:setDriver: 0:AudioPlayer Reporting set GV0 to 2 to Polyglot 2024-03-15 20:28:37,256 Thread-21 udi_interface.node DEBUG node:reportDriver: Updating value to 2 2024-03-15 20:28:37,256 Dummy-22 udi_interface.node DEBUG node:setDriver: 0:AudioPlayer Reporting set ST to 0 to Polyglot 2024-03-15 20:28:37,256 Dummy-22 udi_interface.node DEBUG node:reportDriver: Updating value to 0 2024-03-15 20:28:37,257 Dummy-22 udi_interface.node DEBUG node:setDriver: 0:AudioPlayer Reporting set GV0 to 0 to Polyglot 2024-03-15 20:28:37,257 Dummy-22 udi_interface.node DEBUG node:reportDriver: Updating value to 0 2024-03-15 20:28:37,259 Thread-1 udi_interface.interface DEBUG interface:_send: PUBLISHING {'set': [{'address': '0', 'driver': 'GV3', 'value': '100', 'uom': 51, 'text': None}]} 2024-03-15 20:28:37,259 Thread-1 udi_interface.interface DEBUG interface:_send: PUBLISHING {'set': [{'address': '0', 'driver': 'ST', 'value': '1', 'uom': 25, 'text': None}]} 2024-03-15 20:28:37,260 Thread-1 udi_interface.interface DEBUG interface:_send: PUBLISHING {'set': [{'address': '0', 'driver': 'GV0', 'value': '2', 'uom': 25, 'text': None}]} 2024-03-15 20:28:37,260 Thread-1 udi_interface.interface DEBUG interface:_send: PUBLISHING {'set': [{'address': '0', 'driver': 'ST', 'value': '0', 'uom': 25, 'text': None}]} 2024-03-15 20:28:37,260 Thread-1 udi_interface.interface DEBUG interface:_send: PUBLISHING {'set': [{'address': '0', 'driver': 'GV0', 'value': '0', 'uom': 25, 'text': None}]} 2024-03-15 20:28:37,291 MQTT udi_interface.interface INFO interface:_message: Successfully set 0 :: GV3 to 100 UOM 51 2024-03-15 20:28:37,378 MQTT udi_interface.interface INFO interface:_message: Successfully set 0 :: ST to 1 UOM 25 2024-03-15 20:28:37,421 MQTT udi_interface.interface INFO interface:_message: Successfully set 0 :: GV0 to 2 UOM 25 2024-03-15 20:28:37,478 MQTT udi_interface.interface INFO interface:_message: Successfully set 0 :: ST to 0 UOM 25 2024-03-15 20:28:37,520 MQTT udi_interface.interface INFO interface:_message: Successfully set 0 :: GV0 to 0 UOM 25
-
Version 1.3.0 Professional Released!
Unfortunately what ever I did I can no longer play the files on either player.
-
Version 1.3.0 Professional Released!
IT didn't work I was using the 1.0.5 version. So I did (sudo chmod -R 666 /storage/sounds) hopefully that's correct.
-
Version 1.3.0 Professional Released!
I can also play those _t files on version 1.0.5.
-
Version 1.3.0 Professional Released!
Yes all other files play.
-
Version 1.3.0 Professional Released!
I did a package update and installed version 1..3.0. All is good until I try to play the file with _t added. Nothing happens. My files are on /storage/sounds but I think it my be looking in another directory. 2024-03-15 19:17:00,714 MQTT udi_interface.interface DEBUG interface:_message: QUEUING incoming message command 2024-03-15 19:17:00,715 Command udi_interface.interface DEBUG interface:_parseInput: DEQUEING command 2024-03-15 19:17:00,715 Command udi_interface.interface DEBUG interface:_handleInput: PROCESS command message {'address': '0', 'cmd': 'PLAY', 'query': {'PLAYLIST.uom25': '20'}} from Polyglot 2024-03-15 19:17:00,715 Command udi_interface INFO audio-player:processCommand: Got command: {'address': '0', 'cmd': 'PLAY', 'query': {'PLAYLIST.uom25': '20'}} 2024-03-15 19:17:00,715 Command udi_interface INFO audio-player:processCommand: Playing #20:/storage/sounds/HighWinds_t.mp3 2024-03-15 19:17:00,715 Command udi_interface.node DEBUG node:getDriver: 0:AudioPlayer ST - 0 :: getting dv ST 2024-03-15 19:17:00,817 Command udi_interface ERROR audio-player:processCommand: [Errno 2] No such file or directory: 'tmp_sounds/iox48.HighWinds_t.mp3'
-
Version 1.1.0 - Professional Released
Some good news with version 1.2.0. The speech files seem to go to completion now. However the prerecorded downloaded sound files, no more that 2 seconds long I use for alerts are still being terminated to soon causing an irritating thud. These are files similar to the default files. In the process of installing 1.2.0 it first loaded version 1.0.5 which works perfectly. I then installed version 1.2.0 again in a different slot and it started with version 1.0.5 and required an update to get to version 1.2.0. So I have both versions running. Thanks Gary
-
Version 1.1.0 - Professional Released
I have tried several times to install the free version but it always installs version 1.1.0.
-
Version 1.1.0 - Professional Released
When trying to install version 1.0.5 it will only load version 1.1.0.
-
Version 1.1.0 - Professional Released
I did add the space and 4 underscore but the text would then say underscore 3 times. I replied to the email of further observation.