Search found 59476 matches

by steve
Mon Dec 30, 2019 11:51 am
Forum: Windows
Topic: recording headphone audio with a dell inspiron
Replies: 4
Views: 311

Re: recording headphone audio with a dell inspiron

Try plugging in your headphones (and ensure that they are working) before you launch Audacity.
Then launch Audacity and get the "Audio device info" "(Help menu > Diagnostics).
Save the info and attach the saved file to your reply.
by steve
Mon Dec 30, 2019 11:45 am
Forum: macOS
Topic: Importing RAW WAV file. Lots of noise
Replies: 16
Views: 675

Re: Importing RAW WAV file. Lots of noise

Just can't find 4bit as an option for importing. "VOX ADPCM" is the only 4-bit format that Audacity's Import Raw supports, but it's the wrong encoding. The problem is the file is "corrupt", missing header data How do you know that it is only the header data that is corrupt and n...
by steve
Mon Dec 30, 2019 3:08 am
Forum: macOS
Topic: Importing RAW WAV file. Lots of noise
Replies: 16
Views: 675

Re: Importing RAW WAV file. Lots of noise

If you have FFmpeg installed, you may be able to convert the files to normal PCM WAV with something like:

Code: Select all

ffmpeg -acodec adpcm_ima_wav -i input-file.raw output-file.wav
by steve
Mon Dec 30, 2019 2:49 am
Forum: macOS
Topic: Importing RAW WAV file. Lots of noise
Replies: 16
Views: 675

Re: Importing RAW WAV file. Lots of noise

General Complete name : /Users/punky/Desktop/20170201114909.wav Format : Wave File size : 18.5 KiB Duration : 768ms Overall bit rate mode : Constant Overall bit rate : 197 Kbps Audio Format : ADPCM Codec ID : 11 Codec ID/Hint : Intel Duration : 768ms Bit rate mode : Constant Bit rate : 192 Kbps Cha...
by steve
Sun Dec 29, 2019 11:22 pm
Forum: Windows
Topic: error opening recording device error code: -9999 sonic port vx
Replies: 8
Views: 873

Re: error opening recording device error code: -9999 sonic port vx

Have you installed the version 1.91 drivers for Windows 10? https://line6.com/software/index.html
by steve
Sun Dec 29, 2019 11:17 pm
Forum: Windows
Topic: error opening recording device error code: -9999 sonic port vx
Replies: 8
Views: 873

Re: error opening recording device error code: -9999 sonic port vx

If you shut down Audacity, then relaunch Audacity, can you record one track from the Line 6 Sonic Port VX?
by steve
Sun Dec 29, 2019 11:10 pm
Forum: macOS
Topic: Importing RAW WAV file. Lots of noise
Replies: 16
Views: 675

Re: Importing RAW WAV file. Lots of noise

PunkyBrew wrote:
Sun Dec 29, 2019 10:07 pm
Using a program called MediaInfo, it reports back that the file has a bit depth of 4.
What is the full and complete information about the file from MediaInfo?
PunkyBrew wrote:
Sun Dec 29, 2019 7:15 pm
I am trying to import a WAV file via raw.
Why? What are you trying to achieve?
by steve
Sun Dec 29, 2019 11:07 pm
Forum: Windows
Topic: Installation from cd-rom
Replies: 1
Views: 252

Re: Installation from cd-rom

There is no official retail version of Audacity, only the free version. There are however, numerous scammers on the internet offering to sell Audacity. We only support official versions of Audacity downloaded from official sources. I cannot download Audacity. Follow the instructions on the Audacity ...
by steve
Sun Dec 29, 2019 11:00 pm
Forum: GNU/Linux
Topic: VST issue ( immediately segmentation fault )
Replies: 3
Views: 550

Re: VST issue ( immediately segmentation fault )

I'm seeing this error with the LV2 version: [xcb] Unknown sequence number while processing queue [xcb] Most likely this is a multi-threaded client and XInitThreads has not been called [xcb] Aborting, sorry about that. audacity: ../../src/xcb_io.c:259: poll_for_event: Assertion `!xcb_xlib_threads_seq...
by steve
Sun Dec 29, 2019 7:45 pm
Forum: GNU/Linux
Topic: VST issue ( immediately segmentation fault )
Replies: 3
Views: 550

Re: VST issue ( immediately segmentation fault )

Does the LV2 version work?