View Single Post
Old 2nd February 2020, 19:30   #12  |  Link
Pat357
Registered User
 
Join Date: Jun 2006
Posts: 452
How to choose to output W64 or raw ?
What can I use to play raw audio ? I suppose FFplay should do the trick ?
What extra <parameters> do I have to use in example below to play raw-audio ?

Here's what I have :

vspipe -i betteraudio_test.vpy -
[mp3float @ 000001B60C074C00] Could not update timestamps for skipped samples.
Samples: 12856320
Sample Rate: 48000
Format Name: Audio32F
Sample Type: Float
Bits: 32
Channels: 2
Layout:

ffplay -f f32le -sample_rate 48000 -channel_layout 3 -i rawaudio.raw
Code:
[pcm_f32le @ 000002ce23786700] Channel layout 'stereo' with 2 channels does not match specified number of channels 1: ignoring specified channel layout
[f32le @ 000002ce23779180] Estimating duration from bitrate, this may be inaccurate
Input #0, f32le, from 'rawaudio.raw':
  Duration: 00:08:55.68, bitrate: 1536 kb/s
    Stream #0:0: Audio: pcm_f32le, 48000 Hz, 1 channels, flt, 1536 kb/s
[pcm_f32le @ 000002ce237d3280] Channel layout 'stereo' with 2 channels does not match specified number of channels 1: ignoring specified channel layout
  24.58 M-A:  0.000 fd=   0 aq=  184KB vq=    0KB sq=    0B f=0/0
Vspipe -i says 2 channels, but ffplay can only find one !
One channel produces only noise, while the other plays the music, but much to slow (tempo and pitch are both to low).
The woman in this song sounds like a man with a deep voice.

Last edited by Pat357; 2nd February 2020 at 20:27. Reason: Adding more information
Pat357 is offline   Reply With Quote