Extension to play .wav files

image
This is the file path I removed the content uri and file picker

Does your default device player (outside of AppInventor) play it back with sound ?

1 Like

yes

heres the file Download audio_1743670138562.wav | LimeWire

I can pm the aia as it contains my upcoming extension is isn't released currently
@Taifun @TIMAI2 (if you aren't able to make out the error from the given data)

Something wrong with the wav file.

I ran it through Audacity (where it does play OK) and exported as a different wav file, loaded this into my test aia and it plays back OK.

A full path was needed to set the source:

file:///storage/emulated/0/Documents/GroqTTS/audio2_1743670138562.wav

1 Like

I don't know maybe running as full path solves the issue lemme try it

Nope adding file as prefix plays it but no sound is heard. Could you please share details about my wav generated by audacity

Here is yours:

mediainfo audio_1743670138562.wav
General
Complete name                            : audio_1743670138562.wav
Format                                   : Wave
Format settings                          : PcmWaveformat
File size                                : 56.3 KiB
Overall bit rate mode                    : Constant
IsTruncated                              : Yes

Audio
Format                                   : PCM
Format settings                          : Little / Signed
Codec ID                                 : 1
Bit rate mode                            : Constant
Bit rate                                 : 768 kb/s
Channel(s)                               : 1 channel
Sampling rate                            : 48.0 kHz
Bit depth                                : 16 bits
Stream size                              : 0.00 Byte (0%)

Here is the one I made from it:

mediainfo audio2_1743670138562.wav
General
Complete name                            : audio2_1743670138562.wav
Format                                   : Wave
Format settings                          : PcmWaveformat
File size                                : 51.8 KiB
Duration                                 : 600 ms
Overall bit rate mode                    : Constant
Overall bit rate                         : 707 kb/s

Audio
Format                                   : PCM
Format profile                           : Float
Codec ID                                 : 3
Codec ID/Hint                            : IEEE 
Duration                                 : 600 ms
Bit rate mode                            : Constant
Bit rate                                 : 705.6 kb/s
Channel(s)                               : 1 channel
Sampling rate                            : 22.05 kHz
Bit depth                                : 32 bits
Stream size                              : 51.7 KiB (100%)
1 Like

Thanks