You may vary such parameters as sample rate, width as following (example) :
gst-launch-0.10 -e alsasrc device-name=hw:0,0 ! audio/x-raw-int, width=16, depth=16, rate=44100, channels=2 ! queue ! filesink location= /mnt/nfs/sound.raw
Hi,
We used below command to configure 24bit PCM output:
gst-launch filesrc location=HugeWAV.wav ! wavparse ! audioconvert ! audioresample ! alsasink ,width=24, depth=24, rate=44100
this command will play song,
It is 16bit wav file but format is not changing to 24bit format.
Please correct the command if iam wrong.
Or is there any option to change the bit format in fslplayer???
Rgds
Srinivas