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.
Search found 59476 matches
- Mon Dec 30, 2019 11:51 am
- Forum: Windows
- Topic: recording headphone audio with a dell inspiron
- Replies: 4
- Views: 311
- 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...
- 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- 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...
- 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
- 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?
- 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
What is the full and complete information about the file from MediaInfo?
Why? What are you trying to achieve?
- 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 ...
- 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...
- 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?